/external/clang/test/Preprocessor/ |
include-macros.c | 3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
ifdef.py | 33 undefs = []
variable 41 undefs.append(a)
82 elif word in undefs:
|
objgraph.py | 129 undefs = {}
133 store(undefs, ext, filename)
134 elist = undefs.keys()
138 flist = undefs[ext]
|
/external/python/cpython2/Tools/scripts/ |
ifdef.py | 33 undefs = [] variable 41 undefs.append(a) 82 elif word in undefs:
|
objgraph.py | 129 undefs = {} 133 store(undefs, ext, filename) 134 elist = undefs.keys() 138 flist = undefs[ext]
|
/external/python/cpython3/Tools/scripts/ |
ifdef.py | 33 undefs = [] variable 41 undefs.append(a) 82 elif word in undefs:
|
objgraph.py | 127 undefs = {} 131 store(undefs, ext, filename) 132 elist = sorted(undefs.keys()) 135 flist = sorted(undefs[ext])
|
/external/llvm/test/CodeGen/SystemZ/ |
vec-const-04.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
vec-const-06.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
vec-const-13.ll | 117 ; Retest f1 with arbitrary undefs instead of 0s. 128 ; Try a case where we want consistent undefs to be treated as 0. 150 ; Try a case where we want consistent undefs to be treated as -1. 172 ; Repeat f9 with arbitrary undefs. 183 ; Try a case where we want some consistent undefs to be treated as 0
|
vec-const-02.ll | 31 ; Test that undefs are treated as zero.
|
vec-const-03.ll | 29 ; Test that undefs are treated as zero (mask 0x8076).
|
vec-const-05.ll | 31 ; Test that undefs are treated as zero (mask 0xc031).
|
vec-const-10.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
vec-const-12.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
vec-const-01.ll | 35 ; Test that undefs are treated as zero.
|
/external/clang/test/CodeGen/ |
global-init.c | 20 // PR6168 "too many undefs"
|
2008-08-07-AlignPadding1.c | 23 // The idea is that there are 6 undefs in this structure initializer to cover
|
/external/llvm/utils/ |
GenLibDeps.pl | 203 open UNDEFS, 206 while (<UNDEFS>) { 226 close UNDEFS or die "nm failed"; 229 open UNDEFS, "$nmPath -u $Directory/$lib |"; 230 while (<UNDEFS>) { 251 close UNDEFS or die "nm failed";
|
/external/swiftshader/third_party/LLVM/utils/ |
GenLibDeps.pl | 207 open UNDEFS, 210 while (<UNDEFS>) { 230 close UNDEFS or die "nm failed"; 233 open UNDEFS, "$nmPath -u $Directory/$lib |"; 234 while (<UNDEFS>) { 255 close UNDEFS or die "nm failed";
|
/external/llvm/test/CodeGen/X86/ |
shift-combine-crash.ll | 8 ; The first shift of the legalized sequence would be a shift by all undefs.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 165 /// of the existing defs in \p LR and points in \p Undefs. 172 /// \p Undefs, the live range will not be extended to that point. 176 ArrayRef<SlotIndex> Undefs); 179 extendToIndices(LR, Indices, /*Undefs=*/{});
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 169 /// of the existing defs in \p LR and points in \p Undefs. 176 /// \p Undefs, the live range will not be extended to that point. 180 ArrayRef<SlotIndex> Undefs); 183 extendToIndices(LR, Indices, /*Undefs=*/{});
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 169 /// of the existing defs in \p LR and points in \p Undefs. 176 /// \p Undefs, the live range will not be extended to that point. 180 ArrayRef<SlotIndex> Undefs); 183 extendToIndices(LR, Indices, /*Undefs=*/{});
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 169 /// of the existing defs in \p LR and points in \p Undefs. 176 /// \p Undefs, the live range will not be extended to that point. 180 ArrayRef<SlotIndex> Undefs); 183 extendToIndices(LR, Indices, /*Undefs=*/{});
|