Home
last modified time | relevance | path

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

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