Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp1109 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1111 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
1125 const Expr *ObjArg = TheCall->getArg(NewIndex); in checkFortifiedBuiltinMemoryFunction() local
1127 if (!ObjArg->tryEvaluateStrLen(Result, getASTContext())) in checkFortifiedBuiltinMemoryFunction()