Home
last modified time | relevance | path

Searched refs:mapped_type (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h45 using mapped_type = ElementLattice; variable
58 insert(const std::pair<const key_type, mapped_type> &P) { in insert()
62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert()
90 mapped_type &operator[](const key_type &K) { return C[K]; }
/freebsd/contrib/llvm-project/libcxx/include/
H A D__node_handle20 using mapped_type = see below; // not present for set containers
43 mapped_type& mapped() const; // not present for set containers
179 typedef typename _NodeType::__node_value_type::mapped_type mapped_type;
185 _LIBCPP_HIDE_FROM_ABI mapped_type& mapped() const {
H A Dmap27 typedef T mapped_type;
28 typedef pair<const key_type, mapped_type> value_type;
125 mapped_type& operator[](const key_type& k);
126 mapped_type& operator[](key_type&& k);
128 mapped_type& at(const key_type& k);
129 const mapped_type& at(const key_type& k) const;
314 typedef T mapped_type;
315 typedef pair<const key_type,mapped_type> value_type;
760 typedef _Tp mapped_type;
761 typedef pair<const key_type, mapped_type> value_type;
[all …]
H A Dunordered_map29 typedef T mapped_type;
33 typedef pair<const key_type, mapped_type> value_type;
206 mapped_type& operator[](const key_type& k);
207 mapped_type& operator[](key_type&& k);
209 mapped_type& at(const key_type& k);
210 const mapped_type& at(const key_type& k) const;
317 typedef T mapped_type;
321 typedef pair<const key_type, mapped_type> value_type;
834 typedef _Tp mapped_type;
835 typedef pair<const key_type, mapped_type> value_type;
[all …]
H A D__hash_table178 typedef _Tp mapped_type;
199 …_LIBCPP_HIDE_FROM_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { retu…
H A D__tree529 typedef _Tp mapped_type;
557 …_LIBCPP_HIDE_FROM_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { retu…
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h41 std::is_integral_v<typename MapType::mapped_type>,
42 "The mapped_type of the specified Map must be an integral type");
99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
H A DStringMap.h212 using mapped_type = ValueTy; variable
H A DDenseMap.h68 using mapped_type = ValueT; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h98 using mapped_type = ValueT; variable
327 using ValueT = typename DenseMapT::mapped_type;
333 using value_type = std::pair<KeyT, typename DenseMapT::mapped_type>;
381 using ValueT = typename DenseMapT::mapped_type;
387 using value_type = std::pair<KeyT, typename DenseMapT::mapped_type>;
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map27 typedef T mapped_type;
31 typedef pair<const key_type, mapped_type> value_type;
88 mapped_type& operator[](const key_type& k);
119 typedef T mapped_type;
123 typedef pair<const key_type, mapped_type> value_type;
342 typedef typename _HashIterator::value_type::second_type mapped_type;
346 typedef std::pair<key_type, mapped_type> value_type;
392 typedef typename _HashIterator::value_type::second_type mapped_type;
396 typedef std::pair<key_type, mapped_type> value_type;
448 typedef _Tp mapped_type;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h309 using mapped_type = typename decltype(Map)::mapped_type;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Drange_default_formatter.h76 // 2.2.1 If the qualified-id R::mapped_type is valid and denotes a type ...
77 if constexpr (requires { typename _Rp::mapped_type; } &&
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp105 getSingleDynTypedNodeFromParentMap(ParentMapPointers::mapped_type U) { in getSingleDynTypedNodeFromParentMap()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h32 using mapped_type = ValueT; variable
/freebsd/contrib/libucl/include/
H A Ducl++.h313 && std::is_constructible<Ucl, typename M::mapped_type>::value,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h104 using mapped_type = Value; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1317 mapped_type &create(const SampleContext &Ctx) {
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp327 GMap::mapped_type &V = GroupCount[Group]; in groupInPedantic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2060 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9004 KnownMethodsMap::mapped_type(M, InOriginalClass); in FindImplementableMethods()