Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1854 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly);
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2921 uint8_t IsFailOnly : 1; member
2992 bool IsFailOnly; member
3047 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp912 Dir->Flags.IsFailOnly = Exprs.IsFailOnly ? 1 : 0; in Create()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4536 bool IsFailOnly) { in createAtomicCompare() argument
4580 if (IsFailOnly) { in createAtomicCompare()
4635 assert(!IsFailOnly && "IsFailOnly is only valid when the comparison is =="); in createAtomicCompare()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6364 bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument
6432 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr()
6440 bool IsFailOnly, SourceLocation Loc) { in emitOMPAtomicExpr() argument
6458 IsPostfixUpdate, IsFailOnly, Loc); in emitOMPAtomicExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11976 bool isFailOnly() const { return IsFailOnly; } in isFailOnly()
12006 bool IsFailOnly = false; member in __anon7e4ded5b4111::OpenMPAtomicCompareCaptureChecker
12026 IsFailOnly = true; in checkForm3()
12219 IsFailOnly = true; in checkForm45()
12509 bool IsFailOnly = false; in ActOnOpenMPAtomicDirective() local
12913 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective()
12938 {X, V, R, E, UE, D, CE, IsXLHSInRHSPart, IsPostfixUpdate, IsFailOnly}); in ActOnOpenMPAtomicDirective()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2492 D->Flags.IsFailOnly = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()