Home
last modified time | relevance | path

Searched refs:specs (Results 26 – 50 of 81) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h44 ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h48 ModuleSpecList &specs);
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dadi,adau1701.txt14 - adi,pll-mode-gpios: An array of two GPIO specs to describe the GPIOs
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h56 lldb_private::ModuleSpecList &specs);
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dqemu,fw-cfg-mmio.yaml24 device can be found in "docs/specs/fw_cfg.txt" in the QEMU source tree.
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h65 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h48 ModuleSpecList &specs);
H A DObjectFileWasm.cpp221 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications() argument
227 specs.Append(spec); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp328 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in CreateDeclInfoForUndecoratedName() local
332 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
333 specs = specs.drop_back(); in CreateDeclInfoForUndecoratedName()
334 if (specs.empty()) in CreateDeclInfoForUndecoratedName()
337 llvm::StringRef scope_name = specs.back().GetFullName(); in CreateDeclInfoForUndecoratedName()
352 for (const MSVCUndecoratedNameSpecifier &spec : specs) { in CreateDeclInfoForUndecoratedName()
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics86 # used by SAMtools (https://samtools.github.io/hts-specs/BCFv2_qref.pdf)
99 # used by SAMtools (https://samtools.github.io/hts-specs/BCFv2_qref.pdf)
H A Dcafebabe30 # https://docs.oracle.com/javase/specs/jvms/se6/html/ClassFile.doc.html
H A Dbiosig53 ### Specification: https://www.edfplus.info/specs/index.html
/freebsd/contrib/ncurses/misc/
H A Dgen-pkgconfig.in92 -specs*) # ignore linker specs-files which were used to build library
H A Dncurses-config.in107 -specs*) # ignore linker specs-files which were used to build library
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h44 ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h60 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1045 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); in GetDeclContextContainingSymbol() local
1046 if (specs.empty()) in GetDeclContextContainingSymbol()
1060 for (std::size_t i = 0; i < specs.size() - 1; i++) { in GetDeclContextContainingSymbol()
1063 PDB_SymType::None, specs[i].GetFullName(), NS_CaseSensitive)) { in GetDeclContextContainingSymbol()
1083 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp66 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications() argument
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2837.dtsi47 * https://magpi.raspberrypi.com/articles/raspberry-pi-3-specs-benchmarks
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-st.txt49 supply in eMMC/SD specs.
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y210 extern Type * type_combine(Type *specs, Type *spec);
/freebsd/contrib/diff/
H A DNEWS84 * Diff printf specs can now use the "0" and "'" flags.
161 is incompatible with printf specs like %02d. To represent a null char,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h85 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md112 spec](https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf),
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md15 (`*`specs...`*`));`
21 fourth parameter *`specs...`* is a comma-separated list of qualifiers. The

1234