Home
last modified time | relevance | path

Searched defs:Y2 (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp135 struct Y2 : Y1<T> { struct
136 typedef ::Y1<T> Y1;
161 void use_Y2(Y2<int> y2) { y2.f<int>(0); } // expected-note {{in instantiation of}} in use_Y2() argument
H A Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
165 typedef X2<7> X;
166 void f() { in f()
H A Dargument-dependent-lookup.cpp34 struct Y2 { struct
H A Dinstantiate-static-var.cpp70 struct Y2 { struct
81 Z1<Y2<X2>::value> x2; in Test() argument
/llvm-project/llvm/unittests/Analysis/
H A DUnrollAnalyzerTest.cpp95 Instruction *Y2 = &*BBI++; in TEST() local
158 Instruction *Y2 = &*BBI; in TEST() local
200 Instruction *Y2 = &*BBI++; in TEST() local
291 Instruction *Y2 = &*BBI++; TEST() local
[all...]
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp6.cpp75 template<class T, int I, int U> struct Y2 {}; struct
76 template<class T, int I> struct Y2<T*, I, I+2> {}; // expected-note {{partial specialization matche… struct
77 template<C T, int I> struct Y2<T*, I, I+1+1> {}; // expected-note {{partial specialization matc… struct
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; in f() argument
H A Dattribute_internal_linkage.cpp73 int &Y2 = A::y2; in use() local
/llvm-project/clang/test/SemaCXX/
H A Daccessible-base.cpp14 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
H A Ddefault-constructor-initializers.cpp62 struct Y2 : Y1 { struct
H A Dexpressions.cpp140 #define Y2 2 in test4() macro
H A Dtypedef-redecl.cpp16 typedef int Y2; // expected-note{{declared here}} typedef
H A Dsugar-common-types.cpp11 using Y2 = B2; typedef
/llvm-project/clang/test/PCH/
H A Ddecl-attrs.cpp23 using Y2 = X2<int>; typedef
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dconst_optional_U.pass.cpp46 struct Y2 struct
50 Y2& operator=(const int&) { return *this; } in operator =() argument
H A Doptional_U.pass.cpp49 struct Y2 struct
53 Y2& operator=(const int&) { return *this; } in operator =() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_reference.compile.pass.cpp43 struct Y2 {}; global() struct
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c11 typedef B2 Y2; typedef
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec2.cpp51 IntTemplateSpec<1, int> Y2; variable
H A Dclass-template-partial-spec1.cpp51 IntTemplateSpec<1, long> Y2; variable
/llvm-project/clang/test/CXX/over/over.over/
H A Dp1.cpp88 template<int (&)(int)> struct Y2 { }; struct
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
H A DSimplePaddingTest.cpp131 virtual void Y2() {} in Y2() function
156 void Y2() override {} in Y2() function
/llvm-project/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp124 auto Y2 = makeIntrusiveRefCnt<Y>(); in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dtoo-small-loop-variable.cpp252 Y2, enumerator

12