Home
last modified time | relevance | path

Searched refs:from_void (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh141 static constexpr bool from_void = hb_is_same (void, hb_decay<From>); member
143 static constexpr bool either_void = from_void || to_void;
144 static constexpr bool both_void = from_void && to_void;
155 decltype (impl<hb_conditional<from_void, int, From>> (hb_prioritize))::value);
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc463 void NPyCast(void* from_void, void* to_void, npy_intp n, void* fromarr, in NPyCast() argument
465 const From* from = reinterpret_cast<From*>(from_void); in NPyCast()
/external/clang/test/SemaObjC/
Darc-type-conversion.m47 void from_void(void *vp) { function
/external/tensorflow/tensorflow/compiler/xla/python/
Dbfloat16.cc715 void NPyCast(void* from_void, void* to_void, npy_intp n, void* fromarr, in NPyCast() argument
718 reinterpret_cast<typename TypeDescriptor<From>::T*>(from_void); in NPyCast()
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm170 void from_void(void *vp) { function