Home
last modified time | relevance | path

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

123456

/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-7.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h111 PointerIntPair<IndexListEntry*, 2, unsigned> lie;
114 : lie(entry, slot) {}
119 assert(!lie.getPointer()->isPoisoned() &&
122 return lie.getPointer();
131 return static_cast<Slot>(lie.getInt());
145 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
146 assert(lie.getPointer() != nullptr &&
153 return lie.getPointer();
167 return lie == other.lie;
171 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.c343 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.txt49 AU{"Austrálie"}
67 BR{"Brazílie"}
152 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.27 may lie only with the primary block group descriptors, and
Dexpect.17 may lie only with the primary block group descriptors, and
/external/clang/test/SemaObjC/
Dinvalid-code.m27 [Cake lie]; // expected-error {{undeclared}}
/external/tensorflow/tensorflow/lite/tools/optimize/testdata/
DREADME.md14 are all integers that lie in range[-127, 127]. The weights have been put in
/external/e2fsprogs/tests/f_illitable/
Dexpect.15 may lie only with the primary block group descriptors, and
/external/icu/icu4c/source/data/lang/
Dlv.txt347 ne{"nepāliešu"}
420 scn{"sicīliešu"}
755 hant{"Tradicionālie ķīniešu cipari"}
756 hantfin{"Tradicionālie ķīniešu cipari finanšu dokumentiem"}
771 taml{"Tamilu tradicionālie cipari"}
/external/python/rsa/doc/
Dreference.rst87 At the core of the RSA encryption method lie these functions. They
/external/libcxx/cmake/
Dconfig-ix.cmake6 # 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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dru-t-zh-Latn-pinyin.txt186 lie ле
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dantarctica128 # She confirms that French Southern Territories and Terre Adélie bases
129 # don't observe daylight saving time, even if Terre Adélie supplies came
/external/python/cpython2/Doc/c-api/
Ddatetime.rst128 number of microseconds and seconds lie in the ranges documented for
/external/deqp-deps/glslang/Test/baseResults/
D440.frag.out45 ERROR: 0:83: 'offset' : cannot lie in previous members
49 ERROR: 0:102: 'offset' : cannot lie in previous members
/external/python/cpython3/Doc/c-api/
Ddatetime.rst111 resulting number of microseconds and seconds lie in the ranges documented for

123456