Home
last modified time | relevance | path

Searched defs:X7 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp123 struct X7 { struct
124 typedef T T_type;
125 typedef U U_type;
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type;
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp138 template<typename T> struct X7 { }; // expected-note{{here}} global() struct
144 template struct X7<int>; global() variable
155 template struct X7<double>; global() variable
H A Dinstantiate-function-1.cpp86 template <typename T> struct X7 { struct
92 template struct X7<int>; argument
H A Dinstantiate-expr-1.cpp149 typedef X<7> X7; typedef
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp50 struct X7 { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp116 class X7 : public Copyable, public Copyable2 { class
117 X7(const X7 &other) : Copyable() {} in X7() function in X7
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c68 struct X7 { struct
73 void use_X7(void) { struct X7 x7; x7.y = x7.x = sizeof(struct X7); } in use_X7() argument
/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout.cpp83 struct X7 { struct
88 struct X8 : X6, virtual X7 { argument
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtypedefs.cpp49 FuncPtrTypedef X7; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp256 class X7 { global() class