Home
last modified time | relevance | path

Searched refs:OMPIsDevicePtrClause (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp1009 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 DStmtProfile.cpp753 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h5214 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 DRecursiveASTVisitor.h3254 OMPIsDevicePtrClause *C) {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def285 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11852 C = OMPIsDevicePtrClause::CreateEmpty(Context, NumVars, NumDeclarations, in readClause()
12522 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
H A DASTWriter.cpp6919 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7360 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8934 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
H A DSemaOpenMP.cpp13928 return OMPIsDevicePtrClause::Create( in ActOnOpenMPIsDevicePtrClause()