/external/clang/test/Parser/ |
expressions.c | 21 int test4() { function 22 test4();
|
/external/clang/test/SemaCXX/ |
warn-new-overaligned.cpp | 54 namespace test4 { namespace 70 new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
|
/external/icu/icu4c/source/test/testdata/ |
test4.ucm | 6 # test4.ucm 10 <code_set_name> "test4"
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2009-04-22-TruncCast.ll | 30 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test4' 33 define i16 @test4(i8 %x) {
|
/external/llvm/test/CodeGen/ARM/ |
2011-11-09-IllegalVectorFPIntConvert.ll | 30 define <2 x double> @test4(<2 x i32>* %A) { 31 ; CHECK: test4
|
noreturn.ll | 47 define i32 @test4() uwtable { 48 ; CHECK-LABEL: @test4
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-call.ll | 47 define void @test4(i8* %a, i8* %b) { 50 ; CHECK-LABEL: test4:
|
lower-vec-shuffle-bug.ll | 33 define <4 x double> @test4(<4 x double> %A, <4 x double> %B) { 34 ; CHECK-LABEL: test4:
|
trunc-to-bool.ll | 39 define i32 @test4(i8* %ptr) nounwind { 47 ; CHECK-LABEL: test4:
|
/external/llvm/test/MC/AsmParser/ |
directive_values.s | 25 TEST4: 31 # CHECK: TEST4
|
/external/llvm/test/Transforms/InstCombine/ |
fdiv.ll | 27 define float @test4(float %x) nounwind readnone ssp { 31 ; CHECK-LABEL: @test4(
|
fpextend_x86.ll | 37 define double @test4(double %a, half %b) nounwind { 43 ; CHECK: test4
|
sub-xor.ll | 39 define i32 @test4(i32 %x) nounwind { 44 ; CHECK-LABEL: @test4(
|
/external/v8/test/mjsunit/ |
object-literal-conversions.js | 34 var test4 = { 13.213000: 6, "13.213": 7 }; 39 assertEquals(7, test4[13.213]);
|
/external/v8/test/mjsunit/regress/ |
regress-3185905.js | 52 function test4(x) { 60 test4(0)
|
/external/v8/test/webkit/ |
dictionary-no-cache-expected.txt | 32 PASS getTestProperty(test4) is "on prototype" 33 PASS getTestProperty(test4) is "on self"
|
/external/v8/test/webkit/fast/js/kde/ |
arguments-scope-expected.txt | 33 PASS test4.(1) 34 PASS test4.(2)
|
/external/compiler-rt/test/asan/TestCases/ |
strtol_strict.c | 12 // RUN: %run %t test4 2>&1 13 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test4 2>&1 14 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test4 2>&1 | FileCheck %s --check-prefix=CHECK4 50 void test4(char *array, char *endptr) { function 97 if (!strcmp(argv[1], "test4")) test4(array, endptr);
|
strtoll_strict.c | 12 // RUN: %run %t test4 2>&1 13 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test4 2>&1 14 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test4 2>&1 | FileCheck %s --check-prefix=CHECK4 50 void test4(char *array, char *endptr) { function 97 if (!strcmp(argv[1], "test4")) test4(array, endptr);
|
/external/clang/test/CodeGen/ |
inline.c | 11 // CHECK1-LABEL: define available_externally i32 @test4 33 // CHECK2-LABEL: define available_externally i32 @test4 96 extern int test4(void); 97 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) function 102 void test_test4() { test4(); }
|
exprs.c | 29 void test4() { function 33 t1 = sizeof(test4()); 34 t2 = __alignof__(test4());
|
/external/clang/test/CodeGenCXX/ |
assign-construct-memcpy.cpp | 51 foo *test4(foo &&x) { function 53 // CHECK-POD: test4 56 // CHECK-NONPOD: test4
|
/external/clang/test/CodeGenObjC/ |
arc-no-arc-exceptions.m | 64 // CHECK-LABEL: define void @test4( 67 // NO-METADATA-LABEL: define void @test4( 70 void test4(void) {
|
/external/clang/test/Sema/ |
attr-capabilities.c | 13 int Test4 __attribute__((try_acquire_capability("test4"))); // expected-error {{'try_acquire_capability' attribute only applies to functions}} 17 struct __attribute__((shared_capability(Test2))) Test4 {}; // expected-error {{'shared_capability' attribute requires a string}}
|
bitfield.c | 44 struct Test4 { 49 void test4(struct Test4 *t) { function
|