Searched refs:init_name (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 855 tree init_name = get_file_function_name ('I'); local 859 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); 860 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); 2143 tree init_name = get_file_function_name ('I'); in emit_register_classes() local 2148 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); in emit_register_classes() 2149 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in emit_register_classes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 169 llvm::StringRef init_name, llvm::StringRef accum_name, 172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module()
|