Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-meta.hh142 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/
Dbfloat16.cc463 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/
Darc-type-conversion.m30 void to_void(__strong id *sip, __weak id *wip, 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
719 auto* to = reinterpret_cast<typename TypeDescriptor<To>::T*>(to_void); in NPyCast()
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm136 void to_void(__strong id *sip, __weak id *wip, function