Searched refs:IsFailOnly (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 3448 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly); 3453 bool IsFailOnly, AtomicOrdering Failure);
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2976 uint8_t IsFailOnly : 1; 3047 bool IsFailOnly; member 3102 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1007 Dir->Flags.IsFailOnly = Exprs.IsFailOnly ? 1 : 0; in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6684 const Expr *CE, bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument 6755 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr() 6759 IsPostfixUpdate, IsFailOnly, FailAO)); in emitOMPAtomicCompareExpr() 6768 bool IsFailOnly, SourceLocation Loc) { in emitOMPAtomicExpr() argument 6786 IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly, Loc); in emitOMPAtomicExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 9224 bool IsFailOnly) { in createAtomicCompare() argument 9228 IsPostfixUpdate, IsFailOnly, Failure); in createAtomicCompare() 9235 bool IsFailOnly, AtomicOrdering Failure) { in createAtomicCompare() argument 9274 if (IsFailOnly) { in createAtomicCompare() 9329 assert(!IsFailOnly && "IsFailOnly is only valid when the comparison is =="); in createAtomicCompare()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 12005 bool isFailOnly() const { return IsFailOnly; } in isFailOnly() 12035 bool IsFailOnly = false; member in __anon1dd12e444711::OpenMPAtomicCompareCaptureChecker 12055 IsFailOnly = true; in checkForm3() 12258 IsFailOnly = true; in checkForm45() 12560 bool IsFailOnly = false; in ActOnOpenMPAtomicDirective() local 12965 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective() 13011 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly}); in ActOnOpenMPAtomicDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2605 D->Flags.IsFailOnly = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()
|