Searched defs:compiler (Results 1 – 4 of 4) sorted by relevance
7 compiler = distutils.ccompiler.new_compiler() variable
46 char compiler[64]; member
909 struct compiler struct911 const char *suffix; /* Use this compiler for input files argument914 const char *spec; /* To use this compiler, run this spec. */ argument919 const int combinable; /* If nonzero, compiler can deal with argument925 /* Pointer to a vector of `struct compiler' that gives the spec for argument6601 struct compiler *compiler = lookup_compiler (name, in main() local
17 def comp_platform_info(compiler): argument