Home
last modified time | relevance | path

Searched refs:tryEvaluateObjectSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h776 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1216 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp17042 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp827 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()