HomeSort by: relevance | last modified time | path
    Searched refs:build (Results 1 - 25 of 1177) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/box2d/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/capnproto/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/cppcheck/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/cxxopts/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/drogon/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/duckdb/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/fmt/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/harfbuzz/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/libsoundio/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/oatpp/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/re2/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/simbody/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/symengine/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/llvm/dist/clang/utils/analyzer/projects/tinyspline/
cleanup_run_static_analyzer.sh 1 rm -rf ./build
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
Makefile 1 BUILDDIR = build
85 # 'setup' sets up the build directory structure the way we want
  /src/external/mit/isl/dist/
isl_ast_build.c 33 __isl_keep isl_ast_build *build, __isl_take isl_set *set)
40 if (!build)
43 map = isl_map_equate(map, isl_dim_in, build->depth, isl_dim_out, 0);
44 map = isl_map_eliminate(map, isl_dim_in, build->depth, 1);
56 __isl_take isl_ast_build *build, __isl_take isl_space *space)
62 build = isl_ast_build_cow(build);
63 if (!build || !build->domain)
66 ctx = isl_ast_build_get_ctx(build);
125 isl_ast_build *build; local
    [all...]
isl_ast_build_private.h 94 * "options" contains the AST build options in case we are generating
170 __isl_keep isl_ast_build *build, void *user);
182 __isl_keep isl_ast_build *build, void *user);
190 __isl_take isl_ast_build *build, void *user);
203 __isl_take isl_ast_build *build);
205 __isl_take isl_ast_build *build);
206 isl_size isl_ast_build_get_depth(__isl_keep isl_ast_build *build);
207 isl_size isl_ast_build_dim(__isl_keep isl_ast_build *build,
210 __isl_keep isl_ast_build *build, int internal);
212 __isl_take isl_ast_build *build, __isl_take isl_space *model)
    [all...]
  /src/external/bsd/tre/dist/tests/
build-tests.sh 25 rm -rf tmp-build
26 mkdir tmp-build
27 cd tmp-build
30 ../configure $opts > build-log.txt 2>&1
31 $make >> build-log.txt 2>&1
32 $make check >> build-log.txt 2>&1
build-run.sh 13 . ./build-params.sh
17 tmpdir=build-tmp-$dir-$hostname-$$
27 ./tests/build-tests.sh
  /src/sys/arch/next68k/stand/boot/
newvers.sh 30 v=`grep build build.c 2>/dev/null | sed -e 's/.* = \([0-9]*\);/\1/'`
37 echo "int build = ${v};" > build.c
38 echo "int dummy[16] = { 0 }; /* fill segment */" >> build.c
  /src/usr.bin/ldd/
Makefile 3 SUBDIR+= elf32 elf64 elf32_compat .WAIT build
  /src/external/bsd/pam-u2f/dist/build-aux/ci/
build-linux-clang.sh 5 SCAN=(scan-build${CC#clang} --use-cc="${CC}")
9 mkdir build && pushd build &>/dev/null
12 ${SCAN[@]} --keep-cc --status-bugs make -C build -j $(nproc) check
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
corefile-find-exec.exp 25 if {[build_executable $testfile.exp $testfile $srcfile {debug build-id}] == -1} {
71 remote_exec build "mv $corefile $corefile_1"
83 remote_exec build "ln -s ${testfile} $symlink_name"
92 remote_exec build "mv $corefile $corefile_2"
105 remote_exec build "ln -s ${testfile} $symlink_name"
114 remote_exec build "mv $corefile $corefile_3"
116 remote_exec build "rm -f $symlink"
140 remote_exec build "cp $binfile $binfile_2"
148 remote_exec build "mv $corefile $corefile_4"
151 remote_exec build "mkdir -p $side_dir
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-find-exec.exp 25 if {[build_executable $testfile.exp $testfile $srcfile {debug build-id}] == -1} {
71 remote_exec build "mv $corefile $corefile_1"
83 remote_exec build "ln -s ${testfile} $symlink_name"
92 remote_exec build "mv $corefile $corefile_2"
105 remote_exec build "ln -s ${testfile} $symlink_name"
114 remote_exec build "mv $corefile $corefile_3"
116 remote_exec build "rm -f $symlink"
140 remote_exec build "cp $binfile $binfile_2"
148 remote_exec build "mv $corefile $corefile_4"
151 remote_exec build "mkdir -p $side_dir
    [all...]
  /src/tools/dbsym/
Makefile 10 BFDDIR?= ${TOOLCHAINOBJ}/build/bfd
11 SFRAMEDIR?= ${TOOLCHAINOBJ}/build/libsframe
12 IBERTYDIR?= ${TOOLCHAINOBJ}/build/libiberty
16 LDMAKEFILE=${TOOLCHAINOBJ}/build/ld/Makefile

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>