Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c115 char *const compiler = "/usr/bin/cc"; in call_execv() local
128 char *const compiler = "/usr/bin/cc"; in call_execve() local
142 char *const compiler = "cc"; in call_execvp() local
155 char *const compiler = "cc"; in call_execvP() local
168 char *const compiler = "cc"; in call_execvpe() local
182 char *const compiler = "/usr/bin/cc"; in call_exect() local
196 char *const compiler = "/usr/bin/cc"; in call_execl() local
208 char *const compiler = "cc"; in call_execlp() local
220 char *const compiler = "/usr/bin/cc"; in call_execle() local
233 char *const compiler = "cc"; in call_posix_spawn() local
[all …]
/openbsd/src/gnu/llvm/clang/docs/
DThinLTO.rst44 .. _compiler: target
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddecorators.py95 def _compiler_supports(compiler, argument
175 compiler=None, compiler_version=None, argument
275 compiler=None, compiler_version=None, argument
302 compiler=None, compiler_version=None, argument
Dconfiguration.py46 compiler = None variable
Dlldbtest.py1425 compiler=None, argument
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/lib/
Dgdb.exp1294 proc test_compiler_info { compiler } { argument
/openbsd/src/gnu/gcc/gcc/
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
6511 struct compiler *compiler = lookup_compiler (name, in main() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp283 static void SetupModuleHeaderPaths(CompilerInstance *compiler, in SetupModuleHeaderPaths()
342 static void SetupDefaultClangDiagnostics(CompilerInstance &compiler) { in SetupDefaultClangDiagnostics()
/openbsd/src/gnu/usr.bin/gcc/gcc/
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
/openbsd/src/gnu/llvm/clang/tools/clang-refactor/
DClangRefactor.cpp450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory()
/openbsd/src/sys/dev/pv/
Dxenreg.h763 char compiler[64]; member
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp2174 clang::CompilerInstance compiler; in DoExecute() local