Home
last modified time | relevance | path

Searched refs:do_cast (Results 1 – 3 of 3) sorted by relevance

/external/AFLplusplus/instrumentation/
Dcmplog-switches-pass.cc275 unsigned char do_cast = 0; local
287 do_cast = 1;
316 do_cast = 1;
332 do_cast = 1;
338 if (do_cast) {
361 if (do_cast) {
/external/python/cffi/c/
Dffi_obj.c438 return do_cast(ct, ob); in ffi_cast()
D_cffi_backend.c4110 static PyObject *do_cast(CTypeDescrObject *ct, PyObject *ob) in do_cast() function
4262 return do_cast(ct, ob); in b_cast()