Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp6310 bool TryEvaluateBuiltinObjectSize(const CallExpr *E, unsigned Type);
6832 bool IntExprEvaluator::TryEvaluateBuiltinObjectSize(const CallExpr *E, in TryEvaluateBuiltinObjectSize() function in IntExprEvaluator
6854 if (TryEvaluateBuiltinObjectSize(E, Type)) in VisitCallExpr()