Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 753 OMPIsDevicePtrClause *OMPIsDevicePtrClause::Create(const ASTContext &C, in Create() 759 OMPIsDevicePtrClause *Clause = in Create() 760 new (Mem) OMPIsDevicePtrClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create() 765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 768 return new (Mem) OMPIsDevicePtrClause(N); in CreateEmpty()
|
D | StmtProfile.cpp | 537 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
D | StmtPrinter.cpp | 959 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 4295 class OMPIsDevicePtrClause final 4296 : public OMPVarListClause<OMPIsDevicePtrClause>, 4297 private llvm::TrailingObjects<OMPIsDevicePtrClause, Expr *> { 4308 OMPIsDevicePtrClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPIsDevicePtrClause() function 4310 : OMPVarListClause<OMPIsDevicePtrClause>(OMPC_is_device_ptr, StartLoc, in OMPIsDevicePtrClause() 4317 explicit OMPIsDevicePtrClause(unsigned N) in OMPIsDevicePtrClause() function 4318 : OMPVarListClause<OMPIsDevicePtrClause>( in OMPIsDevicePtrClause() 4331 static OMPIsDevicePtrClause * 4339 static OMPIsDevicePtrClause *CreateEmpty(const ASTContext &C, unsigned N);
|
D | RecursiveASTVisitor.h | 2967 OMPIsDevicePtrClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 232 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1931 C = OMPIsDevicePtrClause::CreateEmpty(Context, Record[Idx++]); in readClause() 2461 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
D | ASTWriterStmt.cpp | 2153 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2283 void OMPClauseEnqueue::VisitOMPIsDevicePtrClause(const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11757 return OMPIsDevicePtrClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPIsDevicePtrClause()
|
D | TreeTransform.h | 8159 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|