Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp490 bool handleCall(const CallExpr *Call, const Expr *ObjArg,
604 bool ConsumedStmtVisitor::handleCall(const CallExpr *Call, const Expr *ObjArg, in handleCall() argument
650 if (!ObjArg) in handleCall()
654 InfoEntry Entry = findInfo(ObjArg); in handleCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1215 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1217 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
1231 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1233 if (!ObjArg->tryEvaluateStrLen(Result, getASTContext())) in checkFortifiedBuiltinMemoryFunction()