Searched refs:testFirst (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | intermediate.h | 1228 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop() argument 1232 first(testFirst), in TIntermLoop() 1249 bool testFirst() const { return first; } in testFirst() function
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeSpecificationTest.java | 130 public void testFirst() { in testFirst() method in RangeSpecificationTest
|
/third_party/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 556 …TIntermLoop* addLoop(TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst, const TSourceLoc&… 557 …termAggregate* addForLoop(TIntermNode*, TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst,
|
D | Intermediate.cpp | 2740 …ntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, in addLoop() argument 2743 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst); in addLoop() 2753 TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TIntermLoop*& node) in addForLoop() argument 2755 node = new TIntermLoop(body, test, terminal, testFirst); in addForLoop()
|
D | intermOut.cpp | 1395 if (! node->testFirst()) in visitLoop()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 4101 if (node->testFirst() && node->getTest()) { in visitLoop()
|