Searched refs:tryEvaluateObjectSize (Results 1 – 4 of 4) sorted by relevance
775 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
926 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()
1217 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
17964 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr