OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Apr 19 00:22:55 UTC 2026