Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Daarch64-sve-inline-asm-datatypes.c
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp299 struct DT2 { struct
301 DT2(const DT2 &Other) : Field(Other.Field), Dependent(Other.Dependent) {} in DT2() function
307 DT2<T> &DT2<T>::operator=(const DT2<T> &Other) { in operator =() argument
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1177 const auto *DT2 = cast<DeducedTemplateSpecializationType>(T2); IsStructurallyEquivalent() local