Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1228 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/
DRangeSpecificationTest.java130 public void testFirst() { in testFirst() method in RangeSpecificationTest
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h556 …TIntermLoop* addLoop(TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst, const TSourceLoc&…
557 …termAggregate* addForLoop(TIntermNode*, TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst,
DIntermediate.cpp2740 …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()
DintermOut.cpp1395 if (! node->testFirst()) in visitLoop()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4101 if (node->testFirst() && node->getTest()) { in visitLoop()