Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h235 bool applyClause(const tomp::clause::LinearT<TypeTy, IdTy, ExprTy> &clause,
1052 const tomp::clause::LinearT<TypeTy, IdTy, ExprTy> &clause, in applyClause()
1125 applyClause(std::get<tomp::clause::LinearT<TypeTy, IdTy, ExprTy>>( in split()
H A DConstructCompositionT.h354 using LinearTy = tomp::clause::LinearT<TypeTy, IdTy, ExprTy>; in mergeDSA()
H A DClauseT.h757 struct LinearT {
1238 LastprivateT<T, I, E>, LinearT<T, I, E>, MapT<T, I, E>,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4389 BalancedDelimiterTracker LinearT(*this, tok::l_paren, in ParseOpenMPVarList() local
4522 LinearT.consumeOpen(); in ParseOpenMPVarList()
4737 LinearT.consumeClose(); in ParseOpenMPVarList()