Home
last modified time | relevance | path

Searched refs:IsFailOnly (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2564 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly);
2571 bool IsFailOnly, AtomicOrdering Failure);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2989 uint8_t IsFailOnly : 1; member
3060 bool IsFailOnly; member
3115 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6028 bool IsFailOnly) { in createAtomicCompare() argument
6032 IsPostfixUpdate, IsFailOnly, Failure); in createAtomicCompare()
6039 bool IsFailOnly, AtomicOrdering Failure) { in createAtomicCompare() argument
6078 if (IsFailOnly) { in createAtomicCompare()
6133 assert(!IsFailOnly && "IsFailOnly is only valid when the comparison is =="); in createAtomicCompare()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp931 Dir->Flags.IsFailOnly = Exprs.IsFailOnly ? 1 : 0; in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6412 const Expr *CE, bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument
6483 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr()
6487 IsPostfixUpdate, IsFailOnly, FailAO)); in emitOMPAtomicCompareExpr()
6496 bool IsFailOnly, SourceLocation Loc) { in emitOMPAtomicExpr() argument
6514 IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly, Loc); in emitOMPAtomicExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12244 bool isFailOnly() const { return IsFailOnly; } in isFailOnly()
12274 bool IsFailOnly = false; member in __anon8e68b8fa4111::OpenMPAtomicCompareCaptureChecker
12294 IsFailOnly = true; in checkForm3()
12487 IsFailOnly = true; in checkForm45()
12785 bool IsFailOnly = false; in ActOnOpenMPAtomicDirective() local
13189 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective()
13214 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly}); in ActOnOpenMPAtomicDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2549 D->Flags.IsFailOnly = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()