HomeSort by relevance Sort by last modified time
    Searched refs:getSimdlen (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
StmtProfile.cpp 310 if (C->getSimdlen())
311 Profiler->VisitStmt(C->getSimdlen());
    [all...]
StmtPrinter.cpp 632 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0);
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 481 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 266 if (auto *E = Attr.getSimdlen())
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 203 milliseconds