Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h681 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp11729 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp501 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()