Home
last modified time | relevance | path

Searched defs:X5 (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp98 struct X5 { struct
99 typedef T type;
100 typedef typename outer_alias::inner::vector<type>::iterator iter_type;
101 typedef typename outer_alias::inner::vector<int>::iterator int_ptr_type;
/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout.cpp66 struct PACKED X5 { struct
67 union {
71 short l;
72 short r;
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp80 struct X5 { global() struct
94 Inner2N2::X5 global() argument
H A Dmember-access-expr.cpp114 struct X5 { struct
119 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { in test_X5() argument
H A Dmember-template-access-expr.cpp98 struct X5 { struct
102 void g() { in g()
H A Dinstantiate-function-1.cpp55 template<typename T> struct X5 { struct
58 void test_X5(X5<Incomplete> x5); // okay! argument
60 template struct X5<Incomplete>; // expected-note{{instantiation}} variable
H A Dconstructor-template.cpp104 struct X5 { struct
H A Ddefault-arguments.cpp115 template<int> struct X5 {}; struct
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx0x-no-extra-copy.cpp40 struct X5 { struct
H A Dp5-cxx03-extra-copy.cpp44 struct X5 { struct
/llvm-project/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c27 #define X5(x,...) x##,##__VA_ARGS__ macro
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp26 struct X5 : X0, X4 { }; struct
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp22 template <typename T, int (T::* M)(int)> struct X5 { X5(); }; struct
23 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { } in X5() function in non_type_tmpl_param::X5
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp104 class X5 : public Copyable3 { class
105 X5(const X5 &other) {} in X5() function in X5
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c58 struct PACKED X5 { double a[19]; signed char b; }; struct
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtypedefs.cpp47 ULongArrayTypedef *X5; in main() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp170 struct X5 { struct
171 template<typename> struct Inner {
176 struct Inner<tuple<Templates<Types>...>> {
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c22 typedef B5 X5; typedef
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp86 struct X5 { struct
/llvm-project/clang/test/SemaCXX/
H A Dsugar-common-types.cpp23 using X5 = A4 __attribute__((matrix_type(3, 4))); typedef
H A Dnew-delete.cpp221 class X5 { global() class
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-associated-namespaces-classes.cpp77 namespace X5 { namespace