Home
last modified time | relevance | path

Searched defs:ListTy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h226 using ListTy = typename ReductionTy::List; in mergeReduction() local
334 using ListTy = typename LastprivateTy::List; in mergeDSA() local
349 using ListTy = typename InReductionTy::List; in mergeDSA() local
355 using ListTy = typename LinearTy::List; in mergeDSA() local
361 using ListTy = typename ReductionTy::List; in mergeDSA() local
367 using ListTy = typename TaskReductionTy::List; in mergeDSA() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h67 using ListTy = SymbolTableList<ValueSubClass>; global() variable
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h27 typedef std::list<StoredDiagnostic> ListTy; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h151 using ListTy = ImmutableListImpl<T>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h696 using ListTy = IntrusiveBackList<Node>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h77 ListRecTy *ListTy = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp180 if (const auto *ListTy = dyn_cast<ListRecTy>(RHS)) in typeIsConvertibleTo() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp100 typedef SmallVector<UnqualUsingEntry, 8> ListTy; typedef in __anon506a0daf0111::UnqualUsingDirectiveSet