Home
last modified time | relevance | path

Searched defs:InteropVar (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dinterop_messages.cpp9 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 DOpenMPClause.h8086 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 DOMPIRBuilder.cpp5831 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 DOpenMPClause.cpp1645 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 DTreeTransform.h2318 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 DSemaOpenMP.cpp17226 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...]