Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp37 [[maybe_unused]] constexpr static bool AsExpected = true; member in __anonabff759d0111::MacroInfoSizeChecker
41 [[maybe_unused]] constexpr static bool AsExpected = member in __anonabff759d0111::MacroInfoSizeChecker
45 static_assert(MacroInfoSizeChecker<sizeof(void *)>::AsExpected,
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch() local
404 if (!AsExpected) { in annotateConsumedSummaryMismatch()