Home
last modified time | relevance | path

Searched refs:tm_new_mem_map (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c1006 struct tm_new_mem_map struct
1015 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1017 static inline hashval_t hash (const tm_new_mem_map *);
1018 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1022 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1028 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1375 tm_new_mem_map **slot; in thread_private_new_memory()
1376 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1396 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c1006 struct tm_new_mem_map struct
1015 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1017 static inline hashval_t hash (const tm_new_mem_map *);
1018 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1022 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1028 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1375 tm_new_mem_map **slot; in thread_private_new_memory()
1376 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1396 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c1003 struct tm_new_mem_map struct
1012 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1014 static inline hashval_t hash (const tm_new_mem_map *);
1015 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1019 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1025 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1372 tm_new_mem_map **slot; in thread_private_new_memory()
1373 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1393 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c1006 struct tm_new_mem_map struct
1015 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1017 static inline hashval_t hash (const tm_new_mem_map *);
1018 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1022 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1028 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1375 tm_new_mem_map **slot; in thread_private_new_memory()
1376 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1396 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c1004 struct tm_new_mem_map struct
1013 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1015 static inline hashval_t hash (const tm_new_mem_map *);
1016 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1020 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1026 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1373 tm_new_mem_map **slot; in thread_private_new_memory()
1374 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1394 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c1006 struct tm_new_mem_map struct
1015 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1017 static inline hashval_t hash (const tm_new_mem_map *);
1018 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1022 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1028 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1375 tm_new_mem_map **slot; in thread_private_new_memory()
1376 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1396 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c1003 struct tm_new_mem_map struct
1012 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1014 static inline hashval_t hash (const tm_new_mem_map *);
1015 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1019 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1025 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1372 tm_new_mem_map **slot; in thread_private_new_memory()
1373 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1393 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c1017 struct tm_new_mem_map struct
1026 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1028 static inline hashval_t hash (const tm_new_mem_map *);
1029 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1033 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1039 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1386 tm_new_mem_map **slot; in thread_private_new_memory()
1387 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1407 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c1003 struct tm_new_mem_map
1012 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map>
1014 static inline hashval_t hash (const tm_new_mem_map *);
1015 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1019 tm_mem_map_hasher::hash (const tm_new_mem_map *v)
1025 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c)
1372 tm_new_mem_map **slot;
1373 tm_new_mem_map elt, *elt_p;
1393 *slot = elt_p = XNEW (tm_new_mem_map);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtrans-mem.c1004 struct tm_new_mem_map struct
1013 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1015 static inline hashval_t hash (const tm_new_mem_map *);
1016 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1020 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1026 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1373 tm_new_mem_map **slot; in thread_private_new_memory()
1374 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1394 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtrans-mem.c1004 struct tm_new_mem_map struct
1013 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1015 static inline hashval_t hash (const tm_new_mem_map *);
1016 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1020 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1026 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1373 tm_new_mem_map **slot; in thread_private_new_memory()
1374 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1394 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtrans-mem.c1015 struct tm_new_mem_map struct
1024 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1026 static inline hashval_t hash (const tm_new_mem_map *);
1027 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1031 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1037 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1384 tm_new_mem_map **slot; in thread_private_new_memory()
1385 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1405 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtrans-mem.c1015 struct tm_new_mem_map struct
1024 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1026 static inline hashval_t hash (const tm_new_mem_map *);
1027 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1031 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1037 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1384 tm_new_mem_map **slot; in thread_private_new_memory()
1385 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1405 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c1008 typedef struct tm_new_mem_map struct
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c901 typedef struct tm_new_mem_map struct
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtrans-mem.c901 typedef struct tm_new_mem_map struct