reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5366 bool isStrictTestOp() const { return TestIsStrictOp; } 5438 UB == nullptr && Step == nullptr && !TestIsLessOp && !TestIsStrictOp); 5461 Step == nullptr && !TestIsLessOp && !TestIsStrictOp); 5467 TestIsStrictOp = StrictOp; 6137 if (TestIsStrictOp) 6240 if (TestIsStrictOp) 6348 (TestIsStrictOp ? BO_LT : BO_LE) : 6349 (TestIsStrictOp ? BO_GT : BO_GE),