Home
last modified time | relevance | path

Searched defs:unordered_map (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dunordered_map.nodiscard.verify.cpp18 std::unordered_map<int, int> unordered_map; in unordered_map_test() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h47 using unordered_map = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-gsl-owner-pointer-std.cpp84 class unordered_map { global() class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h242 unordered_map() {} in unordered_map() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp40 template <typename K, typename V> struct unordered_map : map<K, V> {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp321 struct unordered_map { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp51 struct unordered_map { global() struct
52 iteratorstd::unordered_map global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp198 class unordered_map { class
942 std::unordered_map<int, Foo> unordered_map; in testAllSTLEmplacyFunctions() local