Home
last modified time | relevance | path

Searched defs:is_pasm (Results 1 – 7 of 7) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dmain.c451 imcc_compile_string(ARGMOD(imc_info_t *imcc), ARGIN(STRING *source), int is_pasm) in imcc_compile_string()
471 imcc_compile_file(ARGMOD(imc_info_t *imcc), ARGIN(STRING *fullname), int is_pasm) in imcc_compile_file()
493 int is_file, int is_pasm) in imcc_run_compilation_reentrant()
521 int is_file, int is_pasm) in imcc_run_compilation_internal()
H A Dapi.c142 get_compreg_pmc(PARROT_INTERP, int is_pasm, int add_compreg) in get_compreg_pmc()
H A Dimcc.l1239 int is_file, int is_pasm) in IMCC_push_parser_state()
1355 ARGIN(STRING *source), int is_file, SHIM(int is_pasm)) in imcc_compile_buffer_safe()
H A Dimclexer.c4996 int is_file, int is_pasm) in IMCC_push_parser_state()
5110 ARGIN(STRING *source), int is_file, SHIM(int is_pasm)) in imcc_compile_buffer_safe()
/dports/lang/parrot/parrot-8.1.0/src/
H A Dextend.c261 int is_pasm = (0 == Parrot_str_compare(interp, Parrot_str_new_constant(interp, "PASM"), type)); in Parrot_compile_string() local
/dports/lang/parrot/parrot-8.1.0/src/interp/
H A Dapi.c874 const INTVAL is_pasm = VTABLE_get_integer(interp, compiler); in Parrot_interp_compile_file() local
915 const INTVAL is_pasm = VTABLE_get_integer(interp, compiler); in Parrot_interp_compile_string() local
/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dapi.c2220 compile_file(PARROT_INTERP, ARGIN(STRING *path), INTVAL is_pasm) in compile_file()
2365 const INTVAL is_pasm = STRING_equal(interp, found_ext, pasm_s); in Parrot_load_language() local
2442 const INTVAL is_pasm = STRING_equal(interp, ext, pasm_s); in Parrot_load_bytecode() local