/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>
|
D | ilist_node.h | 30 template <class OptionsT, bool IsReverse, bool IsConst> class ilist_iterator;
|
/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/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
|
D | types-data-members.ll | 254 ; CHECK: IsConst: 0 275 ; CHECK: IsConst: 0 287 ; CHECK: IsConst: 0 389 ; CHECK: IsConst: 0
|
D | types-non-virtual-methods.ll | 71 ; CHECK: IsConst: 0 151 ; CHECK: IsConst: 0
|
D | globals.ll | 65 ; OBJ: IsConst: 0
|
D | types-recursive-struct.ll | 76 ; CHECK: IsConst: 0
|
D | types-array-advanced.ll | 102 ; CHECK: IsConst: 0
|
D | types-calling-conv.ll | 37 ; CHECK: IsConst: 0
|
/external/Microsoft-GSL/include/gsl/ |
D | span | 114 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/libmojo/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 25 struct IsConst : FalseType {}; struct 27 struct IsConst<const T> : TrueType {};
|
D | bindings_internal.h | 185 sizeof(Test<T>(0)) == sizeof(YesType) && !IsConst<T>::value;
|
/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/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/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/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>
|
/external/clang/include/clang/AST/ |
D | Mangle.h | 210 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3642 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()
|
D | CGBuiltin.cpp | 2431 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/ |
D | MicrosoftMangle.cpp | 155 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, 2658 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo() argument 2666 if (IsConst) in mangleCXXThrowInfo()
|