Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h106 matchesAny(const CallEvent & Call,const CallDescription & CD1) matchesAny() argument
112 matchesAny(const CallEvent & Call,const CallDescription & CD1,const Ts &...CDs) matchesAny() argument
144 matchesAnyAsWritten(const CallExpr & CE,const CallDescription & CD1) matchesAnyAsWritten() argument
151 matchesAnyAsWritten(const CallExpr & CE,const CallDescription & CD1,const Ts &...CDs) matchesAnyAsWritten() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10569 const auto *CD1 = dyn_cast_or_null<CXXConstructorDecl>(Cand1.Function); isBetterOverloadCandidate() local