Home
last modified time | relevance | path

Searched refs:testFirst (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/Include/
Dintermediate.h1151 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop() argument
1155 first(testFirst), in TIntermLoop()
1172 bool testFirst() const { return first; } in testFirst() function
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DRangeSpecificationTest.java130 public void testFirst() { in testFirst() method in RangeSpecificationTest
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h507 …TIntermLoop* addLoop(TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst, const TSourceLoc&…
508 …termAggregate* addForLoop(TIntermNode*, TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst,
DIntermediate.cpp2699 …ntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, in addLoop() argument
2702 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst); in addLoop()
2712 TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TIntermLoop*& node) in addForLoop() argument
2714 node = new TIntermLoop(body, test, terminal, testFirst); in addForLoop()
DintermOut.cpp1364 if (! node->testFirst()) in visitLoop()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp3379 if (node->testFirst() && node->getTest()) { in visitLoop()