Home
last modified time | relevance | path

Searched refs:CallE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp96 const Expr *CallE = Call.getOriginExpr(); in checkPostCall() local
97 if (!CallE) in checkPostCall()
112 llvm::outs() << "Returning " << C.getSVal(CallE) << "\n"; in checkPostCall()
H A DMallocChecker.cpp3239 } else if (const auto *CallE = dyn_cast<CallExpr>(S)) { in VisitNode() local
3241 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp450 const Expr *CallE = Call.getOriginExpr(); in REGISTER_MAP_WITH_PROGRAMSTATE() local
455 CalleeADC->getStackFrame(ParentOfCallee, CallE, currBldrCtx->getBlock(), in REGISTER_MAP_WITH_PROGRAMSTATE()
458 CallEnter Loc(CallE, CalleeSFC, CurLC); in REGISTER_MAP_WITH_PROGRAMSTATE()
486 const Stmt *CallE) { in getInlineFailedState() argument
491 assert(ReplayState == CallE && "Backtracked to the wrong call."); in getInlineFailedState()
492 (void)CallE; in getInlineFailedState()