Home
last modified time | relevance | path

Searched refs:LType (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp505 typedef typename UseList::template List<TTT>::type LType; typedef
506 typedef typename result_of::ListType<LType>::
511 typedef typename UseList::template List<T>::type LType; in operator ()() typedef
512 typedef typename result_of::ListType<LType>:: in operator ()()
533 typedef typename UseList::template List<TTT>::type LType; typedef
534 typedef typename result_of::ListType<LType>::
541 typedef typename UseList::template List<T>::type LType; in operator ()() typedef
542 typedef typename result_of::ListType<LType>:: in operator ()()
582 typedef typename UseList::template List<TTT>::type LType; typedef
583 typedef typename result_of::ListType<LType>::
[all …]
Dlazy_list.hpp148 typedef typename boost::remove_reference<L>::type LType; typedef in boost::phoenix::result_of::ListType
149 typedef typename LType::value_type value_type;
150 typedef typename LType::tail_result_type tail_result_type;
151 typedef typename LType::force_result_type force_result_type;
152 typedef typename LType::delay_result_type delay_result_type;
159 typedef a_unique_type_for_nil LType; typedef in boost::phoenix::result_of::ListType
199 typedef typename result_of::ListType<L>::LType LType; in EnsureListLike() typedef
200 EnsureListLikeHelp<L,boost::is_base_and_derived<ListLike,LType>::value>:: in EnsureListLike()
1254 typedef typename boost::remove_reference<L>::type LType; typedef
1255 typedef typename ConsHelp1<T,LType,
[all …]
Dlazy_signature.hpp57 typedef typename UseList::template List<T>::type LType; typedef
58 typedef typename result_of::ListType<LType>::
66 typedef typename UseList::template List<TTT>::type LType; typedef
67 typedef typename result_of::ListType<LType>::
/third_party/boost/libs/phoenix/doc/
Dlazy_list.qbk402 List<TT>::type LType;
404 ListType<LType>::delay_result_type type;
407 typedef typename UseList::template List<T>::type LType;
408 typedef typename result_of::ListType<LType>::
431 typedef typename UseList::template List<TTT>::type LType;
432 typedef typename result_of::ListType<LType>::
442 typedef typename UseList::template List<T>::type LType;
443 typedef typename result_of::ListType<LType>::
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp996 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
998 if (!LType && !SType) { in ParseOperation()
1028 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1029 if (!LType) { in ParseOperation()
1033 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2363 unsigned LType; in isExtLoad() local
2365 LType = ISD::ZEXTLOAD; in isExtLoad()
2368 LType = ISD::SEXTLOAD; in isExtLoad()
2371 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
DBasicTTIImpl.h733 unsigned LType = variable
735 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2746 Type *LType = LVal->getType(); in isCompatibleIVType() local
2748 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2752 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp668 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
669 if (LType != RType) in CompareSCEVComplexity()
670 return (int)LType - (int)RType; in CompareSCEVComplexity()
677 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()