Home
last modified time | relevance | path

Searched refs:textual (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap10 textual header "clang/Analysis/Analyses/ThreadSafetyOps.def"
25 textual header "clang/AST/BuiltinTypes.def"
26 textual header "clang/AST/CXXRecordDeclDefinitionBits.def"
27 textual header "clang/AST/OperationKinds.def"
28 textual header "clang/AST/TypeLocNodes.def"
39 textual header "clang/Basic/AArch64ACLETypes.def"
40 textual header "clang/Basic/AMDGPUTypes.def"
41 textual header "clang/Basic/BuiltinHeaders.def"
42 textual header "clang/Basic/BuiltinsAArch64.def"
43 textual header "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
[all …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap11 // This is intended for (repeated) textual inclusion.
12 textual header "llvm/Analysis/ScalarFuncs.def"
13 textual header "llvm/Analysis/TargetLibraryInfo.def"
14 textual header "llvm/Analysis/VecFuncs.def"
49 // These are intended for (repeated) textual inclusion.
50 textual header "llvm/CodeGen/DIEValue.def"
76 textual header "llvm/BinaryFormat/Dwarf.def"
77 textual header "llvm/BinaryFormat/DXContainerConstants.def"
78 textual header "llvm/BinaryFormat/DynamicTags.def"
79 textual header "llvm/BinaryFormat/MachO.def"
[all …]
H A Dmodule.install.modulemap3 textual header "llvm/CodeGen/GenVT.inc"
7 textual header "llvm/Config/AsmParsers.def"
8 textual header "llvm/Config/AsmPrinters.def"
9 textual header "llvm/Config/Disassemblers.def"
10 textual header "llvm/Config/Targets.def"
15 textual header "llvm/IR/Attributes.gen"
16 textual header "llvm/IR/Attributes.inc"
20 textual header "llvm/IR/Intrinsics.gen"
21 textual header "llvm/IR/Intrinsics.inc"
25 textual header "llvm/IR/IntrinsicEnums.inc"
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap51 textual header "f16cintrin.h"
52 textual header "avxintrin.h"
53 textual header "avx2intrin.h"
54 textual header "avx512fintrin.h"
55 textual header "fmaintrin.h"
58 textual header "bmiintrin.h"
59 textual header "bmi2intrin.h"
60 textual header "lzcntintrin.h"
61 textual header "xopintrin.h"
62 textual header "fma4intrin.h"
[all …]
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.modulemap9 private textual header "unwind_arm_ehabi.h"
10 private textual header "unwind_itanium.h"
/freebsd/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt26 amounts of textual characters are misidentified as plain text.
41 - The allow list of textual bytecodes:
45 - The block list of undesired, non-textual bytecodes:
74 labeled as textual, because the files that are genuinely binary tend to
76 other hand, the upper range needs to be labeled as textual, because it
92 large chunks of textual data. Furthermore, "polluted" plain text should
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt22 The textual representation of VID and PID shall be in lower case hexadecimal
38 number. The textual representation of VID, PID, CN and IN shall be in lower
45 The configuration component is not included in the textual representation of
51 The textual representation of VID and PID shall be in lower case hexadecimal
/freebsd/lib/libc++/
H A Dmodule.modulemap5 textual header "__config"
6 textual header "__configuration/abi.h"
7 textual header "__configuration/availability.h"
8 textual header "__configuration/compiler.h"
9 textual header "__configuration/language.h"
10 textual header "__configuration/platform.h"
11 textual header "version"
896 textual header "__atomic/support/c11.h"
897 textual header "__atomic/support/gcc.h"
1102 textual header "cassert" // NDEBUG requires textual inclusion
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in5 textual header "__config"
6 textual header "__configuration/abi.h"
7 textual header "__configuration/availability.h"
8 textual header "__configuration/compiler.h"
9 textual header "__configuration/language.h"
10 textual header "__configuration/platform.h"
11 textual header "version"
896 textual header "__atomic/support/c11.h"
897 textual header "__atomic/support/gcc.h"
1102 textual header "cassert" // NDEBUG requires textual inclusion
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap327 // <cassert>'s use of NDEBUG requires textual inclusion.
328 textual header "cassert"
472 // <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.
473 textual header "stdbool.h"
477 // <stddef.h>'s __need_* macros require textual inclusion.
478 textual header "stddef.h"
486 // <stdio.h>'s __need_* macros require textual inclusion.
487 textual header "stdio.h"
491 // <stdlib.h>'s __need_* macros require textual inclusion.
492 textual header "stdlib.h"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h33 static std::unique_ptr<Logger> textual(llvm::raw_ostream &);
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap5 textual header "lldb/Utility/Instrumentation.h"
119 textual header "lldb/Target/AppleArm64ExceptionClass.def"
/freebsd/crypto/openssl/demos/http3/
H A DREADME.md33 The demo produces the HTTP response headers in textual form as output followed
/freebsd/contrib/smart/
H A DChangelog35 - Add textual descriptions of attribute IDs for ATA, NVMe, and SCSI
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp107 std::unique_ptr<Logger> Logger::textual(llvm::raw_ostream &OS) { in textual() function in clang::dataflow::Logger
/freebsd/packages/efi-tools/
H A Defi-tools.ucl34 * efidp(8) converts UEFI Device Paths between textual and binary formats.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_rstate_string.pod5 SSL_rstate_string, SSL_rstate_string_long - get textual description of state of an SSL object durin…
H A DSSL_state_string.pod5 SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object
/freebsd/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID,
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A DTHIRDPARTYLICENSE.openssl89 * This can be in the form of a textual message at program startup or
90 * in documentation (online or textual) provided with the package.
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A DTHIRDPARTYLICENSE.openssl89 * This can be in the form of a textual message at program startup or
90 * in documentation (online or textual) provided with the package.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd9335.txt15 textual representation of Manufacturer ID, Product Code,
/freebsd/contrib/bsnmp/snmp_ntp/
H A DNTP-PROXY-MIB.txt62 "The NTPRowStatus textual convention is modeled after the
63 RowStatus textual convention of RFC 1903, but is simpler
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.ipp57 /// \param arg_list_ A textual description of the arguments received by the
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def86 ///< Whether to emit template parameters in the textual names of

123