Home
last modified time | relevance | path

Searched +defs:c +defs:compiler (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c895 struct compiler struct
897 const char *suffix; /* Use this compiler for input files argument
900 const char *spec; /* To use this compiler, run this spec. */ argument
905 const int combinable; /* If nonzero, compiler can deal with argument
911 /* Pointer to a vector of `struct compiler' that gives the spec for argument
1336 int c = *p; in translate_options() local
1985 char c = *buffer_p; in load_specs() local
2338 int i, c; in delete_if_ordinary() local
3742 int c = *p; in process_command() local
4142 int c = *p; in process_command() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp283 static void SetupModuleHeaderPaths(CompilerInstance *compiler, in SetupModuleHeaderPaths()
342 static void SetupDefaultClangDiagnostics(CompilerInstance &compiler) { in SetupDefaultClangDiagnostics()
764 static bool IsIdChar(char c) { in IsIdChar()
770 static bool IsTokenSeparator(char c) { return c == ' ' || c == '\t'; } in IsTokenSeparator()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c808 struct compiler struct
810 const char *suffix; /* Use this compiler for input files argument
813 const char *spec; /* To use this compiler, run this spec. */ argument
820 /* Pointer to a vector of `struct compiler' that gives the spec for argument
1210 int c = *p; local
1830 char c = *buffer_p; local
2179 int i, c; local
3498 int c = *p; local
3888 int c = *p; local
4224 int c; local
[all …]