Searched defs:Cond (Results 1 - 25 of 179) sorted by path

12345678

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h444 void setCondition(Expr *Cond) { Condition = Cond; } argument
468 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, argument
535 void setCondition(Expr *Cond) { Condition = Cond; } argument
547 OMPFinalClause(Expr *Cond, Stmt *HelperCond, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
H A DStmt.h1932 void setCond(Expr *Cond) { argument
2126 void setCond(Expr *Cond) { argument
2298 setCond(Expr *Cond) argument
2376 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
2392 setCond(Expr *Cond) argument
[all...]
H A DStmtOpenMP.h600 void setCond(Expr *Cond) { argument
758 Expr *Cond; member in struct:clang::OMPLoopDirective::DistCombinedHelperExprs
788 Expr *Cond; member in struct:clang::OMPLoopDirective::HelperExprs
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h507 bool addTrackedCondition(const ExplodedNode *Cond) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h93 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { argument
H A DProgramState.h659 inline ProgramStateRef ProgramState::assume(DefinedOrUnknownSVal Cond, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp918 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, argument
830 IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, Stmt *Then, SourceLocation EL, Stmt *Else) argument
864 Create(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, Stmt *Then, SourceLocation EL, Stmt *Else) argument
950 SwitchStmt(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, Expr *Cond) argument
976 Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, Expr *Cond) argument
1015 WhileStmt(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, Stmt *Body, SourceLocation WL) argument
1034 Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, Stmt *Body, SourceLocation WL) argument
[all...]
H A DStmtCXX.cpp47 CXXForRangeStmt(Stmt *Init, DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3023 BinaryOperator *Cond = local
5921 const Stmt *Cond = StmtElem->getStmt(); local
[all...]
H A DConsumed.cpp1236 const Expr *Cond = IfNode->getCond(); local
H A DReachableCode.cpp54 const Expr *Cond = DS->getCond()->IgnoreParenCasts(); local
305 const Stmt *Cond = B->getTerminatorCondition(/* stripParens */ false); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp457 auto *Cond = CGF.Builder.CreateICmpNE(CoroFree, NullPtr); variable
577 auto *Cond = Builder.CreateICmpNE(AllocateCall, NullPtr); local
H A DCGExpr.cpp3038 llvm::Value *&Cond = local
3276 llvm::Value *Cond = local
3132 EmitCfiSlowPathCheck( SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, llvm::Value *Ptr, ArrayRef<llvm::Constant *> StaticArgs) argument
H A DCGOpenMPRuntime.cpp3050 void CGOpenMPRuntime::emitIfClause(CodeGenFunction &CGF, const Expr *Cond, argument
6726 const Expr *Cond = IfClause->getCondition(); local
6917 const Expr *Cond = IfClause->getCondition(); local
[all...]
H A DCGStmt.cpp1236 llvm::Value *Cond = local
H A DCGStmtOpenMP.cpp1732 emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, const Expr *Cond, llvm::BasicBlock *TrueBlock, llvm::BasicBlock *FalseBlock, uint64_t TrueCount) argument
3120 const Expr *Cond = Clause->getCondition(); local
3737 const Expr *Cond = local
[all...]
H A DCodeGenFunction.cpp1433 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, argument
1447 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, argument
1470 void CodeGenFunction::EmitBranchOnBoolExpr(const Expr *Cond, argument
[all...]
H A DCodeGenFunction.h3309 Expr *Cond = nullptr; member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
[all...]
H A DCodeGenPGO.cpp1049 llvm::MDNode *CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1331 Sema::ConditionResult Cond; local
1484 Sema::ConditionResult Cond; local
1149 ParseParenExprOrCondition(StmtResult *InitStmt, Sema::ConditionResult &Cond, SourceLocation Loc, Sema::ConditionKind CK) argument
1572 Sema::ConditionResult Cond; local
1665 ExprResult Cond = ParseExpression(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6951 bool Cond; local
H A DSemaDeclAttr.cpp994 Expr *Cond; local
963 checkFunctionConditionAttr(Sema &S, Decl *D, const ParsedAttr &AL, Expr *&Cond, StringRef &Msg) argument
1049 Expr *Cond; local
[all...]
H A DSemaExpr.cpp6993 static bool checkCondition(Sema &S, Expr *Cond, SourceLocation QuestionLoc) { argument
7356 static bool checkOpenCLConditionVector(Sema &S, Expr *Cond, argument
7404 OpenCLCheckVectorConditional(Sema &S, ExprResult &Cond, argument
7450 CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
7990 ExprResult Cond = CondExpr, LHS = LHSExpr, RHS = RHSExpr; local
[all...]
H A DSemaStmt.cpp563 ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, ConditionResult Cond, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
589 BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, ConditionResult Cond, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
662 CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) argument
664 Expr *Cond; member in class:SwitchConvertDiagnoser
667 SwitchConvertDiagnoser(Expr *Cond) argument
726 ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Stmt *InitStmt, ConditionResult Cond) argument
820 checkEnumTypesInSwitchStmt(Sema &S, const Expr *Cond, const Expr *Case) argument
1316 ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, Stmt *Body) argument
1336 ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation CondLParen, Expr *Cond, SourceLocation CondRParen) argument
2356 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DSemaTemplate.cpp3351 static Expr *lookThroughRangesV3Condition(Preprocessor &PP, Expr *Cond) { argument
3415 Sema::findFailedBooleanCondition(Expr *Cond) { argument
10235 isEnableIf(NestedNameSpecifierLoc NNS, const IdentifierInfo &II, SourceRange &CondRange, Expr *&Cond) argument
10356 Expr *Cond = nullptr; local
[all...]

Completed in 582 milliseconds

12345678