Home
last modified time | relevance | path

Searched refs:tryEvaluateBuiltinObjectSize (Results 1 – 1 of 1) 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()