Home
last modified time | relevance | path

Searched refs:SetAlloc (Results 1 – 5 of 5) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/debug/containers/
Dassociative_containers.pass.cpp45 using SetAlloc = test_allocator<int>; in main() typedef
50 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main()
52 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main()
Dunord_containers.pass.cpp44 using SetAlloc = test_allocator<int>; in main() typedef
51 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
57 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
/external/libcxx/test/libcxx/debug/containers/
Ddb_associative_container_tests.pass.cpp57 using SetAlloc = test_allocator<int>; in main() typedef
62 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main()
64 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main()
Ddb_unord_container_tests.pass.cpp55 using SetAlloc = test_allocator<int>; in main() typedef
62 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
68 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc94 void SetAlloc() { effects_.set(kAlloc); } in SetAlloc() function in mlir::TF::__anone89009640111::SideEffects
162 side_effects.SetAlloc(); in GetSideEffectsFromEffectInstance()