Searched refs:get_code (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-result.h37 get_code (const char *funcname);
H A Djit-result.c70 get_code (const char *funcname) function in class:result
H A Dlibgccjit.c2877 gcc::jit::result::get_code method in jit-result.c. */
2888 void *code = result->get_code (fnname);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-result.h47 get_code (const char *funcname);
H A Djit-result.cc77 get_code (const char *funcname) function in class:gcc::jit::result
H A Dlibgccjit.cc3754 gcc::jit::result::get_code method in jit-result.cc. */
3765 void *code = result->get_code (fnname);
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dfont.h55 int get_code(int i);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp67 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_code);
H A DDIARawSymbol.cpp951 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_code);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc45 void *get_code (const char *funcname) function in class:compilation_result
855 code = (toyvm_compiled_func)compiler_result.get_code (funcname);
928 = (toyvm_compiled_func)compiler_result.get_code (funcname);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc45 void *get_code (const char *funcname) function in class:compilation_result
855 code = (toyvm_compiled_func)compiler_result.get_code (funcname);
928 = (toyvm_compiled_func)compiler_result.get_code (funcname);
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.cpp285 int code = f->get_code(idx);
/netbsd-current/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp286 int code = f->get_code(idx);
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp663 unsigned int idx = f->get_code(i);
726 sbuf_space_code = f->get_code(space_char_index);
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp350 int code = f->get_code(idx);
/netbsd-current/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp370 add_char(f->get_code(i), w,
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp382 int font::get_code(int c) function in class:font
/netbsd-current/external/bsd/byacc/dist/
H A Dreader.c3054 get_code(struct ainfo *a, const char *loc) function
3178 initial_action = get_code(&a, "yyloc");
3189 code_text = get_code(&a, "(*loc)");
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1424 html_string += s->f->get_code(idx);
4239 unsigned int code = sbuf_style.f->get_code(idx);

Completed in 201 milliseconds