Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp37 const CallDescriptionMap<bool> CDM = { member in __anon54ca88700111::ReturnValueChecker
87 const bool *RawExpectedValue = CDM.lookup(Call); in checkPostCall()
134 const bool *RawExpectedValue = CDM.lookup(*Call); in checkEndFunction()
H A DCastValueChecker.cpp60 const CallDescriptionMap<std::pair<CastCheck, CallKind>> CDM = { member in __anonb11d1d3b0111::CastValueChecker
468 const auto *Lookup = CDM.lookup(Call); in evalCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp1066 CDM("check-debugify", "Check debug info from -debugify"); variable