HomeSort by: relevance | last modified time | path
    Searched defs:CDM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastValueChecker.cpp 59 const CallDescriptionMap<std::pair<CastCheck, CallKind>> CDM = {
465 const auto *Lookup = CDM.lookup(Call);
ReturnValueChecker.cpp 28 // 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 = {
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);

Completed in 15 milliseconds