Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h106 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
112 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
144 const CallDescription &CD1) { in matchesAnyAsWritten()
151 const CallDescription &CD1, in matchesAnyAsWritten()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp10148 const auto *CD1 = dyn_cast_or_null<CXXConstructorDecl>(Cand1.Function); in isBetterOverloadCandidate() local