Searched
full:undef (Results
526 -
550 of
15951) sorted by null
<<21222324252627282930>>
/external/llvm/test/Integer/ |
undefined_bt.ll | 6 @X = global i31 undef 12 ret i63 undef 16 %X = add i31 undef, 1
|
/external/llvm/test/Transforms/ConstProp/ |
extractvalue.ll | 47 define i32 @undef-test1() { 48 %A = extractvalue %struct undef, 0 50 ; CHECK: @undef-test1 51 ; CHECK: ret i32 undef 54 define i8 @undef-test2() { 55 %A = extractvalue %struct undef, 1, 2 57 ; CHECK: @undef-test2 58 ; CHECK: ret i8 undef 61 define i32 @undef-test3() { 62 %A = extractvalue [3 x %struct] undef, 1, [all...] |
shift.ll | 6 ; CHECK: store i64 undef 10 ; CHECK: store i64 undef 14 ; CHECK: store i64 undef 23 ; CHECK: store i65 undef 27 ; CHECK: store i65 undef 31 ; CHECK: store i65 undef 40 ; CHECK: store i256 undef 44 ; CHECK: store i256 undef 48 ; CHECK: store i256 undef 57 ; CHECK: store i511 undef [all...] |
/external/llvm/test/Transforms/InstSimplify/ |
dead-code-removal.ll | 4 br i1 undef, label %1, label %4 9 %2 = phi i32 [ %3, %1 ], [ undef, %0 ] 10 %3 = sub i32 0, undef
|
/external/llvm/test/Transforms/SCCP/ |
ub-shift.ll | 6 ; CHECK: store i64 undef 10 ; CHECK: store i64 undef 14 ; CHECK: store i64 undef 23 ; CHECK: store i65 undef 27 ; CHECK: store i65 undef 31 ; CHECK: store i65 undef 40 ; CHECK: store i256 undef 44 ; CHECK: store i256 undef 48 ; CHECK: store i256 undef 57 ; CHECK: store i511 undef [all...] |
/external/protobuf/m4/ |
ac_system_extensions.m4 | 16 # undef __EXTENSIONS__ 19 # undef _POSIX_PTHREAD_SEMANTICS 22 # undef _TANDEM_SOURCE
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
2011-01-06-BigNumberCrash.ll | 6 %tmp3 = select i1 undef, i960 4872657003430991806293355221650511486142000513558154090491761976385142772940676648094983476628187266917101386048750715027104076737938178423519545241493072038894065019132638919037781494702597609951702322267198307200588774905587225212622510286498675097141625012190497682454879271766334636032, i960 0 7 br i1 undef, label %for.body25.for.body25_crit_edge, label %if.end 10 %ins = or i960 %tmp3, undef
|
/external/swiftshader/third_party/LLVM/test/Integer/ |
undefined_bt.ll | 6 @X = global i31 undef
12 ret i63 undef
16 %X = add i31 undef, 1
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
extractvalue.ll | 47 define i32 @undef-test1() { 48 %A = extractvalue %struct undef, 0 50 ; CHECK: @undef-test1 51 ; CHECK: ret i32 undef 54 define i8 @undef-test2() { 55 %A = extractvalue %struct undef, 1, 2 57 ; CHECK: @undef-test2 58 ; CHECK: ret i8 undef 61 define i32 @undef-test3() { 62 %A = extractvalue [3 x %struct] undef, 1, [all...] |
/external/syslinux/gpxe/src/include/ |
stddef.h | 9 #undef NULL 12 #undef offsetof 15 #undef container_of
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
defined6.t | 10 undef_pre = DEFINED (undef); 11 undef = 1; 12 undef_post = DEFINED (undef);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adogpool_backcompat.h | 269 #undef CLSID_ADO 270 #undef CLSID_CADOCommand 271 #undef CLSID_CADOConnection 272 #undef CLSID_CADOError 273 #undef CLSID_CADOErrorLookup 274 #undef CLSID_CADOField 275 #undef CLSID_CADOParameter 276 #undef CLSID_CADORecField 277 #undef CLSID_CADORecord 278 #undef CLSID_CADORecordse [all...] |
/bionic/tests/ |
stdio_nofortify_test.cpp | 3 #undef _FORTIFY_SOURCE
|
string_nofortify_test.cpp | 3 #undef _FORTIFY_SOURCE
|
strings_nofortify_test.cpp | 3 #undef _FORTIFY_SOURCE
|
unistd_nofortify_test.cpp | 3 #undef _FORTIFY_SOURCE
|
/external/clang/test/Frontend/ |
undef.c | 1 // RUN: %clang -undef -x assembler-with-cpp -E %s
|
/external/clang/test/Modules/Inputs/ |
macros_left.h | 4 #undef TOP_LEFT_UNDEF
|
/external/clang/test/PCH/Inputs/ |
chain-macro-override1.h | 9 #undef h3
|
/external/clang/test/Preprocessor/ |
macro-reserved-ms.c | 5 #undef inline
|
/external/compiler-rt/test/profile/Inputs/ |
extern_template1.cpp | 3 #undef USE
|
extern_template2.cpp | 3 #undef USE
|
/external/jemalloc/include/jemalloc/internal/ |
public_unnamespace.sh | 5 echo "#undef je_${n}"
|
/external/libevent/test/ |
tinytest_local.h | 10 #undef snprintf
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_txfm_avx2.c | 16 #undef FDCT32x32_2D_AVX2 17 #undef FDCT32x32_HIGH_PRECISION 22 #undef FDCT32x32_2D_AVX2 23 #undef FDCT32x32_HIGH_PRECISION
|
Completed in 386 milliseconds
<<21222324252627282930>>