Home
last modified time | relevance | path

Searched defs:traits (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dfortran.c757 const omp_alloctrait_t *traits) in omp_init_allocator_()
765 const omp_alloctrait_t *traits) in omp_init_allocator_8_()
H A Dallocator.c64 const omp_alloctrait_t traits[]) in omp_init_allocator()
H A Domp_lib.f90.in658 type (omp_alloctrait), intent(in) :: traits(*) local
666 type (omp_alloctrait), intent(in) :: traits(*) local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h236 traits, enumerator
416 traits, enumerator
H A Dtokens.d227 traits, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2456 struct traits { struct in depset
2458 typedef depset *value_type;
2460 typedef std::pair<tree,tree> compare_type;
2462 static const bool empty_zero_p = true;
2465 inline static hashval_t hash (const compare_type &p) in hash()
2475 inline static bool equal (const value_type b, const compare_type &p) in equal()
2487 inline static hashval_t hash (const value_type b) in hash()
2499 static inline void mark_empty (value_type &p) {p = NULL;} in mark_empty()
2500 static inline bool is_empty (value_type p) {return !p;} in is_empty()
2503 static bool is_deleted (value_type) { return false; } in is_deleted()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h834 typedef __gnu_cxx::__alloc_traits<std::allocator<value_type> > traits; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h834 typedef __gnu_cxx::__alloc_traits<std::allocator<value_type> > traits; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c224 const char* traits[] = { in TraitsInitializer() local