| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-alias.cc | 1103 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, 1151 if (TREE_CODE (TREE_TYPE (base1)) == ARRAY_TYPE 1152 && (!TYPE_SIZE (TREE_TYPE (base1)) 1153 || TREE_CODE (TYPE_SIZE (TREE_TYPE (base1))) != INTEGER_CST 1162 return aliasing_matching_component_refs_p (base1, ref1, 1171 /* Consider access path1 base1....ref1 and access path2 base2...ref2. 1173 base1...ref1...base2...ref2. 1238 tree base1, base2; local 1257 base1 to point to base 1266 base1 = ref1 2370 tree base1, base2; local [all...] |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 259 element_type base1 = m_encoding[i + npatterns]; local 262 /* The step to add to get from BASE1 to each subsequent value. */ 263 element_type step = clamp (base2 - base1); 271 element_type headroom_down = base1 - start;
|
| fold-const.cc | 10301 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; 10354 base1 = arg1; 10357 base1 10361 if (INDIRECT_REF_P (base1)) 10362 base1 = TREE_OPERAND (base1, 0); 10368 base1 = TREE_OPERAND (arg1, 0); 10369 STRIP_SIGN_NOPS (base1); 10370 if (TREE_CODE (base1) == ADDR_EXPR) 10372 base1 [all...] |
| alias.cc | 2083 /* BASE1 and BASE2 are decls. Return 1 if they refer to same object, 0 2087 compare_base_decls (tree base1, tree base2) 2090 gcc_checking_assert (DECL_P (base1) && DECL_P (base2)); 2091 if (base1 == base2) 2096 if (VAR_P (base1) 2098 && DECL_HARD_REGISTER (base1) 2100 && DECL_ASSEMBLER_NAME_SET_P (base1) 2103 if (DECL_ASSEMBLER_NAME_RAW (base1) == DECL_ASSEMBLER_NAME_RAW (base2)) 2110 if (!decl_in_symtab_p (base1) 2115 symtab_node *node1 = symtab_node::get (base1); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias.cc | 1090 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, 1138 if (TREE_CODE (TREE_TYPE (base1)) == ARRAY_TYPE 1139 && (!TYPE_SIZE (TREE_TYPE (base1)) 1140 || TREE_CODE (TYPE_SIZE (TREE_TYPE (base1))) != INTEGER_CST 1149 return aliasing_matching_component_refs_p (base1, ref1, 1158 /* Consider access path1 base1....ref1 and access path2 base2...ref2. 1160 base1...ref1...base2...ref2. 1225 tree base1, base2; local 1244 base1 to point to base 1253 base1 = ref1 2357 tree base1, base2; local [all...] |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 259 element_type base1 = m_encoding[i + npatterns]; local 262 /* The step to add to get from BASE1 to each subsequent value. */ 263 element_type step = clamp (base2 - base1); 271 element_type headroom_down = base1 - start;
|
| fold-const.cc | 10078 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; 10131 base1 = arg1; 10134 base1 10138 if (TREE_CODE (base1) == INDIRECT_REF) 10139 base1 = TREE_OPERAND (base1, 0); 10145 base1 = TREE_OPERAND (arg1, 0); 10146 STRIP_SIGN_NOPS (base1); 10147 if (TREE_CODE (base1) == ADDR_EXPR) 10149 base1 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| cpexprs.cc | 276 class base1 : public virtual base class in inherits:base 279 base1 (void) : foo_ (21) { } // base1::base1(void) function in class:base1 280 base1 (int a) : foo_(a) { } // base1::base1(int) function in class:base1 281 void a_function (void) const { } // base1::a_function 297 class derived : public base1, public base2 302 this->base1::a_function () [all...] |
| classes.cc | 397 class Base1 { 400 Base1(int i) { x = i; } 401 ~Base1 () { } 404 typedef Base1 base1; typedef 420 class Bar : public Base1, public Foo { 423 Bar (int i, int j, int k) : Base1 (10*k), Foo (i, j) { z = k; } 629 base1 b (3);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| cpexprs.cc | 276 class base1 : public virtual base class in inherits:base 279 base1 (void) : foo_ (21) { } // base1::base1(void) function in class:base1 280 base1 (int a) : foo_(a) { } // base1::base1(int) function in class:base1 281 void a_function (void) const { } // base1::a_function 297 class derived : public base1, public base2 302 this->base1::a_function () [all...] |
| classes.cc | 397 class Base1 { 400 Base1(int i) { x = i; } 401 ~Base1 () { } 404 typedef Base1 base1; typedef 420 class Bar : public Base1, public Foo { 423 Bar (int i, int j, int k) : Base1 (10*k), Foo (i, j) { z = k; } 629 base1 b (3);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| rsaz_exp.h | 43 const BN_ULONG *base1,
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| rsaz_exp.h | 44 const BN_ULONG *base1,
|
| rsaz_exp_x2.c | 117 const BN_ULONG *base1, 178 to_words52(base1_red, exp_digits, base1, factor_size);
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compare-debug | 188 base1=`echo "$1" | sed '$s,\.[^.]*$,,'` gkd1= 189 for f in "$base1".*.gkd; do
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compare-debug | 188 base1=`echo "$1" | sed '$s,\.[^.]*$,,'` gkd1= 189 for f in "$base1".*.gkd; do
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| thead.cc | 70 rtx reg1, reg2, mem1, mem2, base1, base2; local 109 split_plus (XEXP (mem1, 0), &base1, &offset1); local 111 gcc_assert (rtx_equal_p (base1, base2)); 124 gcc_assert (REG_P (base1)); 128 gcc_assert (REGNO (reg1) != REGNO (base1)); 129 gcc_assert (REGNO (reg2) != REGNO (base1)); 135 output_operands[2] = copy_rtx (base1); 153 rtx base1, base2, offset1, offset2; local 154 extract_base_offset_in_addr (*mem1, &base1, &offset1); 158 if (!base1 || !base2 [all...] |
| /src/sys/dev/pci/ |
| if_ex_pci.c | 330 uint32_t base1; local 343 base1 = pci_conf_read(pc, tag, PCI_BAR1); 350 pci_conf_write(pc, tag, PCI_BAR1, base1);
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| dexplorer | 201 base1=${PWD##*/} 203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
|
| /src/external/cddl/dtracetoolkit/dist/ |
| dexplorer | 201 base1=${PWD##*/} 203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.c | 417 unsigned char *base1, *base2; local 424 base1 = r1.base; 466 base1 = base2; 475 if (base1 != r2.base) { 478 size_t length = base1 - r2.base; 491 memmove(buf, base1, count); 495 base1 += count;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.c | 443 unsigned char *base1, *base2; local 450 base1 = r1.base; 492 base1 = base2; 501 if (base1 != r2.base) { 504 size_t length = base1 - r2.base; 517 memmove(buf, base1, count); 521 base1 += count;
|
| /src/external/bsd/libevent/dist/test/ |
| regress.c | 1244 /* make sure that the base1 pipe is closed correctly. */ 1245 struct event_base *base1, *base2; 1248 base1 = event_init(); 1249 pipe1 = base1->sig.ev_signal_pair[0]; 1252 event_base_free(base1); 1272 struct event_base *base1, *base2; 1275 base1 = event_init(); 1280 if (event_base_set(base1, &ev1) || 1288 tt_ptr_op(event_get_base(&ev1), ==, base1); 1300 event_base_loop(base1, EVLOOP_NONBLOCK) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress.c | 1242 /* make sure that the base1 pipe is closed correctly. */ 1243 struct event_base *base1, *base2; 1246 base1 = event_init(); 1247 pipe1 = base1->sig.ev_signal_pair[0]; 1250 event_base_free(base1); 1270 struct event_base *base1, *base2; 1273 base1 = event_init(); 1278 if (event_base_set(base1, &ev1) || 1286 tt_ptr_op(event_get_base(&ev1), ==, base1); 1298 event_base_loop(base1, EVLOOP_NONBLOCK) [all...] |
| /src/sys/arch/arm/broadcom/ |
| bcm53xx_pax.c | 341 paddr_t base1 = base + __LOWEST_SET_BIT(PCIE_OARR_ADDR); local 342 bcmpax_write_4(sc, PCIE_OARR_1, base1); 343 bcmpax_write_4(sc, PCIE_OMAP_1_LOWER, base1 | 1);
|