Home
last modified time | relevance | path

Searched refs:tryEvaluateBuiltinObjectSize (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp6700 static bool tryEvaluateBuiltinObjectSize(const Expr *E, unsigned Type, in tryEvaluateBuiltinObjectSize() function
6836 if (::tryEvaluateBuiltinObjectSize(E->getArg(0), Type, Info, Size, &WasError)) in TryEvaluateBuiltinObjectSize()
9895 return ::tryEvaluateBuiltinObjectSize(this, Type, Info, Result); in tryEvaluateObjectSize()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp11385 static bool tryEvaluateBuiltinObjectSize(const Expr *E, unsigned Type, in tryEvaluateBuiltinObjectSize() function
11476 if (tryEvaluateBuiltinObjectSize(E->getArg(0), Type, Info, Size)) in VisitBuiltinCallExpr()
15693 return tryEvaluateBuiltinObjectSize(this, Type, Info, Result); in tryEvaluateObjectSize()