Home
last modified time | relevance | path

Searched defs:DT1 (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.cpp282 struct DT1 { struct
284 DT1(const DT1 &Other) : Field(Other.Field) {} in DT1() function
289 DT1<T> &DT1<T>::operator=(const DT1<T> &Other) { in operator =() argument
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1176 const auto *DT1 = cast<DeducedTemplateSpecializationType>(T1); IsStructurallyEquivalent() local