Lines Matching refs:SymbolRef
40 SymbolRef Region;
42 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState()
62 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair;
103 const ExplodedNode *getAllocationNode(const ExplodedNode *N, SymbolRef Sym,
110 bool definitelyReturnedError(SymbolRef RetSym,
116 bool definitelyDidnotReturnError(SymbolRef RetSym, in definitelyDidnotReturnError()
135 SymbolRef Sym;
138 SecKeychainBugVisitor(SymbolRef S) : Sym(S) {} in SecKeychainBugVisitor()
158 SymbolRef, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
210 static SymbolRef getAsPointeeSymbol(const Expr *Expr, in getAsPointeeSymbol()
217 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol(); in getAsPointeeSymbol()
230 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym, in definitelyReturnedError()
290 if (SymbolRef V = getAsPointeeSymbol(ArgExpr, C)) in checkPreStmt()
334 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
462 if (SymbolRef V = getAsPointeeSymbol(ArgExpr, C)) { in checkPostStmt()
475 SymbolRef RetStatusSymbol = in checkPostStmt()
490 SymbolRef Sym, in getAllocationNode()