| /llvm-project-15.0.7/libcxx/include/ext/ |
| H A D | hash_map | 22 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 D | submodules.cpp | 24 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 D | relative-submodule-topheader.m | 9 // CHECK: <SUBMODULE_HEADER abbrevid=6/> blob data = 'hash_map.h' 10 // CHECK: <SUBMODULE_TOPHEADER abbrevid=7/> blob data = 'hash_map.h'
|
| H A D | submodules-preprocess.cpp | 49 @import std.hash_map;
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | PR11358.cpp | 23 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 D | map-def-3.ll | 8 ; 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 D | map-def-2.ll | 12 ; __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 D | map-def.ll | 13 ; 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 D | const_iterator.compile.fail.cpp | 13 __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 D | hash_map_name_lookup.pass.cpp | 29 template class hash_map<int, int>; variable 33 typedef __gnu_cxx::hash_map<int, int> Map; in main()
|
| H A D | hash_map.pass.cpp | 26 __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 D | module.map | 4 explicit module hash_map { header "hash_map.h" }
|
| H A D | hash_map.h | 1 template<typename Key, typename Data> class hash_map { };
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-use-after-free.cpp | 207 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 D | expected.ext_hash_map | 20 ext/hash_map
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | sockex2.ll | 6 @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 D | 2004-04-05-InvokeCastCrash.ll | 6 …%"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 D | CMakeLists.txt | 715 ext/hash_map
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 775 "ext/hash_map",
|