Home
last modified time | relevance | path

Searched refs:ObjArg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp497 bool handleCall(const CallExpr *Call, const Expr *ObjArg,
611 bool ConsumedStmtVisitor::handleCall(const CallExpr *Call, const Expr *ObjArg, in handleCall() argument
657 if (!ObjArg) in handleCall()
661 InfoEntry Entry = findInfo(ObjArg); in handleCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp743 Expr *ObjArg = TheCall->getArg(ObjectIndex); in checkFortifiedBuiltinMemoryFunction() local
745 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()