/external/llvm-project/clang/test/SemaCXX/ |
D | alloc-align-attr.cpp | 11 …T Foo2(int a) __attribute__((alloc_align(2)));// expected-warning {{'alloc_align' attribute only a… 29 a.Foo2(1); in dependent_impl() 32 b.Foo2(1); in dependent_impl() 34 b.Foo2(3); // expected-warning {{requested alignment is not a power of 2}} in dependent_impl() 36 …b.Foo2(1073741824); // expected-warning {{requested alignment must be 536870912 bytes or smaller; … in dependent_impl() 38 b.Foo2(align); in dependent_impl()
|
D | warn-unused-local-typedef.cpp | 9 typedef int Foo2; // no diag typedef 43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in f() typedef 92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in template_fun() typedef
|
D | virtual-override.cpp | 159 struct Foo2 : Base { struct 164 Foo2<Base1> f1; in test2() 165 Foo2<Base2> f2; in test2()
|
D | new-delete.cpp | 565 template <class Payload> struct Foo2 { struct 566 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() function 570 Foo2<Bar2> x2;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | code-seg1.cpp | 27 struct __declspec(code_seg("foo_outer")) Foo2 { struct 33 void Foo2::Inner::bar1() {} in bar1() argument 34 void Foo2::Inner::bar2() {} in bar2()
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-comdat-2.cpp | 6 FOO<int> Foo2; in bar() local 11 return (int)Foo2.DoIt(I); in bar()
|
/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-comdat-2.cpp | 6 FOO<int> Foo2; in bar() local 11 return (int)Foo2.DoIt(I); in bar()
|
/external/javassist/src/test/test/javassist/proxy/ |
D | JBPAPP9257Test.java | 43 f.setSuperclass(Foo2.class); in testGetHandler2() 59 Foo2 foo = (Foo2)c.getConstructor().newInstance(); in testGetHandler2()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
|
/external/clang/test/SemaTemplate/ |
D | derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-caller-callee-total-count.cc | 15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/clang/test/SemaCXX/ |
D | warn-unused-local-typedef.cpp | 9 typedef int Foo2; // no diag typedef 43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in f() typedef 92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in template_fun() typedef
|
D | virtual-override.cpp | 159 struct Foo2 : Base { struct 164 Foo2<Base1> f1; in test2() 165 Foo2<Base2> f2; in test2()
|
D | new-delete.cpp | 484 template <class Payload> struct Foo2 { struct 485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument 489 Foo2<Bar2> x2;
|
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
D | stress_test_metafunctions.sh.cpp | 51 void Foo2(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t2) { sink(&t2); } in Foo2() function 60 sink(&Foo2); in escape()
|
/external/clang/test/SemaObjC/ |
D | custom-atomic-property.m | 12 @interface Foo2 { interface 18 @implementation Foo2 implementation
|
/external/llvm-project/clang/test/SemaObjC/ |
D | custom-atomic-property.m | 12 @interface Foo2 { interface 18 @implementation Foo2 implementation
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-qualified-auto.rst | 65 auto *Foo2 = cast<const int *>(Bar2); 73 auto *Foo2 = cast<const int *>(Bar2); 81 const auto *Foo2 = cast<const int *>(Bar2);
|
/external/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.normal/ |
D | p1.cpp | 10 template<typename T> concept Foo2 = True2<T*>; 12 template<typename T> concept Bar2 = Foo2<T&>;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-unhandled-self-assignment.cpp | 216 class Foo2; 218 bool operator!=(Foo2 &, Foo2 &) { in operator !=() argument
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-caller-callee.cc | 29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument 49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
|
/external/llvm-project/clang/test/clang-rename/ |
D | ClassTestMultiByName.cpp | 4 class Foo2 { // CHECK: class Bar2 class
|
D | YAMLInput.cpp | 4 class Foo2 { // CHECK: class Bar2 class
|
D | ClassTestMulti.cpp | 4 class Foo2 /* Offset 2 */ { // CHECK: class Bar2 /* Offset 2 */ { class
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | xray-conditional-return.ll | 40 define void @Foo2(i32 signext %a, i32 signext %b) #0 { 41 ; CHECK-LABEL: @Foo2
|