Searched defs:isFailOnly (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 3115 bool isFailOnly() const { return Flags.IsFailOnly; } isFailOnly() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 12244 bool isFailOnly() const { return IsFailOnly; } isFailOnly() function in __anon265630164111::OpenMPAtomicCompareCaptureChecker |