Home
last modified time | relevance | path

Searched refs:IsConst (Results 1 – 25 of 64) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_iterator.h24 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 …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_iterator.h24 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 …]
DDenseMap.h50 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/
DTensorSyclConvertToDeviceExpression.h37 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…
DTensorSycl.h39 template<bool IsConst, typename T> struct GetType{
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h32 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/angle/third_party/spirv-tools/src/source/opt/
Diterator.h32 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/
Diterator.h32 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll34 ; 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
Dtype-quals.ll59 ; 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
Dtypes-basic.ll76 ; CHECK: IsConst: 0
99 ; CHECK: IsConst: 0
112 ; CHECK: IsConst: 0
177 ; CHECK: IsConst: 0
197 ; CHECK: IsConst: 0
Ddefer-complete-type.ll37 ; CHECK: IsConst: 0
79 ; CHECK: IsConst: 0
/external/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll34 ; 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
Dtypes-basic.ll76 ; CHECK: IsConst: 0
99 ; CHECK: IsConst: 0
112 ; CHECK: IsConst: 0
177 ; CHECK: IsConst: 0
197 ; CHECK: IsConst: 0
Ddefer-complete-type.ll37 ; CHECK: IsConst: 0
79 ; CHECK: IsConst: 0
Dtypes-data-members.ll254 ; CHECK: IsConst: 0
275 ; CHECK: IsConst: 0
287 ; CHECK: IsConst: 0
389 ; CHECK: IsConst: 0
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h128 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/skia/src/gpu/
DGrTRecorder.h31 template <bool IsConst> class IterImpl;
145 template <typename TBase> template <bool IsConst> class GrTRecorder<TBase>::IterImpl {
147 using T = typename std::conditional<IsConst, const TBase, TBase>::type;
/external/libchrome/mojo/public/cpp/bindings/lib/
Dtemplate_util.h25 struct IsConst : FalseType {}; struct
27 struct IsConst<const T> : TrueType {};
/external/llvm/include/llvm/IR/
DModule.h610 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/llvm/include/llvm/Analysis/
DRegionInfo.h561 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/
DRegionInfo.h575 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-7.0/llvm/test/CodeGen/AMDGPU/
Dhsa-metadata-deduce-ro-arg.ll14 ; CHECK-NEXT: IsConst: true
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h123 bool IsConst>
127 typename std::conditional<IsConst, const NodeDef, NodeDef>::type;
273 bool IsConst>
277 typename std::conditional<IsConst, const GraphDef, GraphDef>::type;
/external/llvm/include/llvm/ADT/
DDenseMap.h49 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>

123