Home
last modified time | relevance | path

Searched refs:isConditionTrue (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init() local
179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed); in init()
184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0"; in init()
298 float value = isConditionTrue ? +1.0f : -1.0f; in init()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init() local
179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed); in init()
184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0"; in init()
294 float value = isConditionTrue ? +1.0f : -1.0f; in init()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp168 Expr *&rebuiltExpr = ce->isConditionTrue() ? LHS : RHS; in rebuild()
178 ce->isConditionTrue(), in rebuild()
/external/clang/include/clang/AST/
DExpr.h3641 bool isConditionTrue() const { in isConditionTrue() function
3655 return isConditionTrue() ? getLHS() : getRHS(); in getChosenSubExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp821 Record.push_back(E->isConditionDependent() ? false : E->isConditionTrue()); in VisitChooseExpr()