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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 43 SymbolRef ArraySym = ArrayRef.getAsSymbol();
76 SymbolRef ArraySym = ArrayRef.getAsSymbol();
TestAfterDivZeroChecker.cpp 120 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) {
149 SymbolRef SR = Var.getAsSymbol();
161 SymbolRef SR = Var.getAsSymbol();
179 R->addVisitor(llvm::make_unique<DivisionBRVisitor>(Val.getAsSymbol(),
ObjCSelfInitChecker.cpp 108 if (SymbolRef sym = val.getAsSymbol())
121 if (SymbolRef sym = val.getAsSymbol()) {
332 if (SymbolRef sym = loc.getAsSymbol())
NSErrorChecker.cpp 175 if (SymbolRef sym = val.getAsSymbol())
184 if (SymbolRef sym = val.getAsSymbol())
SimpleStreamChecker.cpp 131 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol();
155 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol();
ExprInspectionChecker.cpp 152 SymbolRef Sym = Val.getAsSymbol();
DynamicTypePropagation.cpp 530 SymbolRef Sym = State->getSVal(CE, C.getLocationContext()).getAsSymbol();
684 SymbolRef Sym = M.getReceiverSVal().getAsSymbol();
732 SymbolRef ArgSym = ArgSVal.getAsSymbol();
764 SymbolRef RetSym = M.getReturnValue().getAsSymbol();
794 SymbolRef RecSym = M.getReceiverSVal().getAsSymbol();
    [all...]
StreamChecker.cpp 226 if (SymbolRef Sym = RetVal.getAsSymbol()) {
368 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsSymbol();
BasicObjCFoundationChecks.cpp     [all...]
GenericTaintChecker.cpp 441 return Val.getAsSymbol();
MacOSKeychainAPIChecker.cpp 484 State->getSVal(CE, C.getLocationContext()).getAsSymbol();
MallocChecker.cpp     [all...]
NullabilityChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 111 SymbolRef SVal::getAsSymbol(bool IncludeBaseRegion) const {
125 return getAsSymbol();
129 const SymExpr* Sym = getAsSymbol();
ProgramState.cpp 259 if (SymbolRef sym = V.getAsSymbol()) {
357 SymbolRef Sym = V.getAsSymbol(/* IncludeBaseRegion */ true);
570 if (SymbolRef Sym = val.getAsSymbol())
657 SymbolRef Sym = getSVal(S, LCtx).getAsSymbol();
SimpleConstraintManager.cpp 215 if (SymbolRef Sym = Value.getAsSymbol())
RegionStore.cpp     [all...]
SValBuilder.cpp 442 if (SymbolRef Sym = val.getAsSymbol(true)) {
SimpleSValBuilder.cpp     [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 164 SymbolRef getAsSymbol(bool IncludeBaseRegions = false) const;

Completed in 1973 milliseconds