Searched refs:to_void (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 142 static constexpr bool to_void = hb_is_same (void, hb_decay<To> ); member 143 static constexpr bool either_void = from_void || to_void; 144 static constexpr bool both_void = from_void && to_void; 146 static hb_true_type impl2 (hb_conditional<to_void, int, To>);
|
/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 466 To* to = reinterpret_cast<To*>(to_void); in NPyCast()
|
/external/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 30 void to_void(__strong id *sip, __weak id *wip, 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 719 auto* to = reinterpret_cast<typename TypeDescriptor<To>::T*>(to_void); in NPyCast()
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 136 void to_void(__strong id *sip, __weak id *wip, function
|