Searched refs:test2 (Results 426 - 450 of 627) sorted by relevance

<<11121314151617181920>>

/external/clang/test/Analysis/
H A Dcfg.cpp181 // CHECK-LABEL: int test2(int *x)
187 int test2(int *x) { function in namespace:NoReturnSingleSuccessor
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp78 only<void (S::*)()> test2 = p2; local
/external/clang/test/CodeGen/
H A Dcomplex.c15 void test2(int c) { function
H A Ddesignated-initializers.c172 void test2() { function
H A Dvolatile-1.c317 // CHECK: define {{.*}} @test2()
318 int test2() { function
/external/clang/test/CodeGenCXX/
H A Darm.cpp72 namespace test2 { namespace
H A Deh.cpp28 void test2() { function
H A Dglobal-init.cpp54 namespace test2 { namespace
H A Dmicrosoft-abi-virtual-inheritance.cpp311 namespace test2 { namespace
320 // CHECK-LABEL: define linkonce_odr x86_thiscallcc %"struct.test2::C"* @"\01??0C@test2@@QAE@XZ"
321 // CHECK: (%"struct.test2::C"* returned %this, i32 %is_most_derived)
324 // CHECK: call x86_thiscallcc %"struct.test2::A"* @"\01??0A@test2@@QAE@XZ"(%"struct.test2::A"* %{{.*}})
327 // CHECK: call x86_thiscallcc %"struct.test2::B"* @"\01??0B@test2@@QAE@XZ"(%"struct.test2
[all...]
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp37 namespace test2 { namespace
48 // CHECK-LABEL: VFTable for 'test2::A' in 'test2::X' (1 entry)
49 // CHECK-NEXT: 0 | void test2::A::f()
51 // CHECK-LABEL: VFTable for 'test2::B' in 'test2::X' (2 entries)
52 // CHECK-NEXT: 0 | void test2::X::g()
53 // CHECK-NEXT: 1 | void test2::B::h()
55 // CHECK-LABEL: VFTable indices for 'test2::X' (1 entry).
57 // CHECK-NEXT: 0 | void test2
[all...]
H A Dvisibility-inlines-hidden.cpp84 namespace test2 { namespace
/external/clang/test/Parser/
H A Dcxx-casting.cpp43 void test2(char x, struct B * b) { function
H A Ddeclarators.c22 void test2(int *P, int A) { function
H A Dswitch-recovery.cpp21 void test2() { function in struct:B
/external/clang/test/SemaCXX/
H A Dast-print.cpp25 void test2() function
H A Dreferences.cpp21 void test2() { function
H A Dwarn-global-constructors.cpp32 namespace test2 { namespace
H A Dwarn-logical-not-compare.cpp117 bool test2 (E e) { function
H A Dwarn-reorder-ctor-initialization.cpp100 namespace test2 { namespace
H A Dwarn-sign-conversion.cpp49 namespace test2 { namespace
70 int d1 = 1 ? i : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
71 int d2 = 1 ? Foo<bool>::D : i; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
72 int d3 = 1 ? B : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
73 int d4 = 1 ? Foo<bool>::D : B; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
75 int e1 = 1 ? i : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
76 int e2 = 1 ? E : i; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
77 int e3 = 1 ? E : B; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
78 int e4 = 1 ? B : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
H A Dwarn-thread-safety-verbose.cpp56 void test2() { // expected-note {{Thread warning in function 'test2'}} function in class:Test
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp43 static void test2() { function in class:test0::Derived1
66 static void test2() { function in class:test0::Derived2
81 d1.test2(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
H A Dinstantiate-declref.cpp109 namespace test2 { namespace
/external/icu/icu4c/source/samples/legacy/
H A Dlegacy.cpp78 static const char* test2[4] = {
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp373 static void coincidentTestOne(skiatest::Reporter* reporter, int test1, int test2) { argument
376 const SkDQuad& quad2 = coincidentTestSet[test2];
397 static void intersectionFinder(int test1, int test2) { argument
399 const SkDQuad& quad2 = testSet[test2];

Completed in 1892 milliseconds

<<11121314151617181920>>