Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h658 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/external/clang/lib/AST/
DExprConstant.cpp9888 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/external/clang/lib/CodeGen/
DCGBuiltin.cpp418 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()