| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | Symtab.cpp | 160 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump() argument 168 (uint64_t)indexes.size(), (uint64_t)m_symbols.size()); in Dump() 171 if (!indexes.empty()) { in Dump() 173 std::vector<uint32_t>::const_iterator end = indexes.end(); in Dump() 175 for (pos = indexes.begin(); pos != end; ++pos) { in Dump() 459 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap() argument 467 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap() 469 uint32_t value = indexes[i]; in AppendSymbolNamesToMap() 488 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType() argument 493 uint32_t prev_size = indexes.size(); in AppendSymbolIndexesWithType() [all …]
|
| /openbsd/src/lib/libcrypto/ |
| D | crypto_ex_data.c | 39 struct crypto_ex_data_index **indexes; member 106 if ((new_class->indexes = calloc(CRYPTO_EX_DATA_MAX_INDEX, in CRYPTO_get_ex_new_index() 135 class->indexes[idx] = index; in CRYPTO_get_ex_new_index() 143 free(new_class->indexes); in CRYPTO_get_ex_new_index() 165 if (class->indexes != NULL) { in CRYPTO_cleanup_all_ex_data() 167 free(class->indexes[j]); in CRYPTO_cleanup_all_ex_data() 168 free(class->indexes); in CRYPTO_cleanup_all_ex_data() 252 if ((index = class->indexes[i]) == NULL) in CRYPTO_new_ex_data() 314 if ((index = class->indexes[i]) == NULL) in CRYPTO_dup_ex_data() 367 if ((index = class->indexes[i]) == NULL) in CRYPTO_free_ex_data()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | Symtab.h | 47 void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, 65 std::vector<uint32_t> &indexes, 70 std::vector<uint32_t> &indexes, uint32_t start_idx = 0, 94 std::vector<uint32_t> &indexes, 99 std::vector<uint32_t> &indexes, 126 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, 133 void AppendSymbolNamesToMap(const IndexCollection &indexes, 340 std::vector<uint32_t> &indexes);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARFProperties.td | 4 def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">, 7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
|
| D | SymbolFileDWARFDebugMap.cpp | 885 &indexes, // Indexes into the symbol table that match "name" in PrivateFindGlobalVariables() 887 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables() 891 GetCompileUnitInfoForSymbolWithIndex(indexes[i], &oso_idx); in PrivateFindGlobalVariables()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | InterferenceCache.h | 103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument 107 Indexes = indexes; in clear() 168 SlotIndexes *indexes, LiveIntervals *lis,
|
| D | InterferenceCache.cpp | 52 SlotIndexes *indexes, in init() argument 60 E.clear(mf, indexes, lis); in init()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 553 uint32_t FindEntryIndexesThatContain(B addr, std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument 558 FindEntryIndexesThatContain(addr, 0, m_entries.size(), indexes); in FindEntryIndexesThatContain() 560 return indexes.size(); in FindEntryIndexesThatContain() 682 std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument 693 FindEntryIndexesThatContain(addr, lo, mid, indexes); in FindEntryIndexesThatContain() 701 indexes.push_back(entry.data); in FindEntryIndexesThatContain() 705 FindEntryIndexesThatContain(addr, mid + 1, hi, indexes); in FindEntryIndexesThatContain()
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/user-docs/ |
| D | TaintAnalysisConfiguration.rst | 112 …arguments are tainted (specified by indexes in `SrcArgs`) then all of the destination arguments (s… 125 It indicates the indexes of arguments in the function call. 144 …- `SrcArgs` is a list of numbers in the range of ``[0..int_max]`` that indicates the indexes of ar… 147 …- `DstArgs` is a list of numbers in the range of ``[-1..int_max]`` that indicates the indexes of a… 166 …- `Args` is a list of numbers in the range of ``[0..int_max]`` that indicates the indexes of argum…
|
| /openbsd/src/gnu/llvm/llvm/utils/Misc/ |
| D | zkill | 87 indexes = [] 90 indexes.append(header.index(field[0])) 107 for field,idx in zip(kExpectedPSFields, indexes):
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| D | ReduceAttributes.cpp | 92 for (unsigned SetIdx : AL.indexes()) { in visitAttributeList()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBData.i | 162 …ey = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based inde…
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | maple | 14 # they are compiled indexes for maple files
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | PROJECTS | 46 (and modify) indexes. This becomes very apparent with files
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptx86ABIFixups.cpp | 233 for (unsigned I : call_attribs.indexes()) { in fixupRSAllocationStructByValCalls()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | LinkerScript.cpp | 493 SmallVector<size_t, 0> indexes; in computeInputSections() local 496 llvm::sort(MutableArrayRef<size_t>(indexes).slice(begin, end - begin)); in computeInputSections() 498 ret[i] = sections[indexes[i]]; in computeInputSections() 535 indexes.push_back(i); in computeInputSections()
|
| /openbsd/src/gnu/llvm/llvm/docs/_ocamldoc/ |
| D | style.css | 64 td .info { margin:0; padding:0; margin-left: 2em;} /* Description in indexes */
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVRegisterInfo.td | 364 // Collect the valid indexes into 'R' under NF and LMUL values from TUPLE_INDEX. 366 // For example, when LMUL = 4, the potential valid indexes is 367 // [8, 12, 16, 20, 24, 28, 4]. However, not all these indexes are valid under
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ExternalClangExamples.rst | 32 "RTags is a client/server application that indexes c/c++ code and keeps
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | GetElementPtr.rst | 46 provide the GEP instruction with two index operands. The first operand indexes 47 through the pointer; the second operand indexes the field ``F`` of the 84 instructions. The third operand indexes through that pointer. The fourth 227 ``MyVar+40``, because it indexes past the ten 4-byte integers in ``MyVar``.
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachinePassRegistry.def | 79 // MACHINE_FUNCTION_ANALYSIS("slot-indexes", SlotIndexesAnalysis())
|
| /openbsd/src/share/snmp/ |
| D | SNMP-USER-BASED-SM-MIB.txt | 648 indexes the row which is targeted by this 660 indexes the row which is targeted by this operation, 754 requester must match the usmUserName that indexes 767 indexes the row which is targeted by this operation,
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | gccint.texi | 17 @c Merge the standard indexes into a single one.
|
| D | gcc.texi | 31 @c Merge the standard indexes into a single one.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | gcc.texi | 31 @c Merge the standard indexes into a single one.
|