Home
last modified time | relevance | path

Searched refs:isFailOnly (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2546 Record.writeBool(D->isFailOnly()); in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3119 bool isFailOnly() const { return Flags.IsFailOnly; } in isFailOnly() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6655 S.isFailOnly(), S.getBeginLoc()); in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11909 bool isFailOnly() const { return IsFailOnly; } in isFailOnly() function in __anon1dd12e444411::OpenMPAtomicCompareCaptureChecker
12858 IsFailOnly = Checker.isFailOnly(); in ActOnOpenMPAtomicDirective()