| /freebsd-14.2/contrib/llvm-project/clang/include/ |
| H A D | module.modulemap | 37 umbrella "clang/Basic" 44 textual header "clang/Basic/BuiltinsARM.def" 45 textual header "clang/Basic/BuiltinsBPF.def" 46 textual header "clang/Basic/Builtins.def" 58 textual header "clang/Basic/BuiltinsPPC.def" 64 textual header "clang/Basic/BuiltinsVE.def" 73 textual header "clang/Basic/Features.def" 74 textual header "clang/Basic/FPOptions.def" 82 textual header "clang/Basic/PPCTypes.def" 84 textual header "clang/Basic/Sanitizers.def" [all …]
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 9 CFLAGS+= -I${CLANG_SRCS}/lib/Basic 192 SRCS_MIN+= Basic/Cuda.cpp 205 SRCS_MIN+= Basic/Module.cpp 215 SRCS_MIN+= Basic/Sarif.cpp 219 SRCS_MIN+= Basic/Stack.cpp 958 clang/Basic/AttrList.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td 1021 clang/Basic/arm_cde_builtins.inc: ${CLANG_SRCS}/include/clang/Basic/arm_cde.td 1027 clang/Basic/arm_fp16.inc: ${CLANG_SRCS}/include/clang/Basic/arm_fp16.td 1053 clang/Basic/arm_mve_builtins.inc: ${CLANG_SRCS}/include/clang/Basic/arm_mve.td 1059 clang/Basic/arm_neon.inc: ${CLANG_SRCS}/include/clang/Basic/arm_neon.td [all …]
|
| /freebsd-14.2/lib/clang/headers/ |
| H A D | Makefile | 251 arm_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td 253 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \ 254 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_${hdr:H}.td 260 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \ 261 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_sme.td 264 arm_vector_types.h: ${CLANG_SRCS}/include/clang/Basic/arm_sme.td 266 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \ 267 -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/arm_neon.td 271 riscv_${hdr:H}.h: ${CLANG_SRCS}/include/clang/Basic/riscv_${hdr:H}.td 273 -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/$/.d/} \ [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsNEON.def | 14 // The format of this database matches clang/Basic/Builtins.def. 17 #include "clang/Basic/arm_neon.inc" 18 #include "clang/Basic/arm_fp16.inc"
|
| H A D | BuiltinsSVE.def | 14 // The format of this database matches clang/Basic/Builtins.def. 17 #include "clang/Basic/arm_sve_builtins.inc" 18 #include "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
|
| H A D | BuiltinsLoongArch.def | 19 #include "clang/Basic/BuiltinsLoongArchBase.def" 22 #include "clang/Basic/BuiltinsLoongArchLSX.def" 25 #include "clang/Basic/BuiltinsLoongArchLASX.def"
|
| H A D | BuiltinsSME.def | 14 // The format of this database matches clang/Basic/Builtins.def. 17 #include "clang/Basic/arm_sme_builtins.inc"
|
| H A D | BuiltinsRISCVVector.def | 18 #include "clang/Basic/riscv_vector_builtins.inc" 19 #include "clang/Basic/riscv_sifive_vector_builtins.inc"
|
| H A D | BuiltinsVE.def | 18 // The format of this database is described in clang/Basic/Builtins.def. 29 #include "clang/Basic/BuiltinsVEVL.gen.def"
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am6528-iot2050-basic.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1 23 model = "SIMATIC IOT2050 Basic";
|
| H A D | k3-am6528-iot2050-basic-pg2.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2 23 model = "SIMATIC IOT2050 Basic PG2";
|
| H A D | k3-am6528-iot2050-basic-common.dtsi | 9 * Common bits of the IOT2050 Basic variant, PG1 and PG2 59 /* lock-step mode not supported on Basic boards */
|
| H A D | k3-am65-iot2050-common-pg1.dtsi | 8 * Common bits of the IOT2050 Basic and Advanced variants, PG1
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | amigaos | 201 # AMOS Basic file formats 203 0 string AMOS\040Basic\040 AMOS Basic source code 206 0 string AMOS\040Pro AMOS Basic source code 209 0 string AmSp AMOS Basic sprite bank 211 0 string AmIc AMOS Basic icon bank 213 0 string AmBk AMOS Basic memory bank 217 0 string AmBs AMOS Basic memory banks
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_basic_flags.inc | 17 "Basic logging will try to skip functions that execute for fewer " 20 "Basic logging will keep track of at most this deep a call stack, "
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 19 "LA64 Basic Integer and Privilege Instruction Set">; 22 "LA32 Basic Integer and Privilege Instruction Set">; 26 "LA64 Basic Integer and Privilege Instruction Set">; 30 "LA32 Basic Integer and Privilege Instruction Set">;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 31 …uch as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Belo… 33 **Basic Super Block Reduction** 35 …e of blocks that always occur in the same order. (The concept is akin to “Basic Block'' in compile…
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | user-libblkid.m4 | 2 dnl # Check for libblkid. Basic support for detecting ZFS pools
|
| /freebsd-14.2/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | ssh_config.in | 3 # Basic settings.
|
| /freebsd-14.2/contrib/netbsd-tests/fs/psshfs/ |
| H A D | ssh_config.in | 3 # Basic settings.
|
| /freebsd-14.2/share/i18n/csmapper/KOI/ |
| H A D | ISO-5427%UCS.src | 12 # - Basic Cyrillic Graphic Character Set
|
| H A D | UCS%ISO-5427.src | 12 # - Basic Cyrillic Graphic Character Set
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | imx6sx-udoo-neo-basic.dts | 11 model = "UDOO Neo Basic";
|
| H A D | imx6dl-rex-basic.dts | 12 model = "Rex Basic i.MX6 Dual Lite Board";
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | cd5.0 | 12 # Basic test.
|