Searched refs:to_void (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | address-packed.c | 28 void to_void(void *); 44 to_void(&arguable.x); // no-warning in g0() 46 to_void(p); in g0() 55 to_void(&arguable.x); // no-warning in g0() 65 to_void(&arguable.x); // no-warning in g0() 75 to_void(&arguable->c1); // no-warning in g0() 85 to_void(&(arguable->c1)); // no-warning in g0()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | address-packed.cpp | 25 void to_void(void *); 37 to_void(&arguable.x); // no-warning in g0()
|
/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/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 30 void to_void(__strong id *sip, __weak id *wip, function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 30 void to_void(__strong id *sip, __weak id *wip, function
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 136 void to_void(__strong id *sip, __weak id *wip, function
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 136 void to_void(__strong id *sip, __weak id *wip, function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16.cc | 688 void NPyCast(void* from_void, void* to_void, npy_intp n, void* fromarr, in NPyCast() argument 692 auto* to = reinterpret_cast<typename TypeDescriptor<To>::T*>(to_void); in NPyCast()
|