Home
last modified time | relevance | path

Searched defs:unordered_set (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/portability/
H A Dstd-allocator-const.cpp31 class unordered_set {}; class
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp21 struct unordered_set { struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h230 unordered_set() {} in unordered_set() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-algorithm.cpp39 template <typename K> struct unordered_set : set<K> {}; struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp174 class unordered_set { class
895 std::unordered_set<Foo> unordered_set; in testAllSTLEmplacyFunctions() local