Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
171 const CallDescription &CD1) { in matchesAnyAsWritten()
178 const CallDescription &CD1, in matchesAnyAsWritten()
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp315 using CD1 = ConstTrackingDeleter<1>; in test_deleter_value_category() typedef
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10598 const auto *CD1 = dyn_cast_or_null<CXXConstructorDecl>(Cand1.Function); isBetterOverloadCandidate() local