Home
last modified time | relevance | path

Searched refs:lie (Results 1 – 25 of 100) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h118 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/
DSlotIndexes.h88 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/
Dwarn-in-system-header.h4 #warning the cake is a lie
/external/clang/test/Index/
Dcodecompletion-chained.cpp12 void lie();
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.h51 boolean lie; member
Di915_screen.c317 return is->debug.lie ? 1 : 0; in i915_get_param()
/external/e2fsprogs/tests/f_preen/
Dexpect.14 may lie only with the primary block group descriptors, and
/external/icu/icu4c/source/data/region/
Dcs.txt48 AU{"Austrálie"}
66 BR{"Brazílie"}
150 IT{"Itálie"}
/external/e2fsprogs/tests/f_illibitmap/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/e2fsprogs/tests/f_illbbitmap/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/e2fsprogs/tests/f_boundscheck/
Dexpect.17 may lie only with the primary block group descriptors, and
Dexpect.27 may lie only with the primary block group descriptors, and
/external/clang/test/SemaObjC/
Dinvalid-code.m27 [Cake lie]; // expected-error {{undeclared}}
/external/e2fsprogs/tests/f_illitable/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/icu/icu4c/source/data/lang/
Dlv.txt354 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/
Dconfig-ix.cmake5 # NOTE(compnerd) this is technically a lie, there is msvcrt, but for now, lets
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst279 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/
Duseless-if-before-free8 # The definition above must lie within the first 8 lines in order
/external/python/cpython2/Doc/c-api/
Ddatetime.rst128 number of microseconds and seconds lie in the ranges documented for
/external/bison/
DTHANKS67 Lie Yan lie.yan@kaust.edu.sa
/external/llvm/include/llvm/Target/
DTargetOpcodes.def103 /// that must lie within the function and not contain another stackmap.
/external/icu/icu4c/source/data/unit/
Dlv.txt800 dnam{"imperiālie galoni"}
802 other{"{0} imperiālie galoni"}
804 zero{"{0} imperiālie galoni"}
/external/nanopb-c/generator/proto/
Dplugin.proto91 // the file cannot lie outside the output directory). "/" must be used as
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto96 // the file cannot lie outside the output directory). "/" must be used as
/external/icu/icu4c/source/data/translit/
DLatn_Bopo.txt495 lie }$pTone ↔ ㄌㄧㄝ }$zTone;
496 lie → ㄌㄧㄝ˙;

1234