Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Sema/
Daddress-packed.c28 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/
Daddress-packed.cpp25 void to_void(void *);
37 to_void(&arguable.x); // no-warning in g0()
/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/clang/test/SemaObjC/
Darc-type-conversion.m30 void to_void(__strong id *sip, __weak id *wip, function
/external/llvm-project/clang/test/SemaObjC/
Darc-type-conversion.m30 void to_void(__strong id *sip, __weak id *wip, function
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm136 void to_void(__strong id *sip, __weak id *wip, function
/external/llvm-project/clang/test/SemaObjCXX/
Darc-type-conversion.mm136 void to_void(__strong id *sip, __weak id *wip, function
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc688 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()