Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1009 OMPIsDevicePtrClause * 1010 OMPIsDevicePtrClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1037 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause( in Create() 1046 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty( in CreateEmpty() 1054 return new (Mem) OMPIsDevicePtrClause(NumVars, NumUniqueDeclarations, in CreateEmpty() 1490 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| H A D | StmtProfile.cpp | 753 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5214 class OMPIsDevicePtrClause final 5215 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 5217 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 5233 explicit OMPIsDevicePtrClause(SourceLocation StartLoc, in OMPIsDevicePtrClause() function 5250 explicit OMPIsDevicePtrClause(unsigned NumVars, in OMPIsDevicePtrClause() function 5280 static OMPIsDevicePtrClause * 5295 static OMPIsDevicePtrClause *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3254 OMPIsDevicePtrClause *C) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 285 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11852 C = OMPIsDevicePtrClause::CreateEmpty(Context, NumVars, NumDeclarations, in readClause() 12522 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 6919 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7360 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8934 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 13928 return OMPIsDevicePtrClause::Create( in ActOnOpenMPIsDevicePtrClause()
|