Home
last modified time | relevance | path

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

12345678910>>...20

/openbsd/gnu/llvm/llvm/utils/textmate/
H A Dtablegen.json43 "begin": "/\\*", string
106 "begin": "\"", string
127 "begin": "\\[{", string
244 "begin": "\\:", string
251 "begin": "\\<", string
263 "begin": "\\{", string
302 "begin": "\\<", string
319 "begin": "=", string
385 "begin": "\\{", string
394 "begin": "\\[", string
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h18 It EncodeSLEB128(T value, It begin, It end) { in EncodeSLEB128()
36 It DecodeSLEB128(It begin, It end, T* v) { in DecodeSLEB128()
55 It EncodeULEB128(T value, It begin, It end) { in EncodeULEB128()
69 It DecodeULEB128(It begin, It end, T* v) { in DecodeULEB128()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h106 inline iterator begin() { return FunctionMap.begin(); } in begin() function
108 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function
199 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
201 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
365 inline iterator begin() { return G->begin(); } in begin() function
367 inline const_iterator begin() const { return G->begin(); } in begin() function
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Daccess.h25 begin(_Tp (&__array)[_Np]) in begin() function
96 begin(_Cp& __c) in begin() function
104 begin(const _Cp& __c) in begin() function
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Dreverse_view.h64 constexpr reverse_iterator<iterator_t<_View>> begin() { in begin() function
76 constexpr reverse_iterator<iterator_t<_View>> begin() requires common_range<_View> { in begin() function
81 constexpr auto begin() const requires common_range<const _View> { in begin() function
H A Das_rvalue_view.h56 _LIBCPP_HIDE_FROM_ABI constexpr auto begin() in begin() function
62 _LIBCPP_HIDE_FROM_ABI constexpr auto begin() const in begin() function
H A Dcommon_view.h58 constexpr auto begin() { in begin() function
66 constexpr auto begin() const requires range<const _View> { in begin() function
/openbsd/gnu/llvm/lld/COFF/
H A DICF.cpp104 void ICF::segregate(size_t begin, size_t end, bool constant) { in segregate()
199 size_t ICF::findBoundary(size_t begin, size_t end) { in findBoundary()
206 void ICF::forEachClassRange(size_t begin, size_t end, in forEachClassRange()
294 forEachClass([&](size_t begin, size_t end) { segregate(begin, end, true); }); in run()
300 [&](size_t begin, size_t end) { segregate(begin, end, false); }); in run()
306 forEachClass([&](size_t begin, size_t end) { in run()
/openbsd/gnu/llvm/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
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp50 begin() in begin() function in PB_DS_CLASS_C_DEC
58 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp50 begin() in begin() function in PB_DS_CLASS_C_DEC
63 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/llvm/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
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp50 begin() in begin() function in PB_DS_CLASS_C_DEC
66 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.c75 __register_frame_info_bases (void *begin, struct object *ob, in __register_frame_info_bases()
102 __register_frame_info (void *begin, struct object *ob) in __register_frame_info()
108 __register_frame (void *begin) in __register_frame()
125 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
146 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
152 __register_frame_table (void *begin) in __register_frame_table()
171 __deregister_frame_info_bases (void *begin) in __deregister_frame_info_bases()
221 __deregister_frame_info (void *begin) in __deregister_frame_info()
227 __deregister_frame (void *begin) in __deregister_frame()
/openbsd/gnu/llvm/lld/ELF/
H A DICF.cpp198 void ICF<ELFT>::segregate(size_t begin, size_t end, uint32_t eqClassBase, in segregate()
380 template <class ELFT> size_t ICF<ELFT>::findBoundary(size_t begin, size_t end) { in findBoundary()
394 void ICF<ELFT>::forEachClassRange(size_t begin, size_t end, in forEachClassRange()
523 forEachClass([&](size_t begin, size_t end) { in run()
530 forEachClass([&](size_t begin, size_t end) { in run()
538 forEachClassRange(0, sections.size(), [&](size_t begin, size_t end) { in run()
/openbsd/gnu/llvm/lld/MachO/
H A DICF.cpp236 size_t ICF::findBoundary(size_t begin, size_t end) { in findBoundary()
245 void ICF::forEachClassRange(size_t begin, size_t end, in forEachClassRange()
317 forEachClass([&](size_t begin, size_t end) { in run()
324 forEachClass([&](size_t begin, size_t end) { in run()
335 forEachClass([&](size_t begin, size_t end) { in run()
345 void ICF::segregate(size_t begin, size_t end, EqualsFn equals) { in segregate()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp82 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
90 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
99 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
117 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariableList.h73 iterator begin() { return m_variables.begin(); } in begin() function
75 const_iterator begin() const { return m_variables.begin(); } in begin() function
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp59 begin() in begin() function in PB_DS_CLASS_C_DEC
76 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp59 begin() in begin() function in PB_DS_CLASS_C_DEC
76 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/gcc/
H A Dunwind-dw2-fde.c78 __register_frame_info_bases (const void *begin, struct object *ob, in __register_frame_info_bases()
105 __register_frame_info (const void *begin, struct object *ob) in __register_frame_info()
111 __register_frame (void *begin) in __register_frame()
128 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
149 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
155 __register_frame_table (void *begin) in __register_frame_table()
174 __deregister_frame_info_bases (const void *begin) in __deregister_frame_info_bases()
222 __deregister_frame_info (const void *begin) in __deregister_frame_info()
228 __deregister_frame (void *begin) in __deregister_frame()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp65 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData()
120 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData()
124 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData()
208 void SwiftAggLowering::addTypedData(llvm::Type *type, CharUnits begin) { in addTypedData()
214 CharUnits begin, CharUnits end) { in addTypedData()
247 CharUnits begin, CharUnits end) { in addLegalTypedData()
274 CharUnits begin, CharUnits end) { in addEntry()
410 CharUnits begin = Entries[index].Begin; in splitVectorEntry() local
516 auto begin = orig[i].Begin; in finish() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp29 collection::const_reverse_iterator begin = m_entries.rbegin(); in GetQualifiedName() local
61 collection::const_iterator begin = m_entries.begin(); in operator ==() local
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp50 begin() in begin() function in PB_DS_CLASS_C_DEC
58 begin() const in begin() function in PB_DS_CLASS_C_DEC
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp50 begin() in begin() function in PB_DS_CLASS_C_DEC
56 begin() const in begin() function in PB_DS_CLASS_C_DEC

12345678910>>...20