Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 157) sorted by relevance

1234567

/llvm-project-15.0.7/libcxx/utils/ci/
H A Drun-buildbot153 clean
170 clean
194 clean
200 clean
206 clean
212 clean
218 clean
224 clean
230 clean
236 clean
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/build/
H A DMakefile11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c
12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c
14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c
15 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-two.c
29 $(PROGRAM): $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJ…
30 …$(CC) $(LDFLAGS) -o $@ $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit…
34 build_clean: $(OBJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o
38 build_all_in_one: $(SRCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-two.c $(SRCDIR)/emit-one.c…
39 …$(CC) $(CFLAGS) $(LDFLAGS) -o $(PROGRAM) $(SRCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-tw…
41 clean: target
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/compilation_database/
H A Dbuild_clean.json.in10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu…
11 "file": "${path}/clean-one.c"
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include",
17 "file": "${path}/clean-two.c"
H A Dbuild_regular.json.in10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu…
11 "file": "${path}/clean-one.c"
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include",
17 "file": "${path}/clean-two.c"
H A Dbuild_broken.json.in22 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu…
23 "file": "${path}/clean-one.c"
28 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include",
29 "file": "${path}/clean-two.c"
/llvm-project-15.0.7/libc/AOR_v20.02/
H A DMakefile68 clean: $(SUBS:%=clean-%) target
71 distclean: clean
90 .PHONY: all clean distclean install check
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv32zicbom-invalid.s5 cbo.clean # CHECK: :[[@LINE]]:1: error: too few operands for instruction
9 cbo.clean 1 # CHECK: :[[@LINE]]:13: error: expected '(' after optional integer offset
13 cbo.clean t0, t1 # CHECK: :[[@LINE]]:11: error: expected '(' or optional integer offset
18 cbo.clean 1(t0) # CHECK: :[[@LINE]]:11: error: optional integer offset must be 0
H A Drv32zicbom-valid.s12 # CHECK-ASM-AND-OBJ: cbo.clean (t0)
14 cbo.clean (t0)
15 # CHECK-ASM-AND-OBJ: cbo.clean (t0)
17 cbo.clean 0(t0)
/llvm-project-15.0.7/lldb/test/API/functionalities/fat_archives/
H A DMakefile1 all: clean $(EXE)
5 $(EXE): a.c clean
16 clean:: target
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dstack-reuse-exceptions.cpp53 NontrivialDtor clean; in cleanupsAreEmittedWithoutTryCatch() local
114 NontrivialDtor clean; in cleanupsAreEmittedWithTryCatch() local
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DGNUmakefile7 clean: target
15 .PHONY: all clean
/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Dsetup.sh101 clean() { function
133 -c|--clean) clean ;;
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/heap/
H A DMakefile27 .PHONY: clean
29 clean: target
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DBuild.pm184 sub clean(@) { subroutine
201 my ( $job, $clean, $marker ) = @_;
239 if ( $clean and $exit == 0 ) {
240 $exit = clean( $dir );
/llvm-project-15.0.7/lldb/test/API/macosx/find-app-in-bundle/
H A DMakefile3 all: clean TestApp.app/Contents/MacOS/TestApp
12 clean:: target
/llvm-project-15.0.7/libc/AOR_v20.02/networking/
H A DDir.mk11 all-networking check-networking install-networking clean-networking:
73 clean-networking:
77 .PHONY: all-networking check-networking install-networking clean-networking
/llvm-project-15.0.7/lldb/docs/
H A DCMakeLists.txt43 # a clean rebuild of the documentation every time.
44 add_custom_target(clean-lldb-html COMMAND "${CMAKE_COMMAND}" -E
47 lldb-python-doc-package clean-lldb-html)
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DMakefile57 .PHONY: all test clean distclean
128 clean distclean: target
130 make -C tests/gmp-compat-test clean
/llvm-project-15.0.7/libc/AOR_v20.02/string/
H A DDir.mk11 all-string check-string install-string clean-string:
97 clean-string:
101 .PHONY: all-string check-string install-string clean-string
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
H A DMakefile3 all: clean $(EXE)
18 clean:: target
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake44 # Always clean the sub-project before building
130 set(always_clean clean)
337 llvm_ExternalProject_BuildCmd(run_clean clean ${BINARY_DIR})
338 ExternalProject_Add_Step(${name} clean
347 ExternalProject_Add_StepTargets(${name} clean)
350 add_dependencies(${name}-clean ${name}-clobber)
351 set_target_properties(${name}-clean PROPERTIES
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dcode_signature_lc.test32 # RUN: -e '/dyld_stub_binder/d' %t.yaml > %t.clean.yaml
37 # RUN: -e '/dyld_stub_binder/d' %t.copy.yaml > %t.copy.clean.yaml
40 # RUN: diff %t.clean.yaml %t.copy.clean.yaml
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DMakefile2 all: clean $(EXE)
23 clean:: target
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dmakefile10 clean: target
52 blocksroot: sudid clean altusrlocallibsystem
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A Dapply-clang-tidy.sh41 time ninja -C $BUILD_DIR check-mlir-build-only > ${REJECT_DIR}/ninja.clean.log 2>&1
46 time ninja -C $BUILD_DIR check-mlir-build-only > ${REJECT_DIR}/ninja.clean.log 2>&1

1234567