| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | run-buildbot | 153 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 D | Makefile | 11 $(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 D | build_clean.json.in | 10 …"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 D | build_regular.json.in | 10 …"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 D | build_broken.json.in | 22 …"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 D | Makefile | 68 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 D | rv32zicbom-invalid.s | 5 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 D | rv32zicbom-valid.s | 12 # 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 D | Makefile | 1 all: clean $(EXE) 5 $(EXE): a.c clean 16 clean:: target
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | stack-reuse-exceptions.cpp | 53 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 D | GNUmakefile | 7 clean: target 15 .PHONY: all clean
|
| /llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/ |
| H A D | setup.sh | 101 clean() { function 133 -c|--clean) clean ;;
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/heap/ |
| H A D | Makefile | 27 .PHONY: clean 29 clean: target
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | Build.pm | 184 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 D | Makefile | 3 all: clean TestApp.app/Contents/MacOS/TestApp 12 clean:: target
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/ |
| H A D | Dir.mk | 11 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 D | CMakeLists.txt | 43 # 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 D | Makefile | 57 .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 D | Dir.mk | 11 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 D | Makefile | 3 all: clean $(EXE) 18 clean:: target
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 44 # 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 D | code_signature_lc.test | 32 # 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 D | Makefile | 2 all: clean $(EXE) 23 clean:: target
|
| /llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/ |
| H A D | makefile | 10 clean: target 52 blocksroot: sudid clean altusrlocallibsystem
|
| /llvm-project-15.0.7/mlir/utils/clang-tidy/ |
| H A D | apply-clang-tidy.sh | 41 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
|