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/ |
D | test_ccompiler.py | 67 class compiler: class
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | codeop.py | 68 def _maybe_compile(compiler, source, filename, symbol): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | sysconfig.py | 145 def customize_compiler(compiler): argument
|
D | ccompiler.py | 23 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/ |
D | compile.c | 135 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/ |
D | compile.c | 135 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/ |
D | test_compiler.py | 2 compiler = test.test_support.import_module('compiler', deprecated=True) variable
|