Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h42 std::is_integral<typename MapType::mapped_type>::value,
99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
H A DStringMap.h197 using mapped_type = ValueTy; variable
H A DDenseMap.h67 using mapped_type = ValueT; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h99 using mapped_type = ValueT; variable
328 using ValueT = typename DenseMapT::mapped_type;
334 using value_type = std::pair<KeyT, typename DenseMapT::mapped_type>;
382 using ValueT = typename DenseMapT::mapped_type;
388 using value_type = std::pair<KeyT, typename DenseMapT::mapped_type>;
/freebsd-13.1/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);
376 typedef std::pair<key_type, mapped_type> value_type;
421 typedef std::pair<key_type, mapped_type> value_type;
471 typedef _Tp mapped_type;
476 typedef std::pair<const key_type, mapped_type> value_type;
590 mapped_type& operator[](const key_type& __k);
745 typedef _Tp mapped_type;
750 typedef std::pair<const key_type, mapped_type> value_type;
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__node_handle171 typedef typename _NodeType::__node_value_type::mapped_type mapped_type;
181 mapped_type& mapped() const
H A Dmap27 typedef T mapped_type;
28 typedef pair<const key_type, mapped_type> value_type;
120 mapped_type& operator[](const key_type& k);
121 mapped_type& operator[](key_type&& k);
123 mapped_type& at(const key_type& k);
124 const mapped_type& at(const key_type& k) const;
275 typedef pair<const key_type,mapped_type> value_type;
1156 mapped_type& operator[](const key_type& __k);
1158 mapped_type& operator[](key_type&& __k);
1161 mapped_type& at(const key_type& __k);
[all …]
H A Dunordered_map193 mapped_type& operator[](const key_type& k);
194 mapped_type& operator[](key_type&& k);
196 mapped_type& at(const key_type& k);
197 const mapped_type& at(const key_type& k) const;
709 typedef _Tp mapped_type;
710 typedef pair<const key_type, mapped_type> value_type;
796 typedef pair<const key_type, mapped_type> value_type;
1404 mapped_type& operator[](const key_type& __k);
1406 mapped_type& operator[](key_type&& __k);
1409 mapped_type& at(const key_type& __k);
[all …]
H A D__tree578 typedef _Tp mapped_type;
618 static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) {
H A D__hash_table165 typedef _Tp mapped_type;
197 static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp86 getSingleDynTypedNodeFromParentMap(ParentMapPointers::mapped_type U) { in getSingleDynTypedNodeFromParentMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp269 UninitFieldMap::mapped_type NoteMsgBuf; in addFieldToUninits()
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp574 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource()
/freebsd-13.1/contrib/libucl/include/
H A Ducl++.h313 && std::is_constructible<Ucl, typename M::mapped_type>::value,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h96 using mapped_type = Value; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1176 using Handler = typename decltype(PendingResponses)::mapped_type; in handleResponse()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp324 GMap::mapped_type &V = GroupCount[Group]; in groupInPedantic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2023 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8262 KnownMethodsMap::mapped_type(M, InOriginalClass); in FindImplementableMethods()