Searched refs:IsFailOnly (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1541 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly);
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2920 uint8_t IsFailOnly : 1; member 2991 bool IsFailOnly; member 3046 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4191 bool IsFailOnly) { in createAtomicCompare() argument 4235 if (IsFailOnly) { in createAtomicCompare() 4290 assert(!IsFailOnly && "IsFailOnly is only valid when the comparison is =="); in createAtomicCompare()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 897 Dir->Flags.IsFailOnly = Exprs.IsFailOnly ? 1 : 0; in Create()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6300 bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument 6368 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr() 6376 bool IsFailOnly, SourceLocation Loc) { in emitOMPAtomicExpr() argument 6394 IsPostfixUpdate, IsFailOnly, Loc); in emitOMPAtomicExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11851 bool isFailOnly() const { return IsFailOnly; } in isFailOnly() 11881 bool IsFailOnly = false; member in __anon296aa5743f11::OpenMPAtomicCompareCaptureChecker 11901 IsFailOnly = true; in checkForm3() 12094 IsFailOnly = true; in checkForm45() 12369 bool IsFailOnly = false; in ActOnOpenMPAtomicDirective() local 12773 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective() 12798 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly}); in ActOnOpenMPAtomicDirective()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2445 D->Flags.IsFailOnly = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()
|