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