Home
last modified time | relevance | path

Searched defs:List (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm43 sub List::Util::_Pair::key { shift->[0] } subroutine
44 sub List::Util::_Pair::value { shift->[1] } subroutine
45 sub List::Util::_Pair::TO_JSON { [ @{+shift} ] } subroutine
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h253 void printList(StringRef Label, const ArrayRef<T> List) { in printList()
260 virtual void printList(StringRef Label, const ArrayRef<bool> List) { in printList()
264 virtual void printList(StringRef Label, const ArrayRef<std::string> List) { in printList()
268 virtual void printList(StringRef Label, const ArrayRef<uint64_t> List) { in printList()
272 virtual void printList(StringRef Label, const ArrayRef<uint32_t> List) { in printList()
276 virtual void printList(StringRef Label, const ArrayRef<uint16_t> List) { in printList()
280 virtual void printList(StringRef Label, const ArrayRef<uint8_t> List) { in printList()
287 virtual void printList(StringRef Label, const ArrayRef<int64_t> List) { in printList()
291 virtual void printList(StringRef Label, const ArrayRef<int32_t> List) { in printList()
295 virtual void printList(StringRef Label, const ArrayRef<int16_t> List) { in printList()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash6.C3 template <class T> class List; variable
13 struct List struct
20 void test(List<int>& vals) in test() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h33 struct List { struct
37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() argument
187 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()
H A DDwarfDebug.cpp1912 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo() local
2687 DebugLocStream::ListBuilder &List, in finalize()
2746 for (const RangeSpanList &List : Holder.getRangeLists()) in emitRnglistsTableHeader() local
2766 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader() local
2870 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList()
2891 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl() local
2915 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO() local
2970 SmallVector<SymbolCU, 8> &List = I.second; in emitDebugARanges() local
3042 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges() local
3110 const RangeSpanList &List) { in emitRangeList()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors20.C24 struct List struct
28 // List(); // uncomment this line to let compile work argument
H A Dcopy2.C24 struct List struct
28 // List(); // uncomment this line to let compile work argument
H A Dmissed-error3.C50 List() : item_count(0), cursor_position(0) { }; in List() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h266 for (const auto &List : ListMap) in dump() local
274 for (const auto &List : ListMap) in dump() local
285 DWARFListType List; in findList() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Daccess4.C2 struct List : private Container { struct
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node.h278 const auto &List = in getPrevNode() local
292 const auto &List = in getNextNode() local
H A DStringMap.h129 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap()
310 void insert(std::initializer_list<std::pair<StringRef, ValueTy>> List) { in insert()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp362 void opts::breakpoint::dumpState(const BreakpointList &List, LinePrinter &P) { in dumpState()
452 VariableList List; in getDeclContext() local
468 SymbolContextList List; in findFunctions() local
525 SymbolContextList List; in findBlocks() local
609 VariableList List; in findVariables() local
943 static void dumpSectionList(LinePrinter &Printer, const SectionList &List, bool is_subsection) { in dumpSectionList()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dtemplate3.C15 List() {} in List() function
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DJob.h200 void setInputFileList(llvm::opt::ArgStringList List) { in setInputFileList()
213 void replaceArguments(llvm::opt::ArgStringList List) { in replaceArguments()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h47 Decls List = Data.getPointer(); in erase_if() local
101 Decls List = Data.getPointer(); in MaybeDeallocList() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp37 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DUse.h98 void addToList(Use **List) { in addToList()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPluginLoader.cpp25 std::vector<std::string> List; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C12 List() : len( 0 ), array( 0 ) {} in List() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp106 std::string WebAssembly::typeListToString(ArrayRef<wasm::ValType> List) { in typeListToString()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp604 const TemplateArgumentListInfo &List) { in Create()
612 const ASTTemplateArgumentListInfo *List) { in Create()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cpp21 typedef IntrusiveList<ListItem> List; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h139 const auto List = {First, Others...}; in formatAttributes() local
154 ListType *List = nullptr; in addItem() local

12345