Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/freebsd-13.1/lib/clang/libllvm/
H A DMakefile50 SRCS_MIN+= Analysis/CFG.cpp
64 SRCS_MIN+= Analysis/DDG.cpp
442 SRCS_EXT+= DWP/DWP.cpp
686 SRCS_MIN+= IR/Core.cpp
696 SRCS_MIN+= IR/FPEnv.cpp
718 SRCS_MIN+= IR/Pass.cpp
729 SRCS_MIN+= IR/Type.cpp
731 SRCS_MIN+= IR/Use.cpp
732 SRCS_MIN+= IR/User.cpp
738 SRCS_MIN+= LTO/LTO.cpp
[all …]
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile19 SRCS+= API/SBAddress.cpp
21 SRCS+= API/SBBlock.cpp
32 SRCS+= API/SBData.cpp
36 SRCS+= API/SBError.cpp
37 SRCS+= API/SBEvent.cpp
40 SRCS+= API/SBFile.cpp
43 SRCS+= API/SBFrame.cpp
45 SRCS+= API/SBHostOS.cpp
59 SRCS+= API/SBQueue.cpp
75 SRCS+= API/SBType.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/asan_dynamic/
H A DMakefile10 SRCS+= asan/asan_activation.cpp
11 SRCS+= asan/asan_allocator.cpp
12 SRCS+= asan/asan_debugging.cpp
14 SRCS+= asan/asan_errors.cpp
16 SRCS+= asan/asan_flags.cpp
17 SRCS+= asan/asan_globals.cpp
20 SRCS+= asan/asan_linux.cpp
25 SRCS+= asan/asan_posix.cpp
28 SRCS+= asan/asan_rtl.cpp
30 SRCS+= asan/asan_stack.cpp
[all …]
/freebsd-13.1/usr.bin/clang/llvm-tblgen/
H A DMakefile6 SRCS+= AsmMatcherEmitter.cpp
7 SRCS+= AsmWriterEmitter.cpp
8 SRCS+= AsmWriterInst.cpp
9 SRCS+= Attributes.cpp
10 SRCS+= CTagsEmitter.cpp
12 SRCS+= CodeBeadsGen.cpp
13 SRCS+= CodeEmitterGen.cpp
26 SRCS+= DFAEmitter.cpp
47 SRCS+= OptEmitter.cpp
59 SRCS+= TableGen.cpp
[all …]
/freebsd-13.1/lib/clang/libclang/
H A DMakefile49 SRCS_MIN+= AST/APValue.cpp
61 SRCS_MIN+= AST/Comment.cpp
70 SRCS_MIN+= AST/Decl.cpp
72 SRCS_MIN+= AST/DeclCXX.cpp
80 SRCS_MIN+= AST/Expr.cpp
81 SRCS_MIN+= AST/ExprCXX.cpp
113 SRCS_MIN+= AST/Mangle.cpp
116 SRCS_MIN+= AST/NSAPI.cpp
119 SRCS_MIN+= AST/OSLog.cpp
130 SRCS_MIN+= AST/Stmt.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/asan/
H A DMakefile7 SRCS+= asan/asan_activation.cpp
8 SRCS+= asan/asan_allocator.cpp
9 SRCS+= asan/asan_debugging.cpp
11 SRCS+= asan/asan_errors.cpp
13 SRCS+= asan/asan_flags.cpp
14 SRCS+= asan/asan_globals.cpp
17 SRCS+= asan/asan_linux.cpp
21 SRCS+= asan/asan_posix.cpp
25 SRCS+= asan/asan_rtl.cpp
27 SRCS+= asan/asan_stack.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/tsan/
H A DMakefile52 SRCS+= tsan/rtl/tsan_clock.cpp
55 SRCS+= tsan/rtl/tsan_fd.cpp
56 SRCS+= tsan/rtl/tsan_flags.cpp
63 SRCS+= tsan/rtl/tsan_md5.cpp
64 SRCS+= tsan/rtl/tsan_mman.cpp
70 SRCS+= tsan/rtl/tsan_rtl.cpp
79 SRCS+= tsan/rtl/tsan_sync.cpp
80 SRCS+= ubsan/ubsan_diag.cpp
81 SRCS+= ubsan/ubsan_flags.cpp
83 SRCS+= ubsan/ubsan_init.cpp
[all …]
/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile10 SRCS+= Support/ABIBreak.cpp
11 SRCS+= Support/APFloat.cpp
12 SRCS+= Support/APInt.cpp
14 SRCS+= Support/Atomic.cpp
20 SRCS+= Support/Debug.cpp
22 SRCS+= Support/Errno.cpp
23 SRCS+= Support/Error.cpp
30 SRCS+= Support/Host.cpp
33 SRCS+= Support/JSON.cpp
36 SRCS+= Support/MD5.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/msan/
H A DMakefile9 SRCS+= msan/msan.cpp
10 SRCS+= msan/msan_allocator.cpp
12 SRCS+= msan/msan_interceptors.cpp
13 SRCS+= msan/msan_linux.cpp
14 SRCS+= msan/msan_poisoning.cpp
15 SRCS+= msan/msan_report.cpp
16 SRCS+= msan/msan_thread.cpp
60 SRCS+= ubsan/ubsan_diag.cpp
61 SRCS+= ubsan/ubsan_flags.cpp
63 SRCS+= ubsan/ubsan_init.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/ubsan_standalone/
H A DMakefile7 SRCS+= interception/interception_linux.cpp
8 SRCS+= interception/interception_type_test.cpp
9 SRCS+= sanitizer_common/sancov_flags.cpp
52 SRCS+= ubsan/ubsan_diag.cpp
53 SRCS+= ubsan/ubsan_diag_standalone.cpp
54 SRCS+= ubsan/ubsan_flags.cpp
55 SRCS+= ubsan/ubsan_handlers.cpp
56 SRCS+= ubsan/ubsan_init.cpp
57 SRCS+= ubsan/ubsan_init_standalone.cpp
59 SRCS+= ubsan/ubsan_monitor.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/cfi_diag/
H A DMakefile7 SRCS+= cfi/cfi.cpp
8 SRCS+= interception/interception_linux.cpp
9 SRCS+= interception/interception_type_test.cpp
10 SRCS+= sanitizer_common/sancov_flags.cpp
21 SRCS+= sanitizer_common/sanitizer_file.cpp
53 SRCS+= ubsan/ubsan_diag.cpp
54 SRCS+= ubsan/ubsan_flags.cpp
55 SRCS+= ubsan/ubsan_handlers.cpp
56 SRCS+= ubsan/ubsan_init.cpp
57 SRCS+= ubsan/ubsan_monitor.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/stats/
H A DMakefile7 SRCS+= sanitizer_common/sanitizer_allocator.cpp
11 SRCS+= sanitizer_common/sanitizer_common.cpp
15 SRCS+= sanitizer_common/sanitizer_errno.cpp
16 SRCS+= sanitizer_common/sanitizer_file.cpp
18 SRCS+= sanitizer_common/sanitizer_flags.cpp
19 SRCS+= sanitizer_common/sanitizer_libc.cpp
21 SRCS+= sanitizer_common/sanitizer_linux.cpp
23 SRCS+= sanitizer_common/sanitizer_mutex.cpp
28 SRCS+= sanitizer_common/sanitizer_posix.cpp
30 SRCS+= sanitizer_common/sanitizer_printf.cpp
[all …]
/freebsd-13.1/sbin/ipf/libipf/
H A Dipft_tx.c197 cpp++; in parseline()
202 cpp++; in parseline()
227 cpp++; in parseline()
230 cpp++; in parseline()
252 cpp++; in parseline()
268 cpp++; in parseline()
284 if (*cpp && !strncasecmp(*cpp, "seq=", 4)) { in parseline()
312 if (*cpp && !strcasecmp(*cpp, "opt")) { in parseline()
347 cpp++; in parseipv6()
417 cpp++; in parseipv6()
[all …]
/freebsd-13.1/usr.bin/clang/lld/
H A DMakefile31 SRCS+= Common/Args.cpp
32 SRCS+= Common/DWARF.cpp
44 SRCS+= ELF/Arch/ARM.cpp
57 SRCS+= ELF/DWARF.cpp
58 SRCS+= ELF/Driver.cpp
60 SRCS+= ELF/EhFrame.cpp
61 SRCS+= ELF/ICF.cpp
64 SRCS+= ELF/LTO.cpp
75 SRCS+= ELF/Target.cpp
76 SRCS+= ELF/Thunks.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/xray/
H A DMakefile7 SRCS+= sanitizer_common/sanitizer_allocator.cpp
9 SRCS+= sanitizer_common/sanitizer_common.cpp
13 SRCS+= sanitizer_common/sanitizer_errno.cpp
14 SRCS+= sanitizer_common/sanitizer_file.cpp
36 SRCS+= xray/xray_buffer_queue.cpp
37 SRCS+= xray/xray_flags.cpp
38 SRCS+= xray/xray_init.cpp
39 SRCS+= xray/xray_interface.cpp
40 SRCS+= xray/xray_log_interface.cpp
42 SRCS+= xray/xray_utils.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/dd/
H A DMakefile7 SRCS+= interception/interception_linux.cpp
8 SRCS+= interception/interception_type_test.cpp
9 SRCS+= sanitizer_common/sanitizer_allocator.cpp
11 SRCS+= sanitizer_common/sanitizer_common.cpp
15 SRCS+= sanitizer_common/sanitizer_errno.cpp
16 SRCS+= sanitizer_common/sanitizer_file.cpp
18 SRCS+= sanitizer_common/sanitizer_flags.cpp
19 SRCS+= sanitizer_common/sanitizer_libc.cpp
21 SRCS+= sanitizer_common/sanitizer_linux.cpp
38 SRCS+= tsan/dd/dd_interceptors.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/cfi/
H A DMakefile7 SRCS+= cfi/cfi.cpp
8 SRCS+= interception/interception_linux.cpp
9 SRCS+= interception/interception_type_test.cpp
10 SRCS+= sanitizer_common/sanitizer_allocator.cpp
12 SRCS+= sanitizer_common/sanitizer_common.cpp
16 SRCS+= sanitizer_common/sanitizer_errno.cpp
17 SRCS+= sanitizer_common/sanitizer_file.cpp
19 SRCS+= sanitizer_common/sanitizer_flags.cpp
20 SRCS+= sanitizer_common/sanitizer_libc.cpp
22 SRCS+= sanitizer_common/sanitizer_linux.cpp
[all …]
/freebsd-13.1/lib/libopencsd/
H A DMakefile49 trc_print_fact.cpp
56 trc_pkt_proc_ptm.cpp
62 trc_pkt_proc_stm.cpp
67 ocsd_c_api.cpp
73 ocsd_error.cpp \
79 ocsd_version.cpp \
83 trc_gen_elem.cpp \
85 trc_ret_stack.cpp
94 trc_mem_acc_file.cpp
98 trc_i_decode.cpp \
[all …]
/freebsd-13.1/lib/libomp/
H A DMakefile14 SRCS+= kmp_alloc.cpp
15 SRCS+= kmp_atomic.cpp
16 SRCS+= kmp_barrier.cpp
17 SRCS+= kmp_cancel.cpp
19 SRCS+= kmp_debug.cpp
22 SRCS+= kmp_error.cpp
27 SRCS+= kmp_i18n.cpp
28 SRCS+= kmp_io.cpp
29 SRCS+= kmp_itt.cpp
30 SRCS+= kmp_lock.cpp
[all …]
/freebsd-13.1/usr.bin/clang/llvm-pdbutil/
H A DMakefile6 SRCS+= BytesOutputStyle.cpp
7 SRCS+= DumpOutputStyle.cpp
8 SRCS+= ExplainOutputStyle.cpp
9 SRCS+= FormatUtil.cpp
10 SRCS+= InputFile.cpp
11 SRCS+= LinePrinter.cpp
13 SRCS+= MinimalTypeDumper.cpp
14 SRCS+= PdbYaml.cpp
19 SRCS+= PrettyEnumDumper.cpp
25 SRCS+= StreamUtil.cpp
[all …]
/freebsd-13.1/usr.bin/clang/clang-tblgen/
H A DMakefile7 SRCS+= ASTTableGen.cpp
8 SRCS+= ClangASTNodesEmitter.cpp
10 SRCS+= ClangAttrEmitter.cpp
16 SRCS+= ClangOpcodesEmitter.cpp
18 SRCS+= ClangOptionDocEmitter.cpp
20 SRCS+= ClangSyntaxEmitter.cpp
22 SRCS+= MveEmitter.cpp
23 SRCS+= NeonEmitter.cpp
24 SRCS+= RISCVVEmitter.cpp
25 SRCS+= SveEmitter.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/fuzzer/
H A DMakefile7 SRCS+= fuzzer/FuzzerCrossOver.cpp
9 SRCS+= fuzzer/FuzzerDriver.cpp
13 SRCS+= fuzzer/FuzzerFork.cpp
14 SRCS+= fuzzer/FuzzerIO.cpp
15 SRCS+= fuzzer/FuzzerIOPosix.cpp
16 SRCS+= fuzzer/FuzzerLoop.cpp
17 SRCS+= fuzzer/FuzzerMain.cpp
18 SRCS+= fuzzer/FuzzerMerge.cpp
19 SRCS+= fuzzer/FuzzerMutate.cpp
20 SRCS+= fuzzer/FuzzerSHA1.cpp
[all …]
/freebsd-13.1/lib/libclang_rt/fuzzer_no_main/
H A DMakefile7 SRCS+= fuzzer/FuzzerCrossOver.cpp
9 SRCS+= fuzzer/FuzzerDriver.cpp
13 SRCS+= fuzzer/FuzzerFork.cpp
14 SRCS+= fuzzer/FuzzerIO.cpp
15 SRCS+= fuzzer/FuzzerIOPosix.cpp
16 SRCS+= fuzzer/FuzzerLoop.cpp
17 SRCS+= fuzzer/FuzzerMerge.cpp
18 SRCS+= fuzzer/FuzzerMutate.cpp
19 SRCS+= fuzzer/FuzzerSHA1.cpp
20 SRCS+= fuzzer/FuzzerTracePC.cpp
[all …]
/freebsd-13.1/usr.bin/clang/llvm-mca/
H A DMakefile6 SRCS+= CodeRegion.cpp
7 SRCS+= CodeRegionGenerator.cpp
8 SRCS+= PipelinePrinter.cpp
9 SRCS+= Views/BottleneckAnalysis.cpp
10 SRCS+= Views/DispatchStatistics.cpp
11 SRCS+= Views/InstructionInfoView.cpp
12 SRCS+= Views/InstructionView.cpp
17 SRCS+= Views/SummaryView.cpp
18 SRCS+= Views/TimelineView.cpp
19 SRCS+= Views/View.cpp
[all …]
/freebsd-13.1/usr.bin/clang/llvm-objcopy/
H A DMakefile8 SRCS+= COFF/COFFObjcopy.cpp
9 SRCS+= COFF/Object.cpp
10 SRCS+= COFF/Reader.cpp
11 SRCS+= COFF/Writer.cpp
12 SRCS+= ConfigManager.cpp
14 SRCS+= ELF/Object.cpp
19 SRCS+= MachO/Object.cpp
20 SRCS+= llvm-objcopy.cpp
21 SRCS+= wasm/Object.cpp
22 SRCS+= wasm/Reader.cpp
[all …]

12345678910>>...17