HomeSort by: relevance | last modified time | path
    Searched refs:OMPIsDevicePtrClause (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1345 OMPIsDevicePtrClause *
1346 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
1373 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes);
1380 OMPIsDevicePtrClause *
1381 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C,
1389 return new (Mem) OMPIsDevicePtrClause(Sizes);
2179 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) {
StmtProfile.cpp 843 const OMPIsDevicePtrClause *C) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 7098 class OMPIsDevicePtrClause final
7099 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
7101 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned,
7118 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs,
7129 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes)
7155 static OMPIsDevicePtrClause *
7168 static OMPIsDevicePtrClause *
7177 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children();
RecursiveASTVisitor.h 3584 OMPIsDevicePtrClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6601 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
ASTReader.cpp 11927 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes);
12832 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2550 const OMPIsDevicePtrClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 8690 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 10053 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
SemaOpenMP.cpp 20499 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList,

Completed in 98 milliseconds