HomeSort by: relevance | last modified time | path
    Searched refs:getAsSymbol (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 60 SymbolRef Sym = Cond.getAsSymbol();
104 SymbolRef Sym = Value.getAsSymbol();
116 if (SymbolRef Sym = Value.getAsSymbol())
ProgramState.cpp 276 if (SymbolRef sym = V.getAsSymbol()) {
384 SymbolRef Sym = V.getAsSymbol(/* IncludeBaseRegion */ true);
582 if (SymbolRef Sym = val.getAsSymbol())
SimpleSValBuilder.cpp 332 SymbolRef LSym = Lhs.getAsSymbol();
356 SymbolRef RSym = Rhs.getAsSymbol();
1107 if (SymbolRef Sym = V.getAsSymbol())
1130 return Sym == Val.getAsSymbol();
1177 if (SymbolRef Sym = LHS.getAsSymbol()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Taint.cpp 50 SymbolRef Sym = V.getAsSymbol();
67 if (SymbolRef Sym = binding->getAsSymbol())
96 SymbolRef Sym = V.getAsSymbol();
151 if (SymbolRef Sym = V.getAsSymbol())
ObjCContainersChecker.cpp 42 SymbolRef ArraySym = ArrayRef.getAsSymbol();
78 SymbolRef ArraySym = ArrayRef.getAsSymbol();
TestAfterDivZeroChecker.cpp 116 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) {
145 SymbolRef SR = Var.getAsSymbol();
157 SymbolRef SR = Var.getAsSymbol();
175 R->addVisitor(std::make_unique<DivisionBRVisitor>(Val.getAsSymbol(),
ObjCSuperDeallocChecker.cpp 86 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol();
120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol();
205 SymbolRef Sym = CE.getArgSVal(I).getAsSymbol();
TrustNonnullChecker.cpp 68 const SymbolRef CondS = Cond.getAsSymbol();
116 SymbolRef ArgS = Msg.getArgSVal(0).getAsSymbol();
117 SymbolRef RetS = Msg.getReturnValue().getAsSymbol();
StreamChecker.cpp 450 SymbolRef RetSym = RetVal.getAsSymbol();
496 SymbolRef StreamSym = StreamVal->getAsSymbol();
530 SymbolRef Sym = getStreamArg(Desc, Call).getAsSymbol();
562 SymbolRef Sym = StreamVal.getAsSymbol();
593 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
690 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
732 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
753 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
807 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
842 SymbolRef Sym = StreamVal.getAsSymbol();
    [all...]
Iterator.cpp 189 } else if (const auto Sym = Val.getAsSymbol()) {
202 } else if (const auto Sym = Val.getAsSymbol()) {
254 .getAsSymbol());
ObjCSelfInitChecker.cpp 107 if (SymbolRef sym = val.getAsSymbol())
120 if (SymbolRef sym = val.getAsSymbol()) {
331 if (SymbolRef sym = loc.getAsSymbol())
CheckObjCDealloc.cpp 262 SymbolRef SelfSymbol = SelfVal.getAsSymbol();
290 SymbolRef Symbol = InitialVal.getAsSymbol();
338 ReleasedValue = M.getReceiverSVal().getAsSymbol();
340 if (diagnoseMistakenDealloc(M.getReceiverSVal().getAsSymbol(), M, C))
372 SymbolRef ReleasedValue = Call.getArgSVal(0).getAsSymbol();
409 auto *CondBSE = dyn_cast_or_null<BinarySymExpr>(Cond.getAsSymbol());
499 SymbolRef SelfSym = SelfVal.getAsSymbol();
961 return CurrentValInIvar.getAsSymbol();
SimpleStreamChecker.cpp 126 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol();
145 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol();
BlockInCriticalSectionChecker.cpp 161 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol();
NSErrorChecker.cpp 185 if (SymbolRef sym = val.getAsSymbol())
194 if (SymbolRef sym = val.getAsSymbol())
DynamicTypePropagation.cpp 182 if (SymbolRef ReceiverSymbol = ReceiverSVal.getAsSymbol()) {
644 SymbolRef Sym = C.getSVal(CE).getAsSymbol();
800 SymbolRef Sym = M.getReceiverSVal().getAsSymbol();
879 SymbolRef ArgSym = ArgSVal.getAsSymbol();
911 SymbolRef RetSym = M.getReturnValue().getAsSymbol();
970 SymbolRef RecSym = M.getReceiverSVal().getAsSymbol();
FuchsiaHandleChecker.cpp 299 SymbolRef Sym = Arg.getAsSymbol();
308 SymbolRef Sym = State->getSVal(*ArgLoc).getAsSymbol();
328 if (SymbolRef Handle = Call.getArgSVal(Arg).getAsSymbol())
380 ResultSymbol = Call.getReturnValue().getAsSymbol();
384 SymbolRef RetSym = Call.getReturnValue().getAsSymbol();
400 SymbolRef RetSym = Call.getReturnValue().getAsSymbol();
ExprInspectionChecker.cpp 337 SymbolRef Sym = Val.getAsSymbol();
407 SymbolRef Sym = C.getSVal(CE->getArg(0)).getAsSymbol();
481 SymbolRef Sym = ArgVal.getAsSymbol();
ContainerModeling.cpp 454 SymMgr.getType(EndSym)).getAsSymbol();
483 SymMgr.getType(EndSym)).getAsSymbol();
528 SymMgr.getType(BeginSym)).getAsSymbol();
565 SymMgr.getType(BeginSym)).getAsSymbol();
690 SymMgr.getType(Pos->getOffset())).getAsSymbol();
1046 SymMgr.getType(OrigExpr)).getAsSymbol();
BasicObjCFoundationChecks.cpp 951 SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol();
1026 SymbolRef ContainerS = M.getReceiverSVal().getAsSymbol();
1036 SymbolRef CountS = C.getSVal(MsgExpr).getAsSymbol();
1087 return Message->getReceiverSVal().getAsSymbol();
MIGChecker.cpp 121 SymbolRef Sym = V.getAsSymbol(IncludeBaseRegions);
MacOSKeychainAPIChecker.cpp 436 SymbolRef RetStatusSymbol = C.getSVal(CE).getAsSymbol();
512 auto *CondBSE = dyn_cast_or_null<BinarySymExpr>(Cond.getAsSymbol());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 235 if (SymbolRef sym = V.getAsSymbol())
250 state->getSVal(Ex, pred->getLocationContext()).getAsSymbol()) {
276 if (SymbolRef Sym = Pred->getSVal(Ex).getAsSymbol()) {
292 SymbolRef Sym = State->getSVal(*IVarLoc).getAsSymbol();
480 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) {
688 if (SymbolRef Sym = CallOrMsg.getReturnValue().getAsSymbol()) {
1349 SymbolRef Sym = state->getSVal(state->getRegion(Param, LCtx)).getAsSymbol();
RetainCountDiagnostics.cpp 182 if (CurrSt->getSVal(MR, TR->getValueType()).getAsSymbol() == Sym)
723 if (ME->getMethodFamily() == OMF_init && RecV.getAsSymbol() == Sym)
945 if (Node->getState()->getSVal(AllocFirstBinding).getAsSymbol() == Sym) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 183 SymbolRef getAsSymbol(bool IncludeBaseRegions = false) const;
194 const SymExpr *SE = getAsSymbol(/*IncludeBaseRegions=*/true);

Completed in 45 milliseconds

1 2