Searched refs:from_void (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 141 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/ |
D | bfloat16.cc | 463 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/ |
D | arc-type-conversion.m | 47 void from_void(void *vp) { function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | bfloat16.cc | 715 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/ |
D | arc-type-conversion.mm | 170 void from_void(void *vp) { function
|