/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ilist_iterator.h | 24 template <class OptionsT, bool IsConst> struct IteratorTraits; 57 template <class OptionsT, bool IsReverse, bool IsConst> 59 friend ilist_iterator<OptionsT, IsReverse, !IsConst>; 60 friend ilist_iterator<OptionsT, !IsReverse, IsConst>; 61 friend ilist_iterator<OptionsT, !IsReverse, !IsConst>; 63 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>; 94 typename std::enable_if<IsConst || !RHSIsConst, void *>::type = nullptr) 100 typename std::enable_if<IsConst || !RHSIsConst, ilist_iterator &>::type 115 const ilist_iterator<OptionsT, !IsReverse, IsConst> &RHS) 123 ilist_iterator<OptionsT, !IsReverse, IsConst> getReverse() const { [all …]
|
D | DenseMap.h | 51 typename Bucket = detail::DenseMapPair<KeyT, ValueT>, bool IsConst = false> 1107 bool IsConst> 1117 typename std::conditional<IsConst, const Bucket, Bucket>::type; 1146 typename = typename std::enable_if<!IsConstSrc && IsConst>::type>
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_iterator.h | 24 template <class OptionsT, bool IsConst> struct IteratorTraits; 55 template <class OptionsT, bool IsReverse, bool IsConst> 57 friend ilist_iterator<OptionsT, IsReverse, !IsConst>; 58 friend ilist_iterator<OptionsT, !IsReverse, IsConst>; 59 friend ilist_iterator<OptionsT, !IsReverse, !IsConst>; 61 typedef ilist_detail::IteratorTraits<OptionsT, IsConst> Traits; 93 typename std::enable_if<IsConst || !RHSIsConst, void *>::type = nullptr) 99 typename std::enable_if<IsConst || !RHSIsConst, ilist_iterator &>::type 109 ilist_iterator<OptionsT, !IsReverse, IsConst> getReverse() const { 111 return ilist_iterator<OptionsT, !IsReverse, IsConst>(*NodePtr); [all …]
|
D | DenseMap.h | 50 typename Bucket = detail::DenseMapPair<KeyT, ValueT>, bool IsConst = false> 1033 bool IsConst> 1041 typedef typename std::conditional<IsConst, const Bucket, Bucket>::type 1064 typename = typename std::enable_if<!IsConstSrc && IsConst>::type>
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclConvertToDeviceExpression.h | 37 template<template<class...> class NonOpCategory, bool IsConst, typename... Args> 39 …typedef typename GetType<IsConst, NonOpCategory<typename ConvertToDeviceExpression<Args>::Type...>… 43 template<template<class, template <class> class > class NonOpCategory, bool IsConst, typename Args> 45 …typedef typename GetType<IsConst, NonOpCategory<typename ConvertToDeviceExpression<Args>::Type, Ma…
|
D | TensorSycl.h | 39 template<bool IsConst, typename T> struct GetType{
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | iterator.h | 32 template <typename ValueType, bool IsConst = false> 35 typename std::conditional<IsConst, const ValueType, 40 typename std::conditional<IsConst, const ValueType, ValueType>::type>; 48 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 51 typename std::conditional<IsConst, typename UptrVector::const_iterator, 81 template <bool IsConstForMethod = IsConst> 90 template <bool IsConstForMethod = IsConst> 99 template <bool IsConstForMethod = IsConst>
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | iterator.h | 32 template <typename ValueType, bool IsConst = false> 35 typename std::conditional<IsConst, const ValueType, 40 typename std::conditional<IsConst, const ValueType, ValueType>::type>; 48 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 51 typename std::conditional<IsConst, typename UptrVector::const_iterator, 81 template <bool IsConstForMethod = IsConst> 90 template <bool IsConstForMethod = IsConst> 99 template <bool IsConstForMethod = IsConst>
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-ptr-to-member.ll | 34 ; CHECK: IsConst: 0 48 ; CHECK: IsConst: 0 62 ; CHECK: IsConst: 0 76 ; CHECK: IsConst: 0 93 ; CHECK: IsConst: 0 107 ; CHECK: IsConst: 0 121 ; CHECK: IsConst: 0 135 ; CHECK: IsConst: 0 151 ; CHECK: IsConst: 0 167 ; CHECK: IsConst: 0
|
D | types-basic.ll | 76 ; CHECK: IsConst: 0 99 ; CHECK: IsConst: 0 112 ; CHECK: IsConst: 0 177 ; CHECK: IsConst: 0 197 ; CHECK: IsConst: 0
|
D | defer-complete-type.ll | 37 ; CHECK: IsConst: 0 79 ; CHECK: IsConst: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-ptr-to-member.ll | 34 ; CHECK: IsConst: 0 48 ; CHECK: IsConst: 0 62 ; CHECK: IsConst: 0 76 ; CHECK: IsConst: 0 93 ; CHECK: IsConst: 0 107 ; CHECK: IsConst: 0 121 ; CHECK: IsConst: 0 135 ; CHECK: IsConst: 0 151 ; CHECK: IsConst: 0 167 ; CHECK: IsConst: 0
|
D | type-quals.ll | 59 ; CHECK: IsConst: 0 106 ; CHECK: IsConst: 0 119 ; CHECK: IsConst: 0 132 ; CHECK: IsConst: 0 177 ; CHECK: IsConst: 0 190 ; CHECK: IsConst: 0 259 ; CHECK: IsConst: 0 320 ; CHECK: IsConst: 0 335 ; CHECK: IsConst: 0
|
D | types-basic.ll | 76 ; CHECK: IsConst: 0 99 ; CHECK: IsConst: 0 112 ; CHECK: IsConst: 0 177 ; CHECK: IsConst: 0 197 ; CHECK: IsConst: 0
|
D | defer-complete-type.ll | 37 ; CHECK: IsConst: 0 79 ; CHECK: IsConst: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 128 template <bool IsConst, bool IsOut, 130 typename T = typename std::conditional<IsConst, const EdgeValueType, 134 NeighborEdgeIteratorT<IsConst, IsOut>, BaseIt, 137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type; 148 typename = typename std::enable_if<IsConstDest && !IsConst>::type> 159 NeighborEdgeIteratorT<IsConst, IsOut>, BaseIt, in NeighborEdgeIteratorT()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 25 struct IsConst : FalseType {}; struct 27 struct IsConst<const T> : TrueType {};
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 610 template <bool IsConst> class global_object_iterator_t { 613 typename std::conditional<IsConst, const_iterator, iterator>::type 616 typename std::conditional<IsConst, const_global_iterator, 620 typename std::conditional<IsConst, const Module, Module>::type ModuleTy; 637 typename std::conditional<IsConst, const GlobalObject, GlobalObject>::type &
|
/external/v8/src/torque/ |
D | declarable.h | 92 virtual bool IsConst() const { return true; } in IsConst() function 136 bool IsConst() const override { return const_; } in IsConst() function 140 if (defined_ && IsConst()) { in Define() 155 DCHECK_IMPLIES(type->IsConstexpr(), IsConst()); in Variable()
|
D | declarable.cc | 45 if (!IsConst()) result += ".value()"; in RValue()
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 561 template <bool IsConst> 564 typename std::conditional<IsConst, const BlockT, BlockT>::type *> { 566 typename std::conditional<IsConst, const BlockT, BlockT>::type *> super; 569 typedef block_iterator_wrapper<IsConst> Self;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 575 template <bool IsConst> 578 typename std::conditional<IsConst, const BlockT, BlockT>::type *> { 581 typename std::conditional<IsConst, const BlockT, BlockT>::type *>; 584 using Self = block_iterator_wrapper<IsConst>;
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 33 typename ValueInfoT = DenseMapInfo<ValueT>, bool IsConst = false> 481 typename KeyInfoT, typename ValueInfoT, bool IsConst> 489 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-deduce-ro-arg.ll | 14 ; CHECK-NEXT: IsConst: true
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 49 typename Bucket = detail::DenseMapPair<KeyT, ValueT>, bool IsConst = false> 1032 bool IsConst> 1040 typedef typename std::conditional<IsConst, const Bucket, Bucket>::type 1061 typename = typename std::enable_if<!IsConstSrc && IsConst>::type>
|