| /src/external/mpl/bind/dist/lib/isccc/ |
| symtab.c | 51 } elt_t; typedef in typeref:struct:elt 53 typedef ISC_LIST(elt_t) eltlist_t; 102 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) { 115 elt_t *elt, *nelt; 192 elt_t *elt; 212 elt_t *elt; 255 elt_t *elt; 275 elt_t *elt, *nelt;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| symtab.c | 32 } elt_t; typedef in typeref:struct:elt 34 typedef LIST(elt_t) eltlist_t; 88 elt_t *elt, *nelt; 155 elt_t *elt; 189 elt_t *elt, *nelt; 214 elt_t *elt; 265 elt_t *elt;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| symtab.c | 32 } elt_t; typedef in typeref:struct:elt 34 typedef LIST(elt_t) eltlist_t; 88 elt_t *elt, *nelt; 158 elt_t *elt; 194 elt_t *elt, *nelt; 219 elt_t *elt; 270 elt_t *elt;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-cfg.cc | 4735 tree elt_i, elt_v, elt_t = NULL_TREE; local 4749 if (elt_t == NULL_TREE) 4751 elt_t = TREE_TYPE (elt_v); 4752 if (VECTOR_TYPE_P (elt_t)) 4754 tree elt_t = TREE_TYPE (elt_v); local 4756 TREE_TYPE (elt_t))) 4764 * TYPE_VECTOR_SUBPARTS (elt_t), 4774 elt_t)) 4790 else if (!useless_type_conversion_p (elt_t, TREE_TYPE (elt_v))) 4797 && (VECTOR_TYPE_P (elt_t) [all...] |
| tree-ssa-forwprop.cc | 3850 tree elt_t = TREE_TYPE (CONSTRUCTOR_ELT (rhs, 0)->value); local 3852 = tree_to_uhwi (TYPE_SIZE (elt_t)); 3870 new_rhs = build_zero_cst (elt_t); 3872 elt_t,
|
| gimplify.cc | 202 struct gimplify_hasher : free_ptr_hash <elt_t> 204 static inline hashval_t hash (const elt_t *); 205 static inline bool equal (const elt_t *, const elt_t *); 618 elt_t elt, *elt_p; 619 elt_t **slot; 627 elt_p = XNEW (elt_t); 19600 gimplify_hasher::hash (const elt_t *p) 19607 gimplify_hasher::equal (const elt_t *p1, const elt_t *p2 [all...] |
| gimple.h | 1704 } elt_t; typedef in typeref:struct:gimple_temp_hash_elt
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-cfg.cc | 4622 tree elt_i, elt_v, elt_t = NULL_TREE; local 4636 if (elt_t == NULL_TREE) 4638 elt_t = TREE_TYPE (elt_v); 4639 if (TREE_CODE (elt_t) == VECTOR_TYPE) 4641 tree elt_t = TREE_TYPE (elt_v); local 4643 TREE_TYPE (elt_t))) 4651 * TYPE_VECTOR_SUBPARTS (elt_t), 4661 elt_t)) 4677 else if (!useless_type_conversion_p (elt_t, TREE_TYPE (elt_v))) 4684 && (TREE_CODE (elt_t) == VECTOR_TYP [all...] |
| tree-ssa-forwprop.cc | 3679 tree elt_t = TREE_TYPE (CONSTRUCTOR_ELT (rhs, 0)->value); local 3681 = tree_to_uhwi (TYPE_SIZE (elt_t)); 3694 new_rhs = build_zero_cst (elt_t); 3696 elt_t,
|
| gimplify.cc | 183 struct gimplify_hasher : free_ptr_hash <elt_t> 185 static inline hashval_t hash (const elt_t *); 186 static inline bool equal (const elt_t *, const elt_t *); 592 elt_t elt, *elt_p; 593 elt_t **slot; 601 elt_p = XNEW (elt_t); 16720 gimplify_hasher::hash (const elt_t *p) 16727 gimplify_hasher::equal (const elt_t *p1, const elt_t *p2 [all...] |
| gimple.h | 1669 } elt_t; typedef in typeref:struct:gimple_temp_hash_elt
|