Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/test/SemaTemplate/
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
Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
165 typedef X2<7> X;
166 void f() { in f()
Dinstantiate-static-var.cpp70 struct Y2 { struct
81 Z1<Y2<X2>::value> x2; in Test() argument
Dargument-dependent-lookup.cpp34 struct Y2 { struct
/external/webrtc/modules/audio_processing/aec3/
Derle_estimator_unittest.cc75 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> Y2) { in FormFarendFrame()
100 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> Y2) { in FormNearendFrame()
149 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
205 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
Dsubband_erle_estimator.cc73 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update()
180 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateAccumulatedSpectra()
Daec_state_unittest.cc37 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in RunNormalUsageTest() local
255 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(kNumCaptureChannels); in TEST() local
Derle_estimator.cc59 const auto& Y2 = capture_spectra; in Update() local
Dsubband_erle_estimator.h63 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2; member
/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/llvm-project/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/clang/test/CXX/temp/temp.param/
Dp2.cpp21 template<class X1 *xptr> struct Y2 { }; struct
/external/llvm-project/llvm/unittests/Analysis/
DUnrollAnalyzerTest.cpp105 Instruction *Y2 = &*BBI++; in TEST() local
170 Instruction *Y2 = &*BBI; in TEST() local
213 Instruction *Y2 = &*BBI++; in TEST() local
306 Instruction *Y2 = &*BBI++; in TEST() local
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp105 Instruction *Y2 = &*BBI++; in TEST() local
170 Instruction *Y2 = &*BBI; in TEST() local
213 Instruction *Y2 = &*BBI++; in TEST() local
306 Instruction *Y2 = &*BBI++; in TEST() local
/external/clang/test/SemaTemplate/
Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
165 typedef X2<7> X;
166 void f() { in f()
Dinstantiate-static-var.cpp70 struct Y2 { struct
81 Z1<Y2<X2>::value> x2; in Test() argument
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; in f() struct
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; in f() argument
Dattribute_internal_linkage.cpp73 int &Y2 = A::y2; in use() local
/external/clang/test/SemaCXX/
Daccessible-base.cpp13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp47 struct Y2 struct
51 Y2& operator=(const int&) { return *this; } in operator =() argument
Doptional_U.pass.cpp48 struct Y2 struct
52 Y2& operator=(const int&) { return *this; } in operator =() argument
/external/llvm-project/clang/test/SemaCXX/
Daccessible-base.cpp14 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp46 struct Y2 struct
50 Y2& operator=(const int&) { return *this; } in operator =() argument
Doptional_U.pass.cpp47 struct Y2 struct
51 Y2& operator=(const int&) { return *this; } in operator =() argument

1234