| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins-bases.h | 26 namespace bases { namespace in namespace:riscv_vector
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base.c | 38 } bases[] = { local 51 cid = nvif_mclass(&disp->disp->object, bases); 57 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
|
| /src/games/hack/ |
| def.objects.h | 350 int bases[sizeof(obj_symbols)]; variable
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin10-unwind-find-enc-func.c | 35 struct dwarf_eh_bases bases; local 36 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 38 return bases.func;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin10-unwind-find-enc-func.c | 35 struct dwarf_eh_bases bases; local 36 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 38 return bases.func;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Record.h | 72 llvm::iterator_range<const_base_iter> bases() const { function in class:clang::interp::Record 73 return llvm::make_range(Bases.begin(), Bases.end()); 76 unsigned getNumBases() { return Bases.size(); } 77 Base *getBase(unsigned I) { return &Bases[I]; } 89 Record(const RecordDecl *, BaseList &&Bases, FieldList &&Fields, 99 BaseList Bases; 102 /// List o fall virtual bases. 105 /// Mapping from declarations to bases. 109 /// Mapping from declarations to virtual bases [all...] |
| /src/external/apache2/llvm/dist/clang/utils/VtableTest/ |
| gen.cc | 72 static int bases[N_BASES]; local 75 // PARAM: 1/2 of all clases should have no bases 102 // PARAM: 1/8th the bases are virtual 128 bases[n_bases] = base; 188 int base = bases[i]; 275 g(" calc_s"); g(bases[i]); gl("(t);"); 281 g(" if ((char *)dynamic_cast<s"); g(bases[i]); gl("*>(this))"); 282 g(" mix(\"base dyn cast\", t - (char *)dynamic_cast<s"); g(bases[i]); gl("*>(this));"); 314 g("s"); g(bases[i]); g("((char *)this)");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| UDTLayout.h | 120 ArrayRef<BaseClassLayout *> bases() const { return AllBases; } function in class:llvm::pdb::UDTLayoutBase
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-modref-tree.h | 51 /* Used for bases that points to memory that escapes from function. */ 310 vec <modref_base_node <T> *, va_gc> *bases; variable 314 bases (NULL), 340 if (base && bases && bases->length () >= max_bases) 346 fprintf (dump_file, "--param modref-max-bases" 351 fprintf (dump_file, "--param modref-max-bases" 364 vec_safe_push (bases, base_node); 485 if (!bases) 488 for (i = 0; vec_safe_iterate (bases, i, &base_node); [all...] |
| tree-vect-data-refs.cc | 372 the VF unnecessarily when the bases are in fact independent. 669 auto_vec<data_reference *> bases; local 751 bases.safe_push (dr_ref); 775 for (auto dr_read : bases)
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| unwind-dw2-xtensa.c | 76 struct dwarf_eh_bases bases; member in struct:_Unwind_Context 187 return (_Unwind_Ptr) context->bases.func; 193 struct dwarf_eh_bases bases; 194 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 196 return bases.func; 204 return (_Unwind_Ptr) context->bases.dbase; 210 return (_Unwind_Ptr) context->bases.tbase; 326 &context->bases); 190 struct dwarf_eh_bases bases; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-modref-tree.h | 51 /* Used for bases that points to memory that escapes from function. */ 310 vec <modref_base_node <T> *, va_gc> *bases; variable 314 bases (NULL), 340 if (base && bases && bases->length () >= max_bases) 346 fprintf (dump_file, "--param modref-max-bases" 351 fprintf (dump_file, "--param modref-max-bases" 364 vec_safe_push (bases, base_node); 485 if (!bases) 488 for (i = 0; vec_safe_iterate (bases, i, &base_node); [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| unwind-dw2-xtensa.c | 76 struct dwarf_eh_bases bases; member in struct:_Unwind_Context 187 return (_Unwind_Ptr) context->bases.func; 193 struct dwarf_eh_bases bases; 194 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 196 return bases.func; 204 return (_Unwind_Ptr) context->bases.dbase; 210 return (_Unwind_Ptr) context->bases.tbase; 326 &context->bases); 190 struct dwarf_eh_bases bases; local
|
| /src/sys/dev/ic/ |
| stivar.h | 46 bus_addr_t *bases; member in struct:sti_rom 131 bus_addr_t bases[STI_REGION_MAX]; member in struct:sti_softc
|
| sti.c | 173 rc = sti_rom_setup(rom, iot, memt, romh, sc->bases, codebase); 213 bus_space_handle_t romh, bus_addr_t *bases, u_int codebase) 224 rom->bases = bases; 404 bus_addr_t *bases = rom->bases; local 450 addr = bases[regno] + (r->offset << STI_PGSHIFT); 462 if (regno == 0 && romh == bases[0]) { 1494 bus_addr_t *bases, u_int codebase) 1501 if ((error = bus_space_map(memt, bases[0], PAGE_SIZE, 0, &romh)) != 0 [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-gmp.h | 234 struct bases struct 241 __MPFR_DECLSPEC extern const struct bases mpfr_bases[257];
|
| /src/sys/dev/isa/ |
| seagate.c | 269 static const char *bases[] = { variable 274 #define nbases (sizeof(bases) / sizeof(bases[0]))
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaAccess.cpp | 311 for (const auto &I : Derived->bases()) { 658 for (const auto &I : Cur->bases()) { function
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2.c | 135 struct dwarf_eh_bases bases; member in struct:_Unwind_Context 385 return (_Unwind_Ptr) context->bases.func; 391 struct dwarf_eh_bases bases; 392 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 394 return bases.func; 403 return (_Unwind_Ptr) context->bases.dbase; 409 return (_Unwind_Ptr) context->bases.tbase; 1011 &context->bases); 1024 fs->pc = context->bases.func; 388 struct dwarf_eh_bases bases; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/ |
| unwind-cr16.c | 108 struct dwarf_eh_bases bases; member in struct:_Unwind_Context 362 return (_Unwind_Ptr) context->bases.func; 368 struct dwarf_eh_bases bases; 369 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 371 return bases.func; 379 return (_Unwind_Ptr) context->bases.dbase; 385 return (_Unwind_Ptr) context->bases.tbase; 1194 &context->bases); 1207 fs->pc = context->bases.func; 365 struct dwarf_eh_bases bases; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2.c | 134 struct dwarf_eh_bases bases; member in struct:_Unwind_Context 387 return (_Unwind_Ptr) context->bases.func; 393 struct dwarf_eh_bases bases; 394 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); 396 return bases.func; 405 return (_Unwind_Ptr) context->bases.dbase; 411 return (_Unwind_Ptr) context->bases.tbase; 1269 &context->bases); 1282 fs->pc = context->bases.func; 390 struct dwarf_eh_bases bases; local
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-types.c | 854 struct gcc_vbase_array bases {}; struct 855 bases.elements = elements.data (); 856 bases.flags = flags.data (); 857 bases.n_elements = num_baseclasses; 863 bases.flags[i] = (GCC_CP_SYMBOL_BASECLASS 868 bases.elements[i] = instance->convert_type (base_type); 872 (name.get (), resuld, &bases, filename, line);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-types.c | 854 struct gcc_vbase_array bases {}; struct 855 bases.elements = elements.data (); 856 bases.flags = flags.data (); 857 bases.n_elements = num_baseclasses; 863 bases.flags[i] = (GCC_CP_SYMBOL_BASECLASS 868 bases.elements[i] = instance->convert_type (base_type); 872 (name.get (), resuld, &bases, filename, line);
|
| /src/games/trek/ |
| trek.h | 57 unsigned char bases; /* number of bases in this quadrant */ member in struct:quad 275 unsigned char bases; /* number of starbases */ member in struct:Param_struct 311 unsigned char bases; /* number of starbases */ member in struct:Now_struct
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 1546 tree bases = NULL; 1577 TREE_CHAIN (base) = bases; 1578 bases = base; 1580 bases = nreverse (bases); 1582 xref_basetypes (type, bases); 1541 tree bases = NULL; local
|