Searched defs:hidden_proto (Results 1 - 6 of 6) sorted by relevance

/external/libselinux/src/
H A Ddso.h6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
/external/selinux/libselinux/src/
H A Ddso.h6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
/external/selinux/libsemanage/src/
H A Ddso.h6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
/external/selinux/libsepol/cil/src/
H A Ddso.h10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
23 # define hidden_proto(fct) macro
/external/selinux/libsepol/src/
H A Ddso.h10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
23 # define hidden_proto(fct) macro
/external/v8/test/cctest/
H A Dtest-decls.cc510 Local<Object> hidden_proto = hidden_proto_->GetFunction()->NewInstance(); local
513 inner_global->SetPrototype(hidden_proto);

Completed in 208 milliseconds