HomeSort by relevance Sort by last modified time
    Searched full:unconst (Results 1 - 19 of 19) sorted by null

  /external/clang/test/PCH/
chain-friend-instantiation.cpp 34 TClass<X> unconst(const TClass<T> &src);
51 unconst<TStr>(p);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
type_traits.hpp 64 typedef typename type_traits_detail::UnConst<T>::type NonConstType;
66 typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::UnConst<T>::type>::type UnqualifiedType;
70 enum { isConst = type_traits_detail::UnConst<T>::value };
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 132 auto Unconst = const_cast<RegionNodeBase<RegionTraits<MachineFunction>>*>(this);
133 return reinterpret_cast<MachineRegion*>(Unconst);
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp 142 // UnConst
144 template <class U> struct UnConst
149 template <class U> struct UnConst<const U>
154 template <class U> struct UnConst<const U&>
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp 130 typedef typename type_traits_detail::UnConst<T>::type non_const_type;
132 typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::UnConst<T>::type>::type unqualified_type;
136 enum { is_const = type_traits_detail::UnConst<T>::value };
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp 155 template <class U> struct UnConst
160 template <class U> struct UnConst<const U>
165 template <class U> struct UnConst<const U&>
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 18 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))
90 free(UNCONST(__llvm_profile_CurrentFilename));
  /external/dhcpcd-6.8.2/
common.h 49 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a))
if-bsd.c 359 pf.bf_insns = UNCONST(arp_bpf_filter);
362 pf.bf_insns = UNCONST(dhcp_bpf_filter);
394 iov[1].iov_base = UNCONST(data);
    [all...]
dhcpcd.c 972 ifs = if_discover(ctx, -1, UNCONST(argv));
    [all...]
if-options.c 593 return UNCONST(s);
607 return UNCONST(s);
629 return UNCONST(++s);
    [all...]
if-linux.c 1166 pf.filter = UNCONST(arp_bpf_filter);
1169 pf.filter = UNCONST(dhcp_bpf_filter);
    [all...]
script.c 633 argv[0] = ifp->options->script ? ifp->options->script : UNCONST(SCRIPT);
dhcp6.c     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Freezable.java 106 * (unconst) object in another thread can mess you up.</li>
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Freezable.java 105 * (unconst) object in another thread can mess you up.</li>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Freezable.java 105 * (unconst) object in another thread can mess you up.</li>
  /external/messageformat/java/com/ibm/icu/util/
Freezable.java 105 * (unconst) object in another thread can mess you up.</li>
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 900 auto Unconst = const_cast<RegionNodeBase<RegionTraits<Function>> *>(this);
901 return reinterpret_cast<Region *>(Unconst);
    [all...]

Completed in 651 milliseconds