| /src/external/gpl3/gcc/dist/gcc/ |
| vector-builder.h | 54 bool equal_p (T elt1, T elt2) const; 56 Return true if elements ELT1 and ELT2 are equal. 68 StepType step (T elt1, T elt2) const; 70 Return the value of element ELT2 minus the value of element ELT1, 71 given integral_p (ELT1) && integral_p (ELT2). There is no fixed 84 void note_representative (T *elt1_ptr, T elt2); 86 Record that ELT2 is being elided, given that ELT1_PTR points to 433 T elt2 = (*this)[i - step]; local 437 || !derived ()->integral_p (elt2) 441 if (maybe_ne (derived ()->step (elt1, elt2), [all...] |
| bitmap.h | 524 bitmap_element *elt2; member in struct:bitmap_iterator 543 bi->elt2 = NULL; 587 bi->elt2 = map2->first; 597 bi->elt2 = NULL; 606 /* Advance elt2 until it is not before elt1. */ 609 if (!bi->elt2) 611 bi->elt1 = bi->elt2 = &bitmap_zero_bits; 615 if (bi->elt2->indx >= bi->elt1->indx) 617 bi->elt2 = bi->elt2->next [all...] |
| tree.cc | 2154 tree elt2 = wide_int_to_tree (TREE_TYPE (base), 2158 builder.quick_push (elt2); 2151 tree elt2 = wide_int_to_tree (TREE_TYPE (base), local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| vector-builder.h | 54 bool equal_p (T elt1, T elt2) const; 56 Return true if elements ELT1 and ELT2 are equal. 68 StepType step (T elt1, T elt2) const; 70 Return the value of element ELT2 minus the value of element ELT1, 71 given integral_p (ELT1) && integral_p (ELT2). There is no fixed 84 void note_representative (T *elt1_ptr, T elt2); 86 Record that ELT2 is being elided, given that ELT1_PTR points to 433 T elt2 = (*this)[i - step]; local 437 || !derived ()->integral_p (elt2) 441 if (maybe_ne (derived ()->step (elt1, elt2), [all...] |
| bitmap.h | 521 bitmap_element *elt2; member in struct:bitmap_iterator 540 bi->elt2 = NULL; 584 bi->elt2 = map2->first; 594 bi->elt2 = NULL; 603 /* Advance elt2 until it is not before elt1. */ 606 if (!bi->elt2) 608 bi->elt1 = bi->elt2 = &bitmap_zero_bits; 612 if (bi->elt2->indx >= bi->elt1->indx) 614 bi->elt2 = bi->elt2->next [all...] |
| tree.cc | 2170 tree elt2 = wide_int_to_tree (TREE_TYPE (base), 2174 builder.quick_push (elt2); 2167 tree elt2 = wide_int_to_tree (TREE_TYPE (base), local
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| index.c | 519 INDEX_ELT **elt2 = (INDEX_ELT **) element2; 524 ret = index_compare_fn ((*elt1)->entry, (*elt2)->entry); 526 ret = strcmp ((*elt1)->defining_file, (*elt2)->defining_file); 528 ret = strcmp ((*elt1)->node, (*elt2)->node); 530 if ((*elt1)->defining_line < (*elt2)->defining_line) 532 else if ((*elt1)->defining_line > (*elt2)->defining_line) 536 if ((*elt1)->entry_number < (*elt2)->entry_number) 538 else if ((*elt1)->entry_number > (*elt2)->entry_number) 513 INDEX_ELT **elt2 = (INDEX_ELT **) element2; local
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| svalue.cc | 448 const_tree elt2 = VECTOR_CST_ENCODED_ELT (cst2, i); local 449 if (int el_cmp = cmp_csts_and_types (elt1, elt2))
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| svalue.cc | 345 const_tree elt2 = VECTOR_CST_ENCODED_ELT (cst2, i); local 346 if (int el_cmp = cmp_csts_and_types (elt1, elt2))
|
| /src/external/mpl/bind/dist/bin/delv/ |
| delv.c | 838 const cfg_listelt_t *elt, *elt2; local 846 for (elt2 = cfg_list_first(keylist); elt2 != NULL; 847 elt2 = cfg_list_next(elt2)) 849 key = cfg_listelt_value(elt2);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| tree.cc | 4030 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); 4031 if (!cp_tree_equal (field, elt2->index) 4032 || !cp_tree_equal (value, elt2->value)) 4024 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 3954 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); 3955 if (!cp_tree_equal (field, elt2->index) 3956 || !cp_tree_equal (value, elt2->value)) 3948 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); local
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 6536 const cfg_listelt_t *elt2; local 6564 for (elt2 = cfg_list_next(elt); elt2 != NULL; 6565 elt2 = cfg_list_next(elt2)) 6567 const cfg_obj_t *acl2 = cfg_listelt_value(elt2);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 16910 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); 16911 if (!c_tree_equal (field, elt2->index) 16912 || !c_tree_equal (value, elt2->value)) 16869 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 16017 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); 16018 if (!c_tree_equal (field, elt2->index) 16019 || !c_tree_equal (value, elt2->value)) 15978 constructor_elt *elt2 = CONSTRUCTOR_ELT (t2, i); local
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 1039 const cfg_listelt_t *elt, *elt2; local 1050 for (elt2 = cfg_list_first(keylist); elt2 != NULL; 1051 elt2 = cfg_list_next(elt2)) 1053 CHECK(process_key(cfg_listelt_value(elt2), secroots,
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 6361 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; local 6362 if (const_vector_elt_as_int (op, elt2) != 0) 6373 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; 6374 if ((const_vector_elt_as_int (op, elt2) & mask) != mask) 6349 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 6315 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; local 6316 if (const_vector_elt_as_int (op, elt2) != 0) 6327 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; 6328 if ((const_vector_elt_as_int (op, elt2) & mask) != mask) 6303 unsigned elt2 = BYTES_BIG_ENDIAN ? j : nunits - 1 - j; local
|