Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A 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/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py92 def getCCSpec(self, compiler): argument
144 def getBuildCommand(self, debug_info, architecture=None, compiler=None, argument
/openbsd-src/gnu/llvm/clang/docs/
H A DThinLTO.rst44 .. _compiler: target
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A D__init__.py19 def build_libear(compiler, dst_dir): argument
86 def set_compiler(self, compiler): argument
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A 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
H A Dconfiguration.py46 compiler = None variable
H A Dlldbtest.py1425 compiler=None, argument
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dgdb.exp1294 proc test_compiler_info { compiler } { argument
/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
6511 struct compiler *compiler = lookup_compiler (name, in main() local
/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()
/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
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory()
/openbsd-src/sys/dev/pv/
H A Dxenreg.h763 char compiler[64]; member
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2174 clang::CompilerInstance compiler; in DoExecute() local