Searched defs:InteropVar (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 8086 Stmt *InteropVar = nullptr; variable 8105 OMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in OMPUseClause() 8161 Stmt *InteropVar = nullptr; variable 8180 OMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in OMPDestroyClause()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5897 const LocationDescription &Loc, Value *InteropVar, in createOMPInteropInit() 5926 const LocationDescription &Loc, Value *InteropVar, Value *Device, in createOMPInteropDestroy() 5953 Value *InteropVar, Value *Device, in createOMPInteropUse()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1645 OMPInitClause *OMPInitClause::Create(const ASTContext &C, Expr *InteropVar, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2318 OMPClause *RebuildOMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo, in RebuildOMPInitClause() 2331 OMPClause *RebuildOMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPUseClause() 2342 OMPClause *RebuildOMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPDestroyClause()
|
H A D | SemaOpenMP.cpp | 16740 Expr *InteropVar, OMPInteropInfo &InteropInfo, SourceLocation StartLoc, in ActOnOpenMPInitClause() 16764 OMPClause *SemaOpenMP::ActOnOpenMPUseClause(Expr *InteropVar, in ActOnOpenMPUseClause() 16777 OMPClause *SemaOpenMP::ActOnOpenMPDestroyClause(Expr *InteropVar, in ActOnOpenMPDestroyClause()
|