Home
last modified time | relevance | path

Searched defs:make_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp12 template<typename T> void *make_impl() { return new T; } in make_impl() function
/aosp_15_r20/art/runtime/mirror/
H A Dmethod_type.cc44 ArtMethod* make_impl = WellKnownClasses::java_lang_invoke_MethodType_makeImpl; in Create() local