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

  /src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp 89 if (auto *E = getSimdlen()) {
StmtProfile.cpp 461 if (C->getSimdlen())
462 Profiler->VisitStmt(C->getSimdlen());
OpenMPClause.cpp 1589 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RecursiveASTVisitor.h 3073 TRY_TO(TraverseStmt(C->getSimdlen()));
OpenMPClause.h 777 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 326 if (auto *E = Attr.getSimdlen())
TreeTransform.h 9184 ExprResult E = getDerived().TransformExpr(C->getSimdlen());
SemaOpenMP.cpp 9597 const Expr *SimdlenLength = Simdlen->getSimdlen();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6049 Record.AddStmt(C->getSimdlen());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 2329 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(),
CGOpenMPRuntime.cpp 11778 const Expr *VLENExpr = Attr->getSimdlen();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2218 Visitor->AddStmt(C->getSimdlen());

Completed in 105 milliseconds