Home
last modified time | relevance | path

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

12

/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>
Dilist_node.h30 template <class OptionsT, bool IsReverse, bool IsConst> class ilist_iterator;
/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
Dtypes-non-virtual-methods.ll71 ; CHECK: IsConst: 0
151 ; CHECK: IsConst: 0
Dglobals.ll65 ; OBJ: IsConst: 0
Dtypes-recursive-struct.ll76 ; CHECK: IsConst: 0
Dtypes-array-advanced.ll102 ; CHECK: IsConst: 0
Dtypes-calling-conv.ll37 ; CHECK: IsConst: 0
/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/Microsoft-GSL/include/gsl/
Dspan114 template <class Span, bool IsConst>
124 using reference = std::conditional_t<IsConst, const element_type_, element_type_>&;
136 template<bool B, std::enable_if_t<!B && IsConst>* = nullptr>
256 template <class Span, bool IsConst>
257 inline constexpr span_iterator<Span, IsConst>
258 operator+(typename span_iterator<Span, IsConst>::difference_type n,
259 const span_iterator<Span, IsConst>& rhs) GSL_NOEXCEPT
264 template <class Span, bool IsConst>
265 inline constexpr span_iterator<Span, IsConst>
266 operator-(typename span_iterator<Span, IsConst>::difference_type n,
[all …]
/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/libmojo/mojo/public/cpp/bindings/lib/
Dtemplate_util.h25 struct IsConst : FalseType {}; struct
27 struct IsConst<const T> : TrueType {};
Dbindings_internal.h185 sizeof(Test<T>(0)) == sizeof(YesType) && !IsConst<T>::value;
/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/include/llvm/ADT/
DDenseMap.h33 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/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>
/external/clang/include/clang/AST/
DMangle.h210 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3642 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH() argument
3651 IsConst = false; in decomposeTypeForEH()
3656 IsConst = PointeeType.isConstQualified(); in decomposeTypeForEH()
3681 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
3683 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType()
3688 if (IsConst) in getAddrOfCXXCatchHandlerType()
4104 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
4105 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo()
4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()
4134 if (IsConst) in getThrowInfo()
DCGBuiltin.cpp2431 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result,getContext()); in EmitBuiltinExpr() local
2432 assert(IsConst && "Constant arg isn't actually constant?"); in EmitBuiltinExpr()
2433 (void)IsConst; in EmitBuiltinExpr()
4344 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); in EmitARMBuiltinExpr() local
4345 assert(IsConst && "Constant arg isn't actually constant?"); (void)IsConst; in EmitARMBuiltinExpr()
5035 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); in EmitAArch64BuiltinExpr() local
5036 assert(IsConst && "Constant arg isn't actually constant?"); in EmitAArch64BuiltinExpr()
5037 (void)IsConst; in EmitAArch64BuiltinExpr()
6723 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); in EmitX86BuiltinExpr() local
6724 assert(IsConst && "Constant arg isn't actually constant?"); (void)IsConst; in EmitX86BuiltinExpr()
/external/clang/lib/AST/
DMicrosoftMangle.cpp155 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
2658 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo() argument
2666 if (IsConst) in mangleCXXThrowInfo()

12