Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1185 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1187 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
1201 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1203 if (!ObjArg->tryEvaluateStrLen(Result, getASTContext())) in checkFortifiedBuiltinMemoryFunction()