Home
last modified time | relevance | path

Searched refs:hash_map (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libcxx/include/ext/
H A Dhash_map22 class hash_map
42 hash_map();
53 hash_map(const hash_map&);
55 hash_map& operator=(const hash_map&);
532 hash_map(const hash_map& __u);
615 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
623 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
633 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
641 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
652 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dsubmodules.cpp24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported …
26 @import std.hash_map;
28 hash_map<int, float> ints_to_floats2;
H A Drelative-submodule-topheader.m9 // CHECK: <SUBMODULE_HEADER abbrevid=6/> blob data = 'hash_map.h'
10 // CHECK: <SUBMODULE_TOPHEADER abbrevid=7/> blob data = 'hash_map.h'
H A Dsubmodules-preprocess.cpp49 @import std.hash_map;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DPR11358.cpp23 class hash_map { class
30 void MapTest(hash_map<KeyType, ValueType> map) { in MapTest()
31 …for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'ty… in MapTest()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/BTF/
H A Dmap-def-3.ll8 ; const struct key_type __attribute__((section(".maps"))) hash_map;
14 @hash_map = dso_local local_unnamed_addr constant %struct.key_type zeroinitializer, section ".maps"…
37 ; CHECK-NEXT: .long hash_map
43 ; CHECK: .ascii "hash_map" # string offset=17
52 !1 = distinct !DIGlobalVariable(name: "hash_map", scope: !2, file: !3, line: 4, type: !6, isLocal: …
H A Dmap-def-2.ll12 ; __map_type __attribute__((section(".maps"))) hash_map;
19 @hash_map = dso_local local_unnamed_addr global %struct.map_type zeroinitializer, section ".maps", …
54 ; CHECK-NEXT: .long hash_map
64 ; CHECK: .ascii "hash_map" # string offset=51
72 !1 = distinct !DIGlobalVariable(name: "hash_map", scope: !2, file: !3, line: 8, type: !6, isLocal: …
H A Dmap-def.ll13 ; struct map_type __attribute__((section(".maps"))) hash_map;
20 @hash_map = dso_local local_unnamed_addr global %struct.map_type zeroinitializer, section ".maps", …
71 ; CHECK-NEXT: .long hash_map
90 ; CHECK-NEXT: .ascii "hash_map" # string offset=50
100 !1 = distinct !DIGlobalVariable(name: "hash_map", scope: !2, file: !3, line: 9, type: !6, isLocal: …
/llvm-project-15.0.7/libcxx/test/libcxx/extensions/hash_map/
H A Dconst_iterator.compile.fail.cpp13 __gnu_cxx::hash_map<int, int> m; in main()
15 const __gnu_cxx::hash_map<int, int> &cm = m; in main()
/llvm-project-15.0.7/libcxx/test/libcxx/containers/gnu_cxx/
H A Dhash_map_name_lookup.pass.cpp29 template class hash_map<int, int>; variable
33 typedef __gnu_cxx::hash_map<int, int> Map; in main()
H A Dhash_map.pass.cpp26 __gnu_cxx::hash_map<int, int> h; in test_default_does_not_allocate()
/llvm-project-15.0.7/clang/test/Modules/Inputs/submodules/
H A Dmodule.map4 explicit module hash_map { header "hash_map.h" }
H A Dhash_map.h1 template<typename Key, typename Data> class hash_map { };
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp207 allocator < _Tp > >class hash_map { class
230 __gnu_cxx::hash_map;
265 hash_map <
/llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/
H A Dexpected.ext_hash_map20 ext/hash_map
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dsockex2.ll6 @hash_map = global %struct.bpf_map_def { i32 1, i32 4, i32 8, i32 1024 }, section "maps", align 4
294 …%194 = call i8* inttoptr (i64 1 to i8* (i8*, i8*)*)(i8* bitcast (%struct.bpf_map_def* @hash_map to…
306 …(i64 2 to i32 (i8*, i8*, i8*, i64)*)(i8* bitcast (%struct.bpf_map_def* @hash_map to i8*), i8* %193…
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A D2004-04-05-InvokeCastCrash.ll6 …%"struct.__gnu_cxx::hash_map<const llvm::Value*,int,__gnu_cxx::hash<const llvm::Value*>,std::equal…
28 …onstant*>,std::allocator<const llvm::Constant*> >", %"struct.__gnu_cxx::hash_map<const llvm::Value…
/llvm-project-15.0.7/libcxx/include/
H A DCMakeLists.txt715 ext/hash_map
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn775 "ext/hash_map",