Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp37 [[maybe_unused]] constexpr static bool AsExpected = true; member in __anon069e33d00111::MacroInfoSizeChecker
41 [[maybe_unused]] constexpr static bool AsExpected = member in __anon069e33d00111::MacroInfoSizeChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch() local