OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DenseMapPair
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h
37
struct
DenseMapPair
{
40
constexpr
DenseMapPair
() = default;
41
constexpr
DenseMapPair
(const KeyT &f, const ValueT &s)
45
constexpr
DenseMapPair
(KeyT2 &&f, ValueT2 &&s)
49
constexpr
DenseMapPair
(const
DenseMapPair
&other) = default;
50
constexpr
DenseMapPair
&operator=(const
DenseMapPair
&other) = default;
51
constexpr
DenseMapPair
(
DenseMapPair
&&other) = default
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
41
struct
DenseMapPair
: public std::pair<KeyT, ValueT> {
54
typename Bucket = llvm::detail::
DenseMapPair
<KeyT, ValueT>,
713
typename BucketT = llvm::detail::
DenseMapPair
<KeyT, ValueT>>
879
typename BucketT = llvm::detail::
DenseMapPair
<KeyT, ValueT>>
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026