Searched defs:isLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h63 explicit SVal(const void *d, bool isLoc, unsigned ValKind) argument
64 : Data(d), Kind((isLoc ? LocKind : NonLocKind) | (ValKind << BaseBits)) {}
211 explicit DefinedOrUnknownSVal(const void *d, bool isLoc, unsigned ValKind) argument
212 : SVal(d, isLoc, ValKind) {}
244 explicit DefinedSVal(const void *d, bool isLoc, unsigned ValKind) argument
245 : DefinedOrUnknownSVal(d, isLoc, ValKind) {}
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h215 isLoc, enumerator in enum:llvm::DIEValue::Type
478 DIELoc() : DIEValue(isLoc), Size(0) {}
508 static bool classof(const DIEValue *E) { return E->getType() == isLoc; }

Completed in 137 milliseconds