Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py67 class compiler: class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcodeop.py68 def _maybe_compile(compiler, source, filename, symbol): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py145 def customize_compiler(compiler): argument
Dccompiler.py23 def customize_compiler(compiler): argument
1012 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): argument
1106 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c135 struct compiler { struct
144 struct compiler_unit *u; /* compiler state for current block */ argument
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ argument
149 static int compiler_enter_scope(struct compiler *, identifier, void *, int); argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c135 struct compiler { struct
144 struct compiler_unit *u; /* compiler state for current block */ argument
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ argument
149 static int compiler_enter_scope(struct compiler *, identifier, void *, int); argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_compiler.py2 compiler = test.test_support.import_module('compiler', deprecated=True) variable