Home
last modified time | relevance | path

Searched refs:makeLocAsInteger (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp700 return VB.makeLocAsInteger(V, BitWidth); in VisitGotoLabel()
767 return VB.makeLocAsInteger(Val.castAs<Loc>(), BitWidth); in VisitMemRegionVal()
947 return VB.makeLocAsInteger(L, CastSize); in VisitLocAsInteger()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h329 NonLoc makeLocAsInteger(Loc loc, unsigned bits) { in makeLocAsInteger() function