Home
last modified time | relevance | path

Searched refs:MP_PARSE_FILE_INPUT (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c272 return parse_compile_execute(&reader, MP_PARSE_FILE_INPUT, exec_flags); in do_reader_stdin()
347 …int ret = parse_compile_execute(MP_STATE_VM(repl_line), MP_PARSE_FILE_INPUT, EXEC_FLAG_PRINT_EOF |… in pyexec_raw_repl_process_char()
368 …int ret = parse_compile_execute(MP_STATE_VM(repl_line), MP_PARSE_FILE_INPUT, EXEC_FLAG_ALLOW_DEBUG… in pyexec_friendly_repl_process_char()
538 …int ret = parse_compile_execute(&line, MP_PARSE_FILE_INPUT, EXEC_FLAG_PRINT_EOF | EXEC_FLAG_SOURCE… in pyexec_raw_repl()
642 parse_input_kind = MP_PARSE_FILE_INPUT; in pyexec_friendly_repl()
672 return parse_compile_execute(filename, MP_PARSE_FILE_INPUT, EXEC_FLAG_SOURCE_IS_FILENAME); in pyexec_file()
695 return parse_compile_execute(frozen_data, MP_PARSE_FILE_INPUT, 0); in pyexec_frozen_module()
700 … return parse_compile_execute(frozen_data, MP_PARSE_FILE_INPUT, EXEC_FLAG_SOURCE_IS_RAW_CODE); in pyexec_frozen_module()
/AliOS-Things-master/components/py_engine/engine/py/
A Dbuiltinevex.c97 parse_input_kind = MP_PARSE_FILE_INPUT; in mp_builtin_compile()
148 parse_input_kind = MP_PARSE_FILE_INPUT; in eval_exec_helper()
162 return eval_exec_helper(n_args, args, MP_PARSE_FILE_INPUT); in mp_builtin_exec()
A Dparse.h93 MP_PARSE_FILE_INPUT, enumerator
A Dbuiltinimport.c141 mp_parse_compile_execute(lex, MP_PARSE_FILE_INPUT, mod_globals, mod_globals); in do_load_from_lexer()
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c103 mp_parse_tree_t parse_tree = mp_parse(lex, MP_PARSE_FILE_INPUT); in upytest_execute_test()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c74 mp_parse_tree_t parse_tree = mp_parse(lex, MP_PARSE_FILE_INPUT); in compile_and_save()

Completed in 8 milliseconds