HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 151 - 175 of 309) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Sema/
callingconv.c 23 void __attribute__((thiscall)) test4(int a, ...) { // expected-error {{variadic function cannot use thiscall calling convention}} function
enum.c 42 void test4() { function
offsetof.c 67 int test4 = __builtin_offsetof(Array, array); variable
statements.c 18 int test4() { return ({ ({5;}); }); }
  /external/clang/test/SemaCXX/
alignof.cpp 21 int test4 = __alignof__(x); // ok member in struct:S2
class-base-member-init.cpp 55 namespace test4 { namespace
enum.cpp 58 int test4[is_same<__typeof(+v4), unsigned long>::value]; member in namespace:test1
expressions.cpp 129 void test4() { function
uninit-variables.cpp 64 test4_A test4() { function
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 50 namespace test4 { namespace
  /external/llvm/test/MC/Mips/
mips-noat.s 27 test4: label
  /external/eigen/unsupported/test/
BVH.cpp 215 TreeTest<4> test4; local
216 CALL_SUBTEST(test4.testIntersect1());
217 CALL_SUBTEST(test4.testMinimize1());
218 CALL_SUBTEST(test4.testIntersect2());
219 CALL_SUBTEST(test4.testMinimize2());
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 269 UnicodeString test4("never say, \"this is a test\"!!");
279 if (test1 != test2 || test1 == test3 || test1 == test4)
283 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) ||
290 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4))
294 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0)
300 test4.compare(12, 14, test2) != 0 ||
305 if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0)
309 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0)
319 || test1.compare(0, 14, test4, 12, 14) != 0)
324 || test1.compare(10, 4, test4, 22, 4) != 0
469 char test4[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
657 char test4[] = "SPAM"; local
877 UnicodeString test4; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 269 UnicodeString test4("never say, \"this is a test\"!!");
279 if (test1 != test2 || test1 == test3 || test1 == test4)
283 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) ||
290 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4))
294 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0)
300 test4.compare(12, 14, test2) != 0 ||
305 if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0)
309 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0)
319 || test1.compare(0, 14, test4, 12, 14) != 0)
324 || test1.compare(10, 4, test4, 22, 4) != 0
469 char test4[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
657 char test4[] = "SPAM"; local
877 UnicodeString test4; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
aarectmodes.cpp 13 static void test4(SkCanvas* canvas) { function
148 test4(canvas);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-70066.js 72 function test4(value) { function
80 assertEquals("4:false", test4(4), "test4");
81 assertEquals(0, x, "test4"); // Global x is undisturbed.
  /external/skia/gm/
aarectmodes.cpp 13 static void test4(SkCanvas* canvas) { function
148 test4(canvas);
  /external/chromium_org/v8/test/mjsunit/
object-literal-conversions.js 34 var test4 = { 13.213000: 6, "13.213": 7 };
39 assertEquals(7, test4[13.213]);
  /external/chromium_org/v8/test/webkit/
continue-break-multiple-labels.js 81 function test4() function
94 shouldBe("test4()", "1");
  /external/clang/test/Analysis/
malloc-interprocedural.c 57 int test4() { function
  /external/clang/test/CodeGenCXX/
arm.cpp 177 namespace test4 { namespace
global-init.cpp 73 namespace test4 { namespace
microsoft-abi-virtual-inheritance.cpp 381 namespace test4{ namespace
399 // CHECK-LABEL: define x86_thiscallcc void @"\01??1C@test4@@UAE@XZ"(%"struct.test4::C"* %this)
404 // CHECK: %[[VFPTR_i8:.*]] = bitcast %"struct.test4::C"* %{{.*}} to [1 x i8*]**
405 // CHECK: store [1 x i8*]* @"\01??_7C@test4@@6BB@1@@", [1 x i8*]** %[[VFPTR_i8]]
412 // CHECK-LABEL: define void @"\01?destroy@test4@@YAXPAUC@1@@Z"(%"struct.test4::C"* %obj)
415 // CHECK: %[[VPTR:.*]] = bitcast %"struct.test4::C"* %[[OBJ:.*]] to void (%"struct.test4::C"*, i32)***
416 // CHECK: %[[VFTABLE:.*]] = load void (%"struct.test4::C"*, i32)*** %[[VPTR]
    [all...]
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp 96 namespace test4 { namespace
105 // CHECK-LABEL: VFTable for 'test4::A' in 'test4::X' (1 entry)
106 // CHECK-NEXT: 0 | void test4::X::f()
108 // CHECK-LABEL: VFTable indices for 'test4::X' (1 entry).
109 // CHECK-NEXT: 0 | void test4::X::f()
111 // MANGLING-DAG: @"\01??_7X@test4@@6B@"
visibility-inlines-hidden.cpp 130 namespace test4 { namespace

Completed in 429 milliseconds

1 2 3 4 5 67 8 91011>>