Home
last modified time | relevance | path

Searched refs:Foo2 (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/clang/test/SemaCXX/
Dalloc-align-attr.cpp11 …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()
Dwarn-unused-local-typedef.cpp9 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
Dvirtual-override.cpp159 struct Foo2 : Base { struct
164 Foo2<Base1> f1; in test2()
165 Foo2<Base2> f2; in test2()
Dnew-delete.cpp565 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/
Dcode-seg1.cpp27 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/
Dinstrprof-comdat-2.cpp6 FOO<int> Foo2; in bar() local
11 return (int)Foo2.DoIt(I); in bar()
/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-comdat-2.cpp6 FOO<int> Foo2; in bar() local
11 return (int)Foo2.DoIt(I); in bar()
/external/javassist/src/test/test/javassist/proxy/
DJBPAPP9257Test.java43 f.setSuperclass(Foo2.class); in testGetHandler2()
59 Foo2 foo = (Foo2)c.getConstructor().newInstance(); in testGetHandler2()
/external/llvm-project/clang/test/SemaTemplate/
Dderived.cpp7 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/
Dderived.cpp7 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/
Dcoverage-caller-callee-total-count.cc15 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/
Dwarn-unused-local-typedef.cpp9 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
Dvirtual-override.cpp159 struct Foo2 : Base { struct
164 Foo2<Base1> f1; in test2()
165 Foo2<Base2> f2; in test2()
Dnew-delete.cpp484 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/
Dstress_test_metafunctions.sh.cpp51 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/
Dcustom-atomic-property.m12 @interface Foo2 { interface
18 @implementation Foo2 implementation
/external/llvm-project/clang/test/SemaObjC/
Dcustom-atomic-property.m12 @interface Foo2 { interface
18 @implementation Foo2 implementation
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-qualified-auto.rst65 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/
Dp1.cpp10 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/
Dbugprone-unhandled-self-assignment.cpp216 class Foo2;
218 bool operator!=(Foo2 &, Foo2 &) { in operator !=() argument
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc29 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/
DClassTestMultiByName.cpp4 class Foo2 { // CHECK: class Bar2 class
DYAMLInput.cpp4 class Foo2 { // CHECK: class Bar2 class
DClassTestMulti.cpp4 class Foo2 /* Offset 2 */ { // CHECK: class Bar2 /* Offset 2 */ { class
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dxray-conditional-return.ll40 define void @Foo2(i32 signext %a, i32 signext %b) #0 {
41 ; CHECK-LABEL: @Foo2

123