/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 45 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_handle | 20 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 D | map | 27 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 D | unordered_map | 29 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_table | 178 typedef _Tp mapped_type; 199 …_LIBCPP_HIDE_FROM_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { retu…
|
H A D | __tree | 529 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 D | MapVector.h | 41 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 D | StringMap.h | 212 using mapped_type = ValueTy; variable
|
H A D | DenseMap.h | 68 using mapped_type = ValueT; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 98 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 D | hash_map | 27 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 D | RDFRegisters.h | 309 using mapped_type = typename decltype(Map)::mapped_type;
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | range_default_formatter.h | 76 // 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 D | ParentMapContext.cpp | 105 getSingleDynTypedNodeFromParentMap(ParentMapPointers::mapped_type U) { in getSingleDynTypedNodeFromParentMap()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 32 using mapped_type = ValueT; variable
|
/freebsd/contrib/libucl/include/ |
H A D | ucl++.h | 313 && std::is_constructible<Ucl, typename M::mapped_type>::value,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 104 using mapped_type = Value; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 1317 mapped_type &create(const SampleContext &Ctx) {
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 327 GMap::mapped_type &V = GroupCount[Group]; in groupInPedantic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2060 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 9004 KnownMethodsMap::mapped_type(M, InOriginalClass); in FindImplementableMethods()
|