Searched refs:lie (Results 1 – 25 of 100) sorted by relevance
1234
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 118 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 121 : lie(entry, slot) {} 126 assert(!lie.getPointer()->isPoisoned() && 129 return lie.getPointer(); 138 return static_cast<Slot>(lie.getInt()); 149 SlotIndex() : lie(nullptr, 0) {} 152 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { 153 assert(lie.getPointer() != nullptr && 160 return lie.getPointer(); 174 return lie == other.lie; [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 88 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 91 : lie(entry, slot) {} 95 return *lie.getPointer(); 104 return static_cast<Slot>(lie.getInt()); 108 void *ptrVal = v.lie.getOpaqueValue(); 128 SlotIndex() : lie(0, 0) {} 132 : lie(&li.entry(), unsigned(s)) { 133 assert(lie.getPointer() != 0 && 140 return lie.getPointer(); 154 return lie == other.lie; [all …]
|
/external/clang/test/Misc/ |
D | warn-in-system-header.h | 4 #warning the cake is a lie
|
/external/clang/test/Index/ |
D | codecompletion-chained.cpp | 12 void lie();
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.h | 51 boolean lie; member
|
D | i915_screen.c | 317 return is->debug.lie ? 1 : 0; in i915_get_param()
|
/external/e2fsprogs/tests/f_preen/ |
D | expect.1 | 4 may lie only with the primary block group descriptors, and
|
/external/icu/icu4c/source/data/region/ |
D | cs.txt | 48 AU{"Austrálie"} 66 BR{"Brazílie"} 150 IT{"Itálie"}
|
/external/e2fsprogs/tests/f_illibitmap/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/e2fsprogs/tests/f_illbbitmap/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/e2fsprogs/tests/f_boundscheck/ |
D | expect.1 | 7 may lie only with the primary block group descriptors, and
|
D | expect.2 | 7 may lie only with the primary block group descriptors, and
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 27 [Cake lie]; // expected-error {{undeclared}}
|
/external/e2fsprogs/tests/f_illitable/ |
D | expect.1 | 5 may lie only with the primary block group descriptors, and
|
/external/icu/icu4c/source/data/lang/ |
D | lv.txt | 354 ne{"nepāliešu"} 429 scn{"sicīliešu"} 760 hant{"Tradicionālie ķīniešu cipari"} 761 hantfin{"Tradicionālie ķīniešu cipari finanšu dokumentiem"} 776 taml{"Tamilu tradicionālie cipari"}
|
/external/libcxx/cmake/ |
D | config-ix.cmake | 5 # NOTE(compnerd) this is technically a lie, there is msvcrt, but for now, lets
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 279 When true, a pixel sample is considered to lie inside of a triangle if it 293 When false, a pixel sample is considered to lie inside of a triangle if it
|
/external/bison/build-aux/ |
D | useless-if-before-free | 8 # The definition above must lie within the first 8 lines in order
|
/external/python/cpython2/Doc/c-api/ |
D | datetime.rst | 128 number of microseconds and seconds lie in the ranges documented for
|
/external/bison/ |
D | THANKS | 67 Lie Yan lie.yan@kaust.edu.sa
|
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.def | 103 /// that must lie within the function and not contain another stackmap.
|
/external/icu/icu4c/source/data/unit/ |
D | lv.txt | 800 dnam{"imperiālie galoni"} 802 other{"{0} imperiālie galoni"} 804 zero{"{0} imperiālie galoni"}
|
/external/nanopb-c/generator/proto/ |
D | plugin.proto | 91 // the file cannot lie outside the output directory). "/" must be used as
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 96 // the file cannot lie outside the output directory). "/" must be used as
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 495 lie }$pTone ↔ ㄌㄧㄝ }$zTone; 496 lie → ㄌㄧㄝ˙;
|
1234