/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/ |
H A D | Util.pm | 43 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 D | ScopedPrinter.h | 253 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 D | crash6.C | 3 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 D | DebugLocStream.h | 33 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 D | DwarfDebug.cpp | 1912 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 D | ctors20.C | 24 struct List struct 28 // List(); // uncomment this line to let compile work argument
|
H A D | copy2.C | 24 struct List struct 28 // List(); // uncomment this line to let compile work argument
|
H A D | missed-error3.C | 50 List() : item_count(0), cursor_position(0) { }; in List() function
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 266 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 D | access4.C | 2 struct List : private Container { struct
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 278 const auto &List = in getPrevNode() local 292 const auto &List = in getNextNode() local
|
H A D | StringMap.h | 129 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 D | lldb-test.cpp | 362 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 D | template3.C | 15 List() {} in List() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Job.h | 200 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 D | DeclContextInternals.h | 47 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 D | MachineModuleInfoImpls.cpp | 37 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Use.h | 98 void addToList(Use **List) { in addToList()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | PluginLoader.cpp | 25 std::vector<std::string> List; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | template44.C | 12 List() : len( 0 ), array( 0 ) {} in List() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 106 std::string WebAssembly::typeListToString(ArrayRef<wasm::ValType> List) { in typeListToString()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | TemplateBase.cpp | 604 const TemplateArgumentListInfo &List) { in Create() 612 const ASTTemplateArgumentListInfo *List) { in Create()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_list_test.cpp | 21 typedef IntrusiveList<ListItem> List; typedef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 139 const auto List = {First, Others...}; in formatAttributes() local 154 ListType *List = nullptr; in addItem() local
|