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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp28 // It sets the predefined invariant ('CDM') if the current call not break it.
31 // It reports whether a predefined invariant ('CDM') is broken.
36 const CallDescriptionMap<bool> CDM = { member in class:__anon972::ReturnValueChecker
70 // The predefinitions ('CDM') could break due to the ever growing code base.
86 const bool *RawExpectedValue = CDM.lookup(Call);
133 const bool *RawExpectedValue = CDM.lookup(*Call);
H A DCastValueChecker.cpp58 const CallDescriptionMap<std::pair<CastCheck, CallKind>> CDM = { member in class:__anon757::CastValueChecker
387 const auto *Lookup = CDM.lookup(Call);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp427 CDM("check-debugify", "Check debug info from -debugify");

Completed in 104 milliseconds