Searched defs:AsExpected (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ | ||
H A D | MacroInfo.cpp | 37 [[maybe_unused]] constexpr static bool AsExpected = true; member in __anon069e33d00111::MacroInfoSizeChecker |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ | ||
H A D | RetainCountDiagnostics.cpp | 403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch() local |