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 | 3170 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly); 3177 bool IsFailOnly, AtomicOrdering Failure);
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 2993 uint8_t IsFailOnly : 1; 3064 bool IsFailOnly; member 3119 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 969 Dir->Flags.IsFailOnly = Exprs.IsFailOnly ? 1 : 0; in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 7991 bool IsFailOnly) { in createAtomicCompare() argument 7995 IsPostfixUpdate, IsFailOnly, Failure); in createAtomicCompare() 8002 bool IsFailOnly, AtomicOrdering Failure) { in createAtomicCompare() argument 8041 if (IsFailOnly) { in createAtomicCompare() 8096 assert(!IsFailOnly && "IsFailOnly is only valid when the comparison is =="); in createAtomicCompare()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6465 const Expr *CE, bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument 6536 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr() 6540 IsPostfixUpdate, IsFailOnly, FailAO)); in emitOMPAtomicCompareExpr() 6549 bool IsFailOnly, SourceLocation Loc) { in emitOMPAtomicExpr() argument 6567 IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly, Loc); in emitOMPAtomicExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11909 bool isFailOnly() const { return IsFailOnly; } in isFailOnly() 11939 bool IsFailOnly = false; member in __anon1dd12e444411::OpenMPAtomicCompareCaptureChecker 11959 IsFailOnly = true; in checkForm3() 12152 IsFailOnly = true; in checkForm45() 12453 bool IsFailOnly = false; in ActOnOpenMPAtomicDirective() local 12858 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective() 12904 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly}); in ActOnOpenMPAtomicDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2577 D->Flags.IsFailOnly = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()
|