/llvm-project/third-party/benchmark/test/ |
H A D | string_util_gtest.cc | 15 size_t pos = 0; in TEST() local 20 size_t pos = 0; in TEST() local 25 size_t pos = 0; in TEST() local 31 size_t pos = 0; in TEST() local 37 size_t pos = 0; in TEST() local 44 size_t pos = 0; in TEST() local 49 size_t pos = 0; in TEST() local 54 size_t pos = 0; in TEST() local 59 size_t pos = 0; in TEST() local 64 size_t pos = 0; in TEST() local [all …]
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.cpp | 56 iterator pos = m_breakpoints.find(addr); in Add() local 61 iterator pos = m_breakpoints.find(addr); in Remove() local 70 iterator pos = m_breakpoints.find(addr); in FindByAddress() local 78 const_iterator pos = m_breakpoints.find(addr); in FindByAddress() local 87 for (const auto &pos : m_breakpoints) in FindByHardwareIndex() local 97 for (const auto &pos : m_breakpoints) { in FindNearestWatchpoint() local 110 for (const auto &pos : m_breakpoints) { in FindNearestWatchpoint() local 130 iterator pos = m_breakpoints.lower_bound(addr); in FindBreakpointsThatOverlapRange() local 160 const_iterator pos; in Dump() local 167 iterator pos, end = m_breakpoints.end(); in DisableAll() local [all …]
|
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
H A D | insert_range_after.pass.cpp | 62 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 74 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 86 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 100 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 112 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 124 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 136 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 148 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 160 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local 174 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local [all …]
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | RaggedArray.h | 29 ArrayRef<T> at(size_t pos) const { in at() 35 MutableArrayRef<T> at(size_t pos) { in at() 52 iterator(RaggedArray &ragged, size_t pos) : ragged(ragged), pos(pos) {} in iterator() 72 size_t pos; variable 86 const_iterator(const RaggedArray &ragged, size_t pos) in const_iterator() 107 size_t pos; variable 133 void replace(size_t pos, Range &&elements) { in replace()
|
/llvm-project/libcxx/test/std/input.output/iostream.format/print.fun/ |
H A D | no_file_description.pass.cpp | 47 long pos = std::ftell(file); test_print() local 61 long pos = std::ftell(file); test_println() local 75 long pos = std::ftell(file); test_println_blank_line() local 91 long pos = std::ftell(file); test_vprint_unicode() local 107 long pos = std::ftell(file); test_vprint_nonunicode() local [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | VariableList.cpp | 64 iterator pos, end = m_variables.end(); in FindVariableIndex() local 75 iterator pos, end = m_variables.end(); in FindVariable() local 91 iterator pos, end = m_variables.end(); in FindVariable() local 105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local 147 iterator pos; in FindIndexForVariable() local 159 const_iterator pos, end = m_variables.end(); in MemorySize() local 172 const_iterator pos, end = m_variables.end(); in Dump() local
|
H A D | TypeMap.cpp | 37 iterator pos, end = m_types.end(); in InsertUnique() local 84 iterator pos, end; in GetTypeAtIndex() local 102 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 110 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 119 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove() local
|
H A D | TypeList.cpp | 67 iterator pos, end; in GetTypeAtIndex() local 80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 48 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local 58 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local 76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local 116 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID() local 143 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local 154 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local 163 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local 171 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove() local 192 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local 215 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local [all …]
|
H A D | BreakpointLocationList.cpp | 71 collection::const_iterator pos = in FindByID() local 83 collection::iterator pos, end = m_locations.end(); in FindInModule() local 114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); FindByAddress() local 129 collection::const_iterator pos, end = m_locations.end(); Dump() local 155 collection::iterator pos, end = m_locations.end(); ClearAllBreakpointSites() local 162 collection::iterator pos, end = m_locations.end(); ResolveAllBreakpointSites() local 173 collection::const_iterator pos, end = m_locations.end(); GetHitCount() local 188 collection::const_iterator pos, end = m_locations.end(); GetNumResolvedLocations() local 199 collection::iterator pos, end = m_locations.end(); GetDescription() local [all...] |
H A D | BreakpointLocationCollection.cpp | 36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove() local 82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair() local 92 collection::const_iterator pos = in FindByIDPair() local 141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread() local 153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal() local 170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | substr_rvalue.pass.cpp | 34 test_string_pos(S orig,typename S::size_type pos,S expected) test_string_pos() argument 48 test_string_pos(S orig,typename S::size_type pos,should_throw_exception_t) test_string_pos() argument 65 test_string_pos_alloc(S orig,typename S::size_type pos,const typename S::allocator_type & alloc,S expected) test_string_pos_alloc() argument 77 test_string_pos_alloc(S orig,typename S::size_type pos,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_alloc() argument 94 test_string_pos_n(S orig,typename S::size_type pos,typename S::size_type n,S expected) test_string_pos_n() argument 108 test_string_pos_n(S orig,typename S::size_type pos,typename S::size_type n,should_throw_exception_t) test_string_pos_n() argument 126 test_string_pos_n_alloc(S orig,typename S::size_type pos,typename S::size_type n,const typename S::allocator_type & alloc,S expected) test_string_pos_n_alloc() argument 139 test_string_pos_n_alloc(S orig,typename S::size_type pos,typename S::size_type n,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_n_alloc() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | UnixSignals.cpp | 125 collection::iterator pos = m_signals.find(signo); RemoveSignal() local 132 const auto pos = m_signals.find(signo); GetSignalAsStringRef() local 145 collection::const_iterator pos = m_signals.find(signo); GetSignalDescription() local 201 collection::const_iterator pos, end = m_signals.end(); GetSignalNumberFromName() local 223 collection::const_iterator pos = m_signals.find(current_signal); GetNextSignalNumber() local 238 const auto pos = m_signals.find(signo); GetSignalInfo() local 250 collection::const_iterator pos = m_signals.find(signo); GetShouldSuppress() local 257 collection::iterator pos = m_signals.find(signo); SetShouldSuppress() local 274 collection::const_iterator pos = m_signals.find(signo); GetShouldStop() local 281 collection::iterator pos = m_signals.find(signo); SetShouldStop() local 298 collection::const_iterator pos = m_signals.find(signo); GetShouldNotify() local 305 collection::iterator pos = m_signals.find(signo); SetShouldNotify() local 365 collection::iterator pos = m_signals.find(signo); IncrementSignalHitCount() local [all...] |
H A D | ThreadPlanStepUntil.cpp | 89 until_collection::iterator pos, end = m_until_points.end(); in Clear() local 111 until_collection::iterator pos, end = m_until_points.end(); in GetDescription() local 135 until_collection::iterator pos, end = m_until_points.end(); in ValidatePlan() local 192 until_collection::iterator pos, end = m_until_points.end(); in AnalyzeStop() local 285 until_collection::iterator pos, end = m_until_points.end(); in DoWillResume() local 305 until_collection::iterator pos, end = m_until_points.end(); in WillStop() local
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StopPointSiteList.h | 61 typename collection::const_iterator pos; Dump() local 95 typename collection::iterator pos = GetIDIterator(site_id); FindByID() local 113 typename collection::const_iterator pos = GetIDConstIterator(site_id); FindByID() local 166 typename collection::iterator pos = GetIDIterator(site_id); // Predicate Remove() local 183 typename collection::iterator pos = m_site_list.find(addr); RemoveByAddress() local 197 typename collection::const_iterator lower, upper, pos; FindInRange() local [all...] |
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 101 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() 105 iterator insert(const_iterator pos, const value_type& x) { return v_.insert(pos, x); } in insert() 107 …iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<valu… in insert() 109 …iterator insert(const_iterator pos, size_type n, const value_type& x) { return v_.insert(pos, n, x… in insert() 111 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert() 115 …iterator insert(const_iterator pos, std::initializer_list<value_type> il) { return v_.insert(pos, … in insert() 118 iterator erase(const_iterator pos) { return v_.erase(pos); } in erase() 234 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() 238 iterator insert(const_iterator pos, const value_type& x) { return l_.insert(pos, x); } in insert() 240 …iterator insert(const_iterator pos, value_type&& x) { return l_.insert(pos, std::forward<valu… in insert() [all …]
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | BuiltinAttributes.cpp | 463 bool mlirDenseBoolArrayGetElement(MlirAttribute attr, intptr_t pos) { in mlirDenseI32ArrayGetElement() argument 466 int8_t mlirDenseI8ArrayGetElement(MlirAttribute attr, intptr_t pos) { in mlirDenseI64ArrayGetElement() argument 71 mlirArrayAttrGetElement(MlirAttribute attr,intptr_t pos) mlirArrayAttrGetElement() argument 100 mlirDictionaryAttrGetElement(MlirAttribute attr,intptr_t pos) mlirDictionaryAttrGetElement() argument 283 mlirSymbolRefAttrGetNestedReference(MlirAttribute attr,intptr_t pos) mlirSymbolRefAttrGetNestedReference() argument 454 mlirDenseBoolArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseBoolArrayGetElement() argument 457 mlirDenseI8ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI8ArrayGetElement() argument 460 mlirDenseI16ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI16ArrayGetElement() argument 469 mlirDenseF32ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseF32ArrayGetElement() argument 472 mlirDenseF64ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseF64ArrayGetElement() argument 725 mlirDenseElementsAttrGetBoolValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetBoolValue() argument 728 mlirDenseElementsAttrGetInt8Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt8Value() argument 731 mlirDenseElementsAttrGetUInt8Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt8Value() argument 734 mlirDenseElementsAttrGetInt16Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt16Value() argument 737 mlirDenseElementsAttrGetUInt16Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt16Value() argument 740 mlirDenseElementsAttrGetInt32Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt32Value() argument 743 mlirDenseElementsAttrGetUInt32Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt32Value() argument 746 mlirDenseElementsAttrGetInt64Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt64Value() argument 749 mlirDenseElementsAttrGetUInt64Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt64Value() argument 752 mlirDenseElementsAttrGetFloatValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetFloatValue() argument 755 mlirDenseElementsAttrGetDoubleValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetDoubleValue() argument 759 mlirDenseElementsAttrGetStringValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetStringValue() argument 876 getDenseResourceVal(MlirAttribute attr,intptr_t pos) getDenseResourceVal() argument 881 mlirDenseBoolResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseBoolResourceElementsAttrGetValue() argument 885 mlirDenseUInt8ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt8ResourceElementsAttrGetValue() argument 889 mlirDenseUInt16ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt16ResourceElementsAttrGetValue() argument 894 mlirDenseUInt32ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt32ResourceElementsAttrGetValue() argument 899 mlirDenseUInt64ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt64ResourceElementsAttrGetValue() argument 904 mlirDenseInt8ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt8ResourceElementsAttrGetValue() argument 908 mlirDenseInt16ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt16ResourceElementsAttrGetValue() argument 912 mlirDenseInt32ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt32ResourceElementsAttrGetValue() argument 916 mlirDenseInt64ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt64ResourceElementsAttrGetValue() argument 920 mlirDenseFloatResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseFloatResourceElementsAttrGetValue() argument 924 mlirDenseDoubleResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseDoubleResourceElementsAttrGetValue() argument 981 mlirStridedLayoutAttrGetStride(MlirAttribute attr,intptr_t pos) mlirStridedLayoutAttrGetStride() argument [all...] |
/llvm-project/libcxx/test/std/containers/ |
H A D | check_consecutive.h | 21 void CheckConsecutiveValues(Iter pos, Iter end, typename Iter::value_type value, std::size_t count) in CheckConsecutiveValues() 34 void CheckConsecutiveKeys(Iter pos, Iter end, typename Iter::value_type::first_type key, std::multi… in CheckConsecutiveKeys()
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategoryMap.cpp | 58 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() 74 bool TypeCategoryMap::Enable(TypeCategoryImplSP category, Position pos) { in Enable() 113 auto pos = iter->second->GetLastEnabledPosition(); in EnableAllCategories() local 167 MapIterator pos, end = m_map.end(); in AnyMatches() local 241 MapIterator pos, end = m_map.end(); in ForEach() local 256 MapIterator pos, end = m_map.end(); in GetAtIndex() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_multi_pw_aff_explicit_domain.c | 63 enum isl_dim_type type, unsigned pos, unsigned n) in isl_multi_pw_aff_involves_explicit_domain_dims() 77 enum isl_dim_type type, unsigned pos, unsigned n) in isl_multi_pw_aff_insert_explicit_domain_dims() 97 enum isl_dim_type type, unsigned pos, unsigned n) in isl_multi_pw_aff_drop_explicit_domain_dims()
|
H A D | isl_vec.c | 87 __isl_give isl_vec *isl_vec_expand(__isl_take isl_vec *vec, int pos, int n, in isl_vec_expand() 256 __isl_give isl_val *isl_vec_get_element_val(__isl_keep isl_vec *vec, int pos) in isl_vec_get_element_val() 270 int pos, isl_int v) in isl_vec_set_element() 286 int pos, int v) in isl_vec_set_element_si() 304 int pos, __isl_take isl_val *v) in isl_vec_set_element_val() 322 int pos) in isl_vec_cmp_element() 536 unsigned pos, unsigned n) in isl_vec_drop_els() 561 unsigned pos, unsigned n) in isl_vec_insert_els() 599 unsigned pos, unsigned n) in isl_vec_insert_zero_els()
|
/llvm-project/lldb/source/Host/common/ |
H A D | FileCache.cpp | 48 FDToFileMap::iterator pos = m_cache.find(fd); in CloseFile() local 70 FDToFileMap::iterator pos = m_cache.find(fd); WriteFile() local 96 FDToFileMap::iterator pos = m_cache.find(fd); ReadFile() local [all...] |
/llvm-project/compiler-rt/test/tsan/ |
H A D | signal_sync2.cpp | 25 int pos = signals_handled++; in handler() local 59 for (int pos = 0; pos < kSignalCount; pos++) { in main() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | string_size_size.pass.cpp | 24 TEST_CONSTEXPR_CXX20 void test(S s, S str, typename S::size_type pos, typename S::size_type n, S ex… in test() 44 TEST_CONSTEXPR_CXX20 void test_npos(S s, S str, typename S::size_type pos, S expected) { in test_npos()
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
H A D | string_size_size.pass.cpp | 24 TEST_CONSTEXPR_CXX20 void test(S s, S str, typename S::size_type pos, typename S::size_type n, S ex… in test() 44 TEST_CONSTEXPR_CXX20 void test_npos(S s, S str, typename S::size_type pos, S expected) { in test_npos()
|