Home
last modified time | relevance | path

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

/NextBSD/contrib/libucl/python/
HDsetup.py7 compiler = distutils.ccompiler.new_compiler() variable
/NextBSD/sys/xen/interface/
HDversion.h46 char compiler[64]; member
/NextBSD/contrib/gcc/
HDgcc.c909 struct compiler struct
911 const char *suffix; /* Use this compiler for input files argument
914 const char *spec; /* To use this compiler, run this spec. */ argument
919 const int combinable; /* If nonzero, compiler can deal with argument
925 /* Pointer to a vector of `struct compiler' that gives the spec for argument
6601 struct compiler *compiler = lookup_compiler (name, in main() local
/NextBSD/contrib/libstdc++/scripts/
Dmake_graph.py17 def comp_platform_info(compiler): argument