Searched refs:AtKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCAtomic.cpp | 25 OpenACCAtomicKind AtKind; member in __anonb915406b0111::AtomicOperandChecker 32 << (AtKind != OpenACCAtomicKind::None) << AtKind; in DiagnoseInvalidAtomic() 701 AtomicOperandChecker(SemaOpenACC &S, OpenACCAtomicKind AtKind, in AtomicOperandChecker() argument 703 : SemaRef(S), AtKind(AtKind), AtomicDirLoc(DirLoc), AssocStmt(AssocStmt) { in AtomicOperandChecker() 708 switch (AtKind) { in Check() 725 OpenACCAtomicKind AtKind, in CheckAtomicAssociatedStmt() argument 733 AtomicOperandChecker Checker{*this, AtKind, AtomicDirLoc, AssocStmt}; in CheckAtomicAssociatedStmt()
|
| H A D | SemaOpenACC.cpp | 2054 OpenACCAtomicKind AtKind, ArrayRef<const OpenACCClause *> Clauses, in ActOnAssociatedStmt() argument 2069 return CheckAtomicAssociatedStmt(DirectiveLoc, AtKind, AssocStmt); in ActOnAssociatedStmt()
|
| H A D | TreeTransform.h | 4242 OpenACCAtomicKind AtKind, in RebuildOpenACCAtomicConstruct() argument 4248 SourceLocation{}, {}, AtKind, SourceLocation{}, EndLoc, Clauses, in RebuildOpenACCAtomicConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 315 OpenACCAtomicKind AtKind, SourceLocation End, in Create() argument 320 auto *Inst = new (Mem) OpenACCAtomicConstruct(Start, DirectiveLoc, AtKind, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 782 OpenACCAtomicKind AtKind, SourceLocation End, in OpenACCAtomicConstruct() argument 788 AtomicKind(AtKind) { in OpenACCAtomicConstruct() 808 OpenACCAtomicKind AtKind, SourceLocation End,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 796 OpenACCAtomicKind AtKind, 810 OpenACCAtomicKind AtKind,
|