/external/clang/test/CodeGen/ |
variable-array.c | 1 // RUN: %clang_cc1 -emit-llvm < %s | grep puts | count 4 7 return sizeof(*(puts("asdf"),y)); 12 return sizeof(*(char(*)[puts("asdf")])0); 17 static int (*y)[puts("asdf")];
|
alloca.c | 6 int puts(const char *s); 10 puts(C);
|
PR3589-freestanding-libcalls.c | 2 // RUN: %clang_cc1 -O2 -emit-llvm %s -o - | grep 'declare i32 @puts' | count 1 3 // RUN: %clang_cc1 -ffreestanding -O2 -emit-llvm %s -o - | grep 'declare i32 @puts' | count 0
|
/external/valgrind/main/cachegrind/tests/ |
myprint.c | 5 puts("This is myprint!");
|
/ndk/tests/device/test-cxx-init-array/jni/ |
test.cpp | 10 puts("Passed"); 15 puts("ERROR: Global variables are NOT initialized.");
|
/external/llvm/test/Object/Inputs/ |
trivial-object-test.elf-hexagon | |
trivial-object-test.elf-i386 | |
trivial.ll | 5 %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind 10 declare i32 @puts(i8* nocapture) nounwind
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p7.cpp | 9 void puts(const char *); 11 puts(c);
|
/external/llvm/test/CodeGen/PowerPC/ |
hello.ll | 8 %tmp2 = tail call i32 @puts( i8* getelementptr ([13 x i8]* @.str, i32 0, i64 0) ) 12 declare i32 @puts(i8*)
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
lib_test.c | 36 puts("Doing basic bit tests..."); 39 puts("Failed clearing capabilities"); 45 puts("Failed filling capabilities"); 57 puts("Failed restoring capabilities"); 66 puts("Failed update test 1"); 71 puts("Failed have capability test 1"); 77 puts("Failed have capabilities test 1"); 85 puts("Failed bset update test 2"); 90 puts("Failed bset have capability test 2"); 96 puts("Failed bset have capabilities test 2") [all...] |
/external/guava/guava/src/com/google/common/hash/ |
Sink.java | 30 * Puts a byte into this sink. 38 * Puts an array of bytes into this sink. 46 * Puts a chunk of an array of bytes into this sink. {@code bytes[off]} is the first byte written, 59 * Puts a short into this sink. 64 * Puts an int into this sink. 69 * Puts a long into this sink. 74 * Puts a float into this sink. 79 * Puts a double into this sink. 84 * Puts a boolean into this sink. 89 * Puts a character into this sink [all...] |
/external/clang/test/Preprocessor/ |
c99-6_10_3_4_p9.c | 6 #define showlist(...) puts(#__VA_ARGS__) 7 #define report(test, ...) ((test)?puts(#test):\ 16 // CHECK: puts("The first, second, and third items."); 19 // CHECK: ((x>y)?puts("x>y"): printf("x is %d but y is %d", x, y));
|
/external/llvm/test/ExecutionEngine/ |
2003-05-07-ArgumentTest.ll | 4 declare i32 @puts(i8*) 9 %tmp.0 = call i32 @puts( i8* %tmp.6 ) ; <i32> [#uses=0]
|
hello.ll | 6 declare i32 @puts(i8*) 9 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-05-07-ArgumentTest.ll | 3 declare i32 @puts(i8*) 8 %tmp.0 = call i32 @puts( i8* %tmp.6 ) ; <i32> [#uses=0]
|
hello.ll | 5 declare i32 @puts(i8*) 8 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
Puts.ll | 8 declare i32 @puts(i8*) 13 %call = call i32 @puts(i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0))
|
/system/extras/tests/bionic/libc/common/ |
test_drand48.c | 64 puts("Hard-coded values"); 70 puts("lrand48"); 71 puts(" srand48(100)"); 78 puts(" srand48(100)"); 85 puts(" srand48(101)"); 92 puts("drand48"); 93 puts(" srand48(100)"); 100 puts(" srand48(100)"); 107 puts(" srand48(101)");
|
/external/icu4c/samples/datecal/ |
cal.cpp | 19 puts("C++ sample"); 22 puts("Couldn't create GregorianCalendar"); 42 puts("Calendar::get failed"); 48 puts("Calendar::add failed"); 59 puts("Date-Calendar sample program");
|
ccal.c | 15 puts("----"); 16 puts("C Sample"); 22 puts("Couldn't create GregorianCalendar"); 43 puts("Calendar::get failed"); 50 puts("Calendar::add failed");
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/ |
osx_last_crash.rb | 17 #puts line 40 puts File.basename(filename) + " - " + date 41 puts "===================================================" 43 puts line 45 puts ""
|
/external/icu4c/samples/break/ |
break.cpp | 38 puts(""); 94 puts("ICU Break Iterator Sample Program\n"); 95 puts("C++ Break Iteration\n"); 100 puts(""); 113 puts("\n Sentence Boundaries... "); 114 puts("----- forward: -----------"); 116 puts("----- backward: ----------"); 125 puts("----- forward: -----------"); 128 puts("----- first: -------------"); 131 puts("----- last: --------------") [all...] |
/external/llvm/test/CodeGen/X86/ |
darwin-stub.ll | 8 %0 = tail call i32 @puts(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0)) nounwind ; <i32> [#uses=0] 12 declare i32 @puts(i8*)
|
/external/clang/test/SemaCXX/ |
__try.cpp | 5 int puts(const char *); 38 puts("Another exception:"); 44 puts("Caught a C-based exception."); 55 puts("C++ allows __finally too!");
|