Home
last modified time | relevance | path

Searched refs:isConditionDependent (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h165 if (!CE->isConditionDependent()) in IgnoreParensSingleStep()
H A DExpr.h4553 assert(!isConditionDependent() && in isConditionTrue()
4559 bool isConditionDependent() const { in isConditionDependent() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp203 if (E->isConditionDependent()) in computeDependence()
H A DExpr.cpp3387 if (cast<ChooseExpr>(this)->isConditionDependent()) { in isConstantInitializer()
3920 if (CE->isConditionDependent()) in isNullPointerConstant()
H A DASTImporter.cpp7203 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp167 assert(!ce->isConditionDependent()); in rebuild()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1288 Record.push_back(E->isConditionDependent() ? false : E->isConditionTrue()); in VisitChooseExpr()