Home
last modified time | relevance | path

Searched refs:linears (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp118 for (auto *E : linears()) { in printPrettyPragma()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h1124 llvm::SmallVector<const ClauseTy *> linears; in split() local
1127 linears.push_back(node); in split()
1129 for (const auto *node : linears) { in split()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp397 for (auto *E : Attr.linears()) { in instantiateOMPDeclareSimdDeclAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11085 for (const Expr *E : Attr->linears()) { in emitDeclareSimdFunction()