HomeSort by: relevance | last modified time | path
    Searched defs:tbase (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/
darwin10-unwind-find-enc-func.c 12 void *tbase; member in struct:dwarf_eh_bases
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin10-unwind-find-enc-func.c 12 void *tbase; member in struct:dwarf_eh_bases
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
virtbase2.cc 34 typedef base tbase; typedef
35 struct derived: virtual super, virtual tbase
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
virtbase2.cc 34 typedef base tbase; typedef
35 struct derived: virtual super, virtual tbase
  /src/sys/arch/alpha/pci/
apecs_dma.c 94 bus_addr_t tbase; local
176 tbase = acp->ac_sgmap.aps_ptpa >> EPIC_TBASE_SHIFT;
177 if ((tbase & EPIC_TBASE_T_BASE) != tbase)
179 REGVAL(EPIC_TBASE_1) = tbase;
tsp_dma.c 187 bus_addr_t tbase; local
361 tbase = pcp->pc_sgmap_lo.aps_ptpa;
362 if (tbase & ~0x7fffffc00UL)
364 pccsr->tsp_tba[0].tsg_r = tbase;
388 tbase = pcp->pc_sgmap_hi.aps_ptpa;
389 if (tbase & ~0x7fffffc00UL)
391 pccsr->tsp_tba[2].tsg_r = tbase;
cia_dma.c 120 ccp->cc_saved_windows.tbase[i];
128 bus_addr_t tbase; local
142 ccp->cc_saved_windows.tbase[i] =
271 tbase = ccp->cc_sgmap_lo.aps_ptpa >> CIA_PCI_TnBASE_SHIFT;
272 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase)
274 REGVAL(CIA_PCI_T0BASE) = tbase;
289 tbase = ccp->cc_sgmap_hi.aps_ptpa >> CIA_PCI_TnBASE_SHIFT;
290 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase)
    [all...]
ciavar.h 75 uint32_t tbase[4]; member in struct:cia_config::__anon919
  /src/sys/lib/libunwind/
unwind.h 61 void *tbase; member in struct:dwarf_eh_bases
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 479 void *tbase, *dbase; local
480 tbase = 0;
483 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
unwind-dw2-fde.h 43 void *tbase; member in struct:object
87 void *tbase; member in struct:dwarf_eh_bases
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 478 void *tbase, *dbase; local
479 tbase = 0;
482 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
unwind-dw2-fde.h 43 void *tbase; member in struct:object
87 void *tbase; member in struct:dwarf_eh_bases
  /src/external/public-domain/xz/dist/tests/
test_index.c 535 lzma_vli tbase = 0; local
539 tbase += n * 4 + 8;
545 expect(r.block.compressed_file_offset == tbase + n * 4 + 8
549 tbase += n * 4 + 8;
565 tbase -= n * 4 + 8;
568 expect(r.block.compressed_file_offset == tbase + n * 4 + 8
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 292 uintptr_t tbase; member in struct:dwarf_eh_bases
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 165 bfd_vma tbase = 0; member in struct:comp_unit
1518 base = unit->tbase;
2167 unit->tbase = txt->vma;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 167 bfd_vma tbase = 0; member in struct:comp_unit
1520 base = unit->tbase;
2169 unit->tbase = txt->vma;
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 4104 tree tbase, tbase_init;
4175 tbase = create_temporary_var (ptype);
4176 DECL_INITIAL (tbase)
4179 tbase_init = build_stmt (loc, DECL_EXPR, tbase);
4180 controller = build3 (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE);
4185 build2 (EQ_EXPR, boolean_type_node, tbase,
4188 tmp = fold_build_pointer_plus (tbase, tmp);
4189 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain);
4196 tmp = build_delete (loc, ptype, tbase, sfk_complete_destructor,
4101 tree tbase, tbase_init; local
call.cc 1393 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); local
1395 if (same_type_p (fbase, tbase))
1397 else if (DERIVED_FROM_P (fbase, tbase)
1401 from = build_ptrmem_type (tbase, from_pointee);
1464 tree tbase = class_of_this_parm (tofn); local
1466 /* If FBASE and TBASE are equivalent but incomplete, DERIVED_FROM_P
1468 if (!same_type_p (fbase, tbase) && !DERIVED_FROM_P (fbase, tbase))
1479 if (!same_type_p (fbase, tbase))
1482 tbase,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 4421 tree tbase = base; local
4446 hash_operand (tbase, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 4089 tree tbase, tbase_init;
4160 tbase = create_temporary_var (ptype);
4161 DECL_INITIAL (tbase)
4164 tbase_init = build_stmt (loc, DECL_EXPR, tbase);
4165 controller = build3 (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE);
4170 build2 (EQ_EXPR, boolean_type_node, tbase,
4173 tmp = fold_build_pointer_plus (tbase, tmp);
4174 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain);
4178 tmp = build_delete (loc, ptype, tbase, sfk_complete_destructor,
4086 tree tbase, tbase_init; local
call.cc 1376 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); local
1378 if (same_type_p (fbase, tbase))
1380 else if (DERIVED_FROM_P (fbase, tbase)
1384 from = build_ptrmem_type (tbase, from_pointee);
1447 tree tbase = class_of_this_parm (tofn); local
1449 /* If FBASE and TBASE are equivalent but incomplete, DERIVED_FROM_P
1451 if (!same_type_p (fbase, tbase) && !DERIVED_FROM_P (fbase, tbase))
1462 if (!same_type_p (fbase, tbase))
1465 tbase,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 4334 tree tbase = base; local
4359 hash_operand (tbase, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS);

Completed in 97 milliseconds