/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 26 std::vector<Desc> Descriptions; in getOpDescriptions() local 27 Descriptions.resize(0xff); in getOpDescriptions() 28 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getOpDescriptions() 29 Descriptions[DW_OP_deref] = Desc(Op::Dwarf2); in getOpDescriptions() 30 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 31 Descriptions[DW_OP_const1s] = Desc(Op::Dwarf2, Op::SignedSize1); in getOpDescriptions() 32 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getOpDescriptions() 33 Descriptions[DW_OP_const2s] = Desc(Op::Dwarf2, Op::SignedSize2); in getOpDescriptions() 34 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getOpDescriptions() 35 Descriptions[DW_OP_const4s] = Desc(Op::Dwarf2, Op::SignedSize4); in getOpDescriptions() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 85 /// Adds all collected completion descriptions to the given list. 88 void GetDescriptions(StringList &descriptions) const; 201 /// Adds multiple possible completion strings alongside their descriptions. 203 /// The number of completions and descriptions must be identical. 206 /// \param descriptions The list of descriptions. 210 const StringList &descriptions) { in AddCompletions() argument 211 lldbassert(completions.GetSize() == descriptions.GetSize()); in AddCompletions() 214 descriptions.GetStringAtIndex(i)); in AddCompletions()
|
/freebsd/contrib/ncurses/man/ |
H A D | infocmp.1m | 55 compare or print out \fIterminfo\fP descriptions 105 \fIterminal-type\fP with each of the descriptions given by the entries 118 or more terminal descriptions: 237 descriptions given by the entries for the other \fIterminal-types\fP. 283 \fB@INFOCMP@\fP looks for the terminal descriptions in several places. 287 the \fIFetching Compiled Descriptions\fP section in \fBterminfo\fR(5). 291 when comparing terminal descriptions: 299 compare descriptions for a terminal with the same name located in two different 302 you can use this feature for comparing descriptions for the same terminal 385 translated into {}-bracketed descriptions. [all …]
|
H A D | tic.1m | 51 compile terminal descriptions for \fIterminfo\fR or \fItermcap\fR 140 The \fIFetching Compiled Descriptions\fP section in the \fBterminfo\fR(5) 212 terminal descriptions. 321 descriptions are limited (e.g., 1023 for termcap, 4096 for terminfo). 408 contains one or more \fBterminfo\fP terminal descriptions in source 539 read terminal descriptions from the standard input if the \fIfile\fP
|
H A D | toe.1m | 72 and descriptions of the terminal types available to the \fIterminfo\fP 79 looking for terminal descriptions. 81 descriptions.
|
/freebsd/lib/libsys/ |
H A D | kcmp.2 | 68 Compare two file descriptions referred to by file descriptors 79 of the file descriptions referred to by file descriptors 83 This tests whether the underlying object referred to by the file descriptions 86 two separate file descriptions to back the two file descriptors, but they will
|
/freebsd/contrib/openbsm/bin/praudit/ |
H A D | praudit.1 | 87 Events are displayed as per their descriptions given in 96 Descriptions of audit event classes. 98 Descriptions of audit events.
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | CompletionRequest.cpp | 77 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions() 78 descriptions.Clear(); in GetDescriptions() 80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCTargetDesc.cpp | 1 //===-- R600MCTargetDesc.cpp - R600 Target Descriptions -------------------===// 10 /// \brief This file provides R600 specific target descriptions.
|
H A D | R600MCTargetDesc.h | 1 //===-- R600MCTargetDesc.h - R600 Target Descriptions -----*- C++ -*-===// 10 /// Provides R600 specific target descriptions.
|
H A D | AMDGPUMCTargetDesc.h | 1 //===-- AMDGPUMCTargetDesc.h - AMDGPU Target Descriptions -----*- C++ -*-===// 10 /// Provides AMDGPU specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
H A D | XCoreMCTargetDesc.h | 1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===// 9 // This file provides XCore specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCTargetDesc.h | 1 //===-- NVPTXMCTargetDesc.h - NVPTX Target Descriptions ---------*- C++ -*-===// 9 // This file provides NVPTX specific target descriptions.
|
/freebsd/contrib/com_err/ |
H A D | com_err.3 | 87 accessing error codes and descriptions for application software 88 packages. Error descriptions are defined in a table and error codes 89 are used to index the table. The error table, the descriptions and
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCMCTargetDesc.h | 1 //===- ARCMCTargetDesc.h - ARC Target Descriptions --------------*- C++ -*-===// 9 // This file provides ARC specific target descriptions.
|
/freebsd/contrib/mandoc/ |
H A D | apropos.1 | 55 over manual names and descriptions 119 instead of the manual descriptions. 390 as a substring of manual names and descriptions: 402 Search in names and descriptions using a case-sensitive regular expression:
|
/freebsd/sys/contrib/device-tree/Bindings/soc/dove/ |
H A D | pmu.txt | 13 - domains: sub-node containing domain descriptions 20 Power domain descriptions are listed as child nodes of the "domains"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.h | 1 //===- LoongArchMCTargetDesc.h - LoongArch Target Descriptions --*- C++ -*-===// 9 // This file provides LoongArch specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCTargetDesc.h | 1 //===-- CSKYMCTargetDesc.h - CSKY Target Descriptions -----------*- C++ -*-===// 9 // This file provides CSKY specific target descriptions.
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | libarchive.3 | 73 mtree file tree descriptions, 126 mtree file tree descriptions, 198 Detailed descriptions of each function are provided by the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaMCTargetDesc.h | 1 //===-- XtensaMCTargetDesc.h - Xtensa Target Descriptions -------*- C++ -*-===// 11 // This file provides Xtensa specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCTargetDesc.h | 1 //===-- VEMCTargetDesc.h - VE Target Descriptions ---------------*- C++ -*-===// 9 // This file provides VE specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCTargetDesc.h | 1 //===-- LanaiMCTargetDesc.h - Lanai Target Descriptions ---------*- C++ -*-===// 9 // This file provides Lanai specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCTargetDesc.h | 1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===// 9 // This file provides MSP430 specific target descriptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCTargetDesc.h | 1 //===-- SPIRVMCTargetDesc.h - SPIR-V Target Descriptions --------*- C++ -*-===// 9 // This file provides SPIR-V specific target descriptions.
|