/build/kati/testcase/ |
phony.mk | 20 # test5 is similar with test1, but foo2 has command. 21 # foo2 runs once to build test5 even if it appears twice 22 # test5 <- foo2, test5 <- baz2 <- foo2. 30 test5: foo2 bar baz2 31 echo PASS test5 from foo bar baz
|
comment_in_command.mk | 23 test5:
|
/external/llvm/test/Transforms/DeadArgElim/ |
2008-06-23-DeadAfterLive.ll | 8 define internal i32 @test5() { 12 ; This function doesn't use the return value @test5 and tries to lure DAE into 13 ; marking @test5's return value dead because only this call is unused. 15 %DEAD = call i32 @test5() 19 ; This function ensures the retval of @test5 is live. 21 %LIVE = call i32 @test5()
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/ |
2008-06-23-DeadAfterLive.ll | 8 define internal i32 @test5() { 12 ; This function doesn't use the return value @test5 and tries to lure DAE into 13 ; marking @test5's return value dead because only this call is unused. 15 %DEAD = call i32 @test5() 19 ; This function ensures the retval of @test5 is live. 21 %LIVE = call i32 @test5()
|
/external/libxml2/test/schemas/ |
regexp-char-ref_0.xml | 7 test5="&" />
|
/external/clang/test/CodeGenObjC/ |
arc-unopt.m | 52 @class Test5; 53 void test5(void) { 54 Test5 *x, *y; 58 // CHECK-LABEL: define void @test5() 59 // CHECK: [[X:%.*]] = alloca [[TEST5:%.*]]*, 60 // CHECK-NEXT: [[Y:%.*]] = alloca [[TEST5:%.*]]*, 61 // CHECK-NEXT: store [[TEST5]]* null, [[TEST5]]** [[X]], 62 // CHECK-NEXT: store [[TEST5]]* null, [[TEST5]]** [[Y]] [all...] |
/external/clang/test/CodeGen/ |
attr-minsize.cpp | 59 void test5(T arg) { function 64 void test5<int>(int arg); 65 // Oz: define{{.*}}void @{{.*}}test5 67 // OTHER: define{{.*}}void @{{.*}}test5 68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]] 71 void test5<float>(float arg); 72 // Oz: define{{.*}}void @{{.*}}test5 74 // OTHER: define{{.*}}void @{{.*}}test5 75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
|
2002-02-16-RenamingTest.c | 7 void Test5(double X) {
|
/external/clang/test/CodeGenCXX/ |
enable_if.cpp | 4 int test5(int); 6 T test5(T) __attribute__((enable_if(1, "better than non-template"))); 9 int (*Ptr)(int) = &test5;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
instruction_packing-006.s | 21 test5: label 28 bra.s test5
|
/external/llvm/test/CodeGen/X86/ |
ins_subreg_coalesce-2.ll | 3 define i16 @test5(i16 %f12) nounwind {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
ins_subreg_coalesce-2.ll | 3 define i16 @test5(i16 %f12) nounwind {
|
/external/valgrind/none/tests/mips64/ |
branch_and_jump_instructions.c | 152 #define TEST5(instruction, RDval, RSval, RD, RS) \ 231 TEST5("bgezal", 0, 0, 2, 3); 232 TEST5("bgezal", 1, 1, 3, 4); 233 TEST5("bgezal", 2, 0xffffffff, 4, 5); 234 TEST5("bgezal", 3, 0xffffffff, 5, 6); 235 TEST5("bgezal", 4, 0xfffffffe, 6, 7); 236 TEST5("bgezal", 5, 0xffffffff, 7, 8); 237 TEST5("bgezal", 6, 0x5, 8, 9); 238 TEST5("bgezal", 7, -3, 9, 10); 239 TEST5("bgezal", 8, 125, 10, 11) [all...] |
/external/clang/test/SemaObjC/ |
property-ivar-mismatch.m | 16 @interface Test5 23 @implementation Test5
|
/external/icu/icu4c/source/test/testdata/ |
test5.ucm | 7 # test5.ucm 12 <code_set_name> "test5"
|
/external/llvm/test/MC/AsmParser/ |
directive_ascii.s | 30 # CHECK: TEST5: 32 TEST5:
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
directive_ascii.s | 30 # CHECK: TEST5: 32 TEST5:
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
basictest.ll | 29 define void @test5(i32 %A) {
41 ; CHECK: @test5
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
p1.cpp | 132 class test5 { class 135 namespace Test5 { 138 using namespace Test5; 139 int test5::inc(int x = default_x) {
|
/external/clang/test/Parser/ |
pointer-arithmetic.c | 8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
|
expressions.c | 48 int test5(int); 50 return test5( // expected-note {{to match}} 51 test5(1)
|
/external/clang/test/SemaObjC/Inputs/ |
arc-system-header.h | 24 struct Test5 {
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/ |
main.go | 15 a.Test5(nil)
|
/prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/ |
main.go | 15 a.Test5(nil)
|
/external/clang/test/Sema/ |
attr-visibility.c | 14 struct test5; 15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}} 16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match previous declaration}}
|