/llvm-project/clang/test/OpenMP/ |
H A D | interop_messages.cpp | 9 omp_interop_t InteropVar; in foo() local 122 omp_interop_t InteropVar; member 177 int InteropVar; in foo() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 8086 Stmt *InteropVar = nullptr; global() variable 8105 OMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) OMPUseClause() argument 8161 Stmt *InteropVar = nullptr; global() variable 8180 OMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) OMPDestroyClause() argument [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5831 createOMPInteropInit(const LocationDescription & Loc,Value * InteropVar,omp::OMPInteropType InteropType,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropInit() argument 5860 createOMPInteropDestroy(const LocationDescription & Loc,Value * InteropVar,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropDestroy() argument 5887 createOMPInteropUse(const LocationDescription & Loc,Value * InteropVar,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropUse() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1645 Create(const ASTContext & C,Expr * InteropVar,OMPInteropInfo & InteropInfo,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) Create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2318 RebuildOMPInitClause(Expr * InteropVar,OMPInteropInfo & InteropInfo,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPInitClause() argument 2331 RebuildOMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPUseClause() argument 2342 RebuildOMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) RebuildOMPDestroyClause() argument
|
H A D | SemaOpenMP.cpp | 17226 ActOnOpenMPInitClause(Expr * InteropVar,OMPInteropInfo & InteropInfo,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPInitClause() argument 17250 ActOnOpenMPUseClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPUseClause() argument 17263 ActOnOpenMPDestroyClause(Expr * InteropVar,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc) ActOnOpenMPDestroyClause() argument [all...] |