Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h107 inline iterator begin() { return FunctionMap.begin(); } in begin() function
109 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function
200 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
202 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
357 inline iterator begin() { return G->begin(); } in begin() function
359 inline const_iterator begin() const { return G->begin(); } in begin() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
52 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
59 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
59 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
52 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
62 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
62 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp55 begin() in begin() function in PB_DS_CLASS_C_DEC
72 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp55 begin() in begin() function in PB_DS_CLASS_C_DEC
72 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp55 begin() in begin() function in PB_DS_CLASS_C_DEC
72 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp55 begin() in begin() function in PB_DS_CLASS_C_DEC
72 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h86 iterator begin() { return FunctionMap.begin(); } in begin() function
88 const_iterator begin() const { return FunctionMap.begin(); } in begin() function
177 iterator begin() { return CalledFunctions.begin(); } in begin() function
179 const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
54 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
52 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
54 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp46 begin() in begin() function in PB_DS_CLASS_C_DEC
52 begin() const in begin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h42 const_iterator begin() const { in begin() function
72 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { in begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DGraph.h212 iterator begin() { in begin() function
226 const_iterator begin() const { return cbegin(); } in begin() function
284 iterator begin() { return G.Vertices.begin(); } in begin() function
288 const_iterator begin() const { return G.Vertices.begin(); } in begin() function
321 iterator begin() { return G.Edges.begin(); } in begin() function
325 const_iterator begin() const { return G.Edges.begin(); } in begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DUniqueVector.h75 iterator begin() { return Vector.begin(); } in begin() function
78 const_iterator begin() const { return Vector.begin(); } in begin() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp73 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
81 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
90 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
108 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h100 iterator begin() { return Operands.begin(); } in begin() function
101 const_iterator begin() const { return Operands.begin(); } in begin() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h182 paths_iterator begin() { return Paths.begin(); } in begin() function
184 const_paths_iterator begin() const { return Paths.begin(); } in begin() function
280 iterator begin() { return Overrides.begin(); } in begin() function
281 const_iterator begin() const { return Overrides.begin(); } in begin() function
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c111 check_pprime (unsigned long begin, unsigned long end, int composites) in check_pprime()
232 check_nprime (unsigned long begin, unsigned long end) in check_nprime()
302 unsigned long begin = 0, end = 0; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DTypeFinder.h49 iterator begin() { return StructTypes.begin(); } in begin() function
52 const_iterator begin() const { return StructTypes.begin(); } in begin() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp63 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData()
118 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData()
122 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData()
206 void SwiftAggLowering::addTypedData(llvm::Type *type, CharUnits begin) { in addTypedData()
212 CharUnits begin, CharUnits end) { in addTypedData()
245 CharUnits begin, CharUnits end) { in addLegalTypedData()
272 CharUnits begin, CharUnits end) { in addEntry()
408 CharUnits begin = Entries[index].Begin; in splitVectorEntry() local
514 auto begin = orig[i].Begin; in finish() local

12345678910>>...23