/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 115 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 D | builder.py | 92 def getCCSpec(self, compiler): argument 144 def getBuildCommand(self, debug_info, architecture=None, compiler=None, argument
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | ThinLTO.rst | 44 .. _compiler: target
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/ |
H A D | __init__.py | 19 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 D | decorators.py | 95 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 D | configuration.py | 46 compiler = None variable
|
H A D | lldbtest.py | 1425 compiler=None, argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
H A D | gdb.exp | 1294 proc test_compiler_info { compiler } { argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gcc.c | 895 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 D | ClangExpressionParser.cpp | 283 static void SetupModuleHeaderPaths(CompilerInstance *compiler, in SetupModuleHeaderPaths() 342 static void SetupDefaultClangDiagnostics(CompilerInstance &compiler) { in SetupDefaultClangDiagnostics()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.c | 808 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 D | ClangRefactor.cpp | 450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory()
|
/openbsd-src/sys/dev/pv/ |
H A D | xenreg.h | 763 char compiler[64]; member
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 2174 clang::CompilerInstance compiler; in DoExecute() local
|