Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp6702 bool *WasError = nullptr) { in tryEvaluateBuiltinObjectSize() argument
6703 if (WasError != nullptr) in tryEvaluateBuiltinObjectSize()
6704 *WasError = false; in tryEvaluateBuiltinObjectSize()
6707 if (WasError != nullptr) in tryEvaluateBuiltinObjectSize()
6708 *WasError = true; in tryEvaluateBuiltinObjectSize()
6835 bool WasError; in TryEvaluateBuiltinObjectSize() local
6836 if (::tryEvaluateBuiltinObjectSize(E->getArg(0), Type, Info, Size, &WasError)) in TryEvaluateBuiltinObjectSize()
6838 if (WasError) in TryEvaluateBuiltinObjectSize()