/external/llvm-project/clang/test/SemaTemplate/ |
D | template-id-expr.cpp | 135 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
|
D | instantiate-expr-1.cpp | 164 template<int> struct Y2 { struct 165 typedef X2<7> X; 166 void f() { in f()
|
D | instantiate-static-var.cpp | 70 struct Y2 { struct 81 Z1<Y2<X2>::value> x2; in Test() argument
|
D | argument-dependent-lookup.cpp | 34 struct Y2 { struct
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p3-cxx0x.cpp | 19 struct Y2 { struct 27 X1<Y2> x1a; argument
|
/external/webrtc/modules/audio_processing/aec3/ |
D | erle_estimator_unittest.cc | 75 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
|
D | subband_erle_estimator.cc | 73 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update() 180 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateAccumulatedSpectra()
|
D | subband_erle_estimator.h | 63 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2; member
|
D | erle_estimator.cc | 59 const auto& Y2 = capture_spectra; in Update() local
|
D | aec_state_unittest.cc | 37 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
|
D | residual_echo_estimator_unittest.cc | 49 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
|
/external/llvm-project/clang/test/CXX/class.access/class.friend/ |
D | p3-cxx0x.cpp | 19 struct Y2 { struct 27 X1<Y2> x1a; argument
|
/external/clang/test/CXX/temp/temp.param/ |
D | p2.cpp | 21 template<class X1 *xptr> struct Y2 { }; struct
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 105 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-project/llvm/unittests/Analysis/ |
D | UnrollAnalyzerTest.cpp | 105 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/ |
D | instantiate-expr-1.cpp | 164 template<int> struct Y2 { struct 165 typedef X2<7> X; 166 void f() { in f()
|
D | instantiate-static-var.cpp | 70 struct Y2 { struct 81 Z1<Y2<X2>::value> x2; in Test() argument
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-rtti.cpp | 25 struct Y2 { virtual void f() {} }; in f() struct
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | microsoft-abi-rtti.cpp | 25 struct Y2 { virtual void f() {} }; in f() struct
|
/external/clang/test/SemaCXX/ |
D | accessible-base.cpp | 13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
|
/external/llvm-project/clang/test/SemaCXX/ |
D | accessible-base.cpp | 14 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/ |
D | const_optional_U.pass.cpp | 47 struct Y2 struct 51 Y2& operator=(const int&) { return *this; } in operator =() argument
|
D | optional_U.pass.cpp | 48 struct Y2 struct 52 Y2& operator=(const int&) { return *this; } in operator =() argument
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | const_optional_U.pass.cpp | 46 struct Y2 struct 50 Y2& operator=(const int&) { return *this; } in operator =() argument
|
D | optional_U.pass.cpp | 47 struct Y2 struct 51 Y2& operator=(const int&) { return *this; } in operator =() argument
|