HomeSort by relevance Sort by last modified time
    Searched refs:getAsSymbol (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 186 if (SymbolRef sym = val.getAsSymbol())
195 if (SymbolRef sym = val.getAsSymbol())
ObjCSelfInitChecker.cpp 134 if (SymbolRef sym = val.getAsSymbol())
147 if (SymbolRef sym = val.getAsSymbol())
StreamChecker.cpp 237 if (SymbolRef Sym = RetVal.getAsSymbol()) {
367 SymbolRef Sym = state->getSVal(CE->getArg(0)).getAsSymbol();
449 SymbolRef Sym = state->getSVal(RetE).getAsSymbol();
MacOSKeychainAPIChecker.cpp 478 SymbolRef RetStatusSymbol = State->getSVal(CE).getAsSymbol();
RetainCountChecker.cpp     [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 94 /// getAsSymbol - If this Sval wraps a symbol return that SymbolRef.
97 SymbolRef SVal::getAsSymbol() const {
114 return getAsSymbol();
ProgramState.cpp 212 if (SymbolRef sym = V.getAsSymbol()) {
558 if (SymbolRef Sym = val.getAsSymbol())
RegionStore.cpp 613 if (SymbolRef Sym = V.getAsSymbol())
    [all...]
BugReporter.cpp 392 SymbolRef ScanSym = V.getAsSymbol();
489 SymbolRef ScanSym = V.getAsSymbol();
    [all...]
SimpleSValBuilder.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 131 /// getAsSymbol - If this Sval wraps a symbol return that SymbolRef.
133 SymbolRef getAsSymbol() const;

Completed in 440 milliseconds