Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-gsl-owner-pointer-std.cpp84 class unordered_map { class
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h242 unordered_map() {} in unordered_map() function
/llvm-project-15.0.7/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-15.0.7/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp321 struct unordered_map { struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp50 struct unordered_map { struct
51 struct iterator {};
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp189 class unordered_map { class
896 std::unordered_map<int, Foo> unordered_map; in testAllSTLEmplacyFunctions() local