Searched
full:undef (Results
926 -
950 of
7245) sorted by null
<<31323334353637383940>>
/external/llvm/test/Linker/ |
link-global-to-func.ll | 2 ; RUN: echo {declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tail call void @__eprintf( i8* undef, i8* undef, i32 4, i8* null ) noreturn nounwind unreachable }} | llvm-as -o %t2.bc
|
/external/llvm/test/Transforms/DeadArgElim/ |
canon.ll | 9 ret {} undef 13 ret {i32} undef
|
/external/llvm/test/Transforms/InstSimplify/ |
2011-09-05-InsertExtractValue.ll | 14 %exc_ptr2 = insertvalue { i8*, i32 } undef, i8* %exc_ptr, 0 26 %ins = insertvalue { i8, i32 } undef, i32 %ex, 1
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
uglygep.ll | 13 br i1 undef, label %bb10, label %bb2 29 %t2 = getelementptr inbounds i8* undef, i64 %t4 ; <i8*> [#uses=1] 30 store i8 undef, i8* %t2 31 %t6 = load float** undef 34 store i8 undef, i8* %t9 63 %p8 = phi i32 [ %t0, %bb5 ], [ undef, %loop1 ], [ undef, %bb2 ] ; <i32> [#uses=0] 64 %p9 = phi i32 [ undef, %bb5 ], [ %i1, %loop1 ], [ %i1, %bb2 ] ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/LoopUnswitch/ |
2011-06-02-CritSwitch.ll | 9 br i1 undef, label %if.then, label %tailrecurse 18 br i1 undef, label %sw.bb, label %if.then14
|
/external/llvm/test/Transforms/Reassociate/ |
secondary.ll | 8 ; CHECK-NOT: undef 10 ; CHECK-NOT: undef
|
/external/llvm/test/Transforms/SCCP/ |
2008-01-27-UndefCorrelate.ll | 1 ; RUN: opt < %s -sccp -S | grep undef | count 1 11 br i1 undef, label %cond_true, label %cond_false
|
2008-05-23-UndefCallFold.ll | 1 ; RUN: opt < %s -sccp -S | not grep {ret i32 undef} 9 %val = call i32 @llvm.cttz.i32(i32 undef, i1 true)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
config.h | 5 /* #undef const */ 11 /* #undef pid_t */ 19 /* #undef SETVBUF_REVERSED */ 28 /* #undef TM_IN_SYS_TIME */ 90 /* #undef HAVE_NET_IF_DL_H */ 93 /* #undef HAVE_NET_IF_ETHER_H */ 96 /* #undef HAVE_NET_IF_TYPES_H */ 108 /* #undef HAVE_SYS_DLPI_H */
|
/external/stlport/stlport/ |
iso646.h | 35 # undef _STLP_OUTERMOST_HEADER_ID 37 # undef _STLP_DONT_POP_HEADER_ID
|
limits.h | 36 # undef _STLP_OUTERMOST_HEADER_ID 38 # undef _STLP_DONT_POP_HEADER_ID
|
locale.h | 39 # undef _STLP_OUTERMOST_HEADER_ID 41 # undef _STLP_DONT_POP_HEADER_ID
|
signal.h | 35 # undef _STLP_OUTERMOST_HEADER_ID 37 # undef _STLP_DONT_POP_HEADER_ID
|
/external/stlport/stlport/stl/ |
_config_compat_post.h | 11 # undef __STL_USE_NAMESPACES 16 # undef __STL_USE_EXCEPTIONS
|
_cprolog.h | 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
|
/external/valgrind/main/helgrind/tests/ |
tc08_hbl2.c | 25 #undef PLAT_x86_darwin 26 #undef PLAT_amd64_darwin 27 #undef PLAT_x86_linux 28 #undef PLAT_amd64_linux 29 #undef PLAT_ppc32_linux 30 #undef PLAT_ppc64_linux 31 #undef PLAT_arm_linux 32 #undef PLAT_s390x_linux
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.stderr.exp | 2 Undef 1 of 8 (stack, 32 bit) 9 Undef 2 of 8 (stack, 32 bit) 16 Undef 3 of 8 (stack, 64 bit) 23 Undef 4 of 8 (mallocd, 32-bit) 31 Undef 5 of 8 (realloc) 39 Undef 6 of 8 (MALLOCLIKE_BLOCK) 46 Undef 7 of 8 (brk) 50 Undef 8 of 8 (MAKE_MEM_UNDEFINED)
|
origin3-no.c | 44 fprintf(stderr, "\nUndef 1 of 8 (8 bit undef)\n"); 54 fprintf(stderr, "\nUndef 2 of 8 (8 bits of 32 undef)\n"); 64 fprintf(stderr, "\nUndef 3 of 8 (32 bit undef)\n"); 73 fprintf(stderr, "\nUndef 4 of 8 (32 bit undef, unaligned)\n"); 82 fprintf(stderr, "\nUndef 5 of 8 (32 bit undef, modified)\n"); 106 fprintf(stderr, "\nUndef 6 of 8 (32 bit undef, unaligned, strange, #1)\n"); 108 fprintf(stderr, "\nUndef 7 of 8 (32 bit undef, unaligned, strange, #2)\n"); 110 fprintf(stderr, "\nUndef 8 of 8 (32 bit undef, unaligned, strange, #3)\n");
|
/external/webkit/Source/JavaScriptCore/ |
JavaScriptCorePrefix.h | 34 #undef try 35 #undef catch
|
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
MemoryManager.cpp | 23 #undef malloc 24 #undef calloc 25 #undef realloc 26 #undef free 27 #undef strdup 28 #undef _strdup 29 #undef VirtualAlloc 30 #undef VirtualFree
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iso646.h | 35 # undef _STLP_OUTERMOST_HEADER_ID 37 # undef _STLP_DONT_POP_HEADER_ID
|
limits.h | 36 # undef _STLP_OUTERMOST_HEADER_ID 38 # undef _STLP_DONT_POP_HEADER_ID
|
locale.h | 39 # undef _STLP_OUTERMOST_HEADER_ID 41 # undef _STLP_DONT_POP_HEADER_ID
|
signal.h | 35 # undef _STLP_OUTERMOST_HEADER_ID 37 # undef _STLP_DONT_POP_HEADER_ID
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 11 # undef __STL_USE_NAMESPACES 16 # undef __STL_USE_EXCEPTIONS
|
Completed in 2578 milliseconds
<<31323334353637383940>>