Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGenCXX/
Doverride-layout.cpp58 struct PACKED X5 { struct
73 X5 x5s[sizeof(X5)]; in use_structs() argument
/external/llvm-project/clang/test/Index/
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;
/external/clang/test/Index/
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;
/external/llvm-project/clang/test/CodeGenCXX/
Doverride-layout.cpp58 struct PACKED X5 { struct
59 union {
63 short l;
64 short r;
/external/clang/test/SemaTemplate/
Dtemp_explicit.cpp78 struct X5 { struct
92 template struct N2::X5<void>::Inner2;
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
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
Dmember-template-access-expr.cpp98 struct X5 { struct
102 void g() { in g()
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_explicit.cpp80 struct X5 { struct
94 template struct N2::X5<void>::Inner2;
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
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
Dmember-template-access-expr.cpp98 struct X5 { struct
102 void g() { in g()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx03-extra-copy.cpp44 struct X5 { struct
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx03-extra-copy.cpp44 struct X5 { struct
Dp5-cxx0x-no-extra-copy.cpp40 struct X5 { struct
/external/llvm-project/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c27 #define X5(x,...) x##,##__VA_ARGS__ macro
/external/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c27 #define X5(x,...) x##,##__VA_ARGS__ macro
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp14-ir.cpp26 struct X5 : X0, X4 { }; struct
/external/clang/test/CXX/except/except.spec/
Dp14-ir.cpp26 struct X5 : X0, X4 { }; struct
/external/clang/test/CodeGen/
Doverride-layout.c58 struct PACKED X5 { double a[19]; signed char b; }; struct
/external/llvm-project/clang/test/CodeGen/
Doverride-layout.c58 struct PACKED X5 { double a[19]; signed char b; }; argument
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp23 template <typename T, int (T::* M)(int)> struct X5 { X5(); }; struct
24 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { } in X5() function in non_type_tmpl_param::X5
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp23 template <typename T, int (T::* M)(int)> struct X5 { X5(); }; struct
24 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { } in X5() function in non_type_tmpl_param::X5
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-copy-constructor-init.cpp104 class X5 : public Copyable3 { class
105 X5(const X5 &other) {} in X5() function in X5
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp170 struct X5 { struct
171 template<typename> struct Inner {
176 struct Inner<tuple<Templates<Types>...>> {

12