Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp6423 bool *WasError = nullptr) { in tryEvaluateBuiltinObjectSize() argument
6424 if (WasError != nullptr) in tryEvaluateBuiltinObjectSize()
6425 *WasError = false; in tryEvaluateBuiltinObjectSize()
6428 if (WasError != nullptr) in tryEvaluateBuiltinObjectSize()
6429 *WasError = true; in tryEvaluateBuiltinObjectSize()
6556 bool WasError; in TryEvaluateBuiltinObjectSize() local
6557 if (::tryEvaluateBuiltinObjectSize(E->getArg(0), Type, Info, Size, &WasError)) in TryEvaluateBuiltinObjectSize()
6559 if (WasError) in TryEvaluateBuiltinObjectSize()