HomeSort by relevance Sort by last modified time
    Searched refs:cur_preproc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 65 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL; variable
346 cur_preproc = yasm_preproc_create(cur_preproc_module, in_filename,
361 cur_parser_module->do_parse(object, cur_preproc, list_filename != NULL,
613 if (cur_preproc)
614 yasm_preproc_destroy(cur_preproc);
822 yasm_preproc_define_builtin(cur_preproc, predef);
842 yasm_preproc_add_standard(cur_preproc, stdmacs[matched].macros);
857 funcs[cp->id](cur_preproc, cp->param);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 59 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL; variable
288 cur_preproc = yasm_preproc_create(cur_preproc_module, in_filename, NULL,
306 while ((got = yasm_preproc_get_included_file(cur_preproc, preproc_buf,
319 while ((preproc_buf = yasm_preproc_get_line(cur_preproc)) != NULL) {
457 cur_preproc = yasm_preproc_create(cur_preproc_module, in_filename,
500 cur_parser_module->do_parse(object, cur_preproc, list_filename != NULL,
769 if (cur_preproc)
770 yasm_preproc_destroy(cur_preproc);
    [all...]

Completed in 651 milliseconds