Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 1375 OMPIsDevicePtrClause * 1376 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1403 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create() 1410 OMPIsDevicePtrClause * 1411 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1419 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty() 2221 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| D | StmtProfile.cpp | 850 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | OpenMPClause.h | 7206 class OMPIsDevicePtrClause final 7207 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 7209 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 7226 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function 7237 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function 7263 static OMPIsDevicePtrClause * 7276 static OMPIsDevicePtrClause * 7285 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
|
| D | RecursiveASTVisitor.h | 3624 OMPIsDevicePtrClause *C) {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMP.td | 232 let clangClass = "OMPIsDevicePtrClause";
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 11962 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 12874 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| D | ASTWriter.cpp | 6608 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 10109 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| D | SemaOpenMP.cpp | 20887 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.cpp | 8869 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|