Home
last modified time | relevance | path

Searched defs:IsConstexpr (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/torque/
Dtypes.h136 bool IsConstexpr() const override { in IsConstexpr() function
176 bool IsConstexpr() const override { in IsConstexpr() function
226 bool IsConstexpr() const override { in IsConstexpr() function
309 bool IsConstexpr() const override { return false; } in IsConstexpr() function
/external/clang/lib/Parse/
DParseStmt.cpp1113 bool IsConstexpr = false; in ParseIfStatement() local
/external/clang/lib/AST/
DStmt.cpp766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr, in IfStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt()
532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DSemaExprCXX.cpp3118 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
6980 bool IsConstexpr, in ActOnFinishFullExpr()
DSemaChecking.cpp9369 bool IsConstexpr) { in CheckCompletedExpr()
DSemaExpr.cpp14372 bool IsConstexpr) { in CheckBooleanCondition()
DTreeTransform.h1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
/external/clang/include/clang/AST/
DDecl.h892 unsigned IsConstexpr : 1; variable
1601 unsigned IsConstexpr : 1; variable
DStmt.h100 unsigned IsConstexpr : 1; in LLVM_ALIGNAS() local
/external/clang/include/clang/Sema/
DSema.h8980 bool IsConstexpr) in ConditionResult()