| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/ |
| rust-style.exp | 35 set vfield [style value variable] 38 "Two\{$vfield: 23, $v2field: 97\}"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/ |
| rust-style.exp | 35 set vfield [style value variable] 38 "Two\{$vfield: 23, $v2field: 97\}"
|
| /src/external/bsd/mdocml/dist/ |
| term.c | 98 size_t vfield; /* Desired visual field width. */ local 119 vfield = p->tcol->rmargin > p->viscol + vbl ? 129 vtarget = (p->flags & TERMP_NOBREAK) == 0 ? vfield : 241 vbr + term_len(p, p->trailspace) > vfield))
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 110 bool vfield; // identify non-mutable field variables member in struct:FeatureState::Param
|
| globals.d | 120 bool vfield; // identify non-mutable field variables
|
| dsymbolsem.d | 737 if (global.params.vfield && dsym.storage_class & (STC.const_ | STC.immutable_) && dsym._init && !dsym._init.isVoidInitializer())
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-codegen.cc | 1225 tree vfield = field; local 1226 if (RECORD_OR_UNION_TYPE_P (TREE_TYPE (vfield)) 1227 && ANON_AGGR_TYPE_P (TREE_TYPE (vfield))) 1228 vfield = TYPE_FIELDS (TREE_TYPE (vfield)); 1231 gcc_assert (TYPE_NAME (vtype) && DECL_NAME (vfield)); 1233 TYPE_NAME (vtype), DECL_NAME (vfield));
|
| decl.cc | 1727 tree vfield = get_symbol_decl (ad->vthis); local 1728 t = component_ref (build_deref (t), vfield); 2223 tree vfield = find_aggregate_field (TREE_TYPE (field), local 2225 if (vfield != NULL_TREE) 2226 return vfield; 2291 VarDeclaration *vfield = bcd->fields[i]; local 2292 int index = exp->findFieldIndexByName (vfield);
|
| d-lang.cc | 681 global.params.vfield = value; 689 global.params.vfield = value;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| class.cc | 701 tree vfield, vcontext; 719 vfield = TYPE_VFIELD (type); 720 vcontext = DECL_CONTEXT (vfield); 727 return build3 (COMPONENT_REF, TREE_TYPE (vfield), datum, vfield, NULL_TREE); 6541 accordingly. If a new vfield was created (because T doesn't have a 700 tree vfield, vcontext; local
|
| module.cc | 6102 /* Records and unions hold FIELDS, VFIELD & BINFO on these 6648 /* Records and unions hold FIELDS, VFIELD & BINFO on these 12316 tree vfield = tree_node (); 12471 TYPE_VFIELD (type) = vfield;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| class.cc | 700 tree vfield, vcontext; 718 vfield = TYPE_VFIELD (type); 719 vcontext = DECL_CONTEXT (vfield); 726 return build3 (COMPONENT_REF, TREE_TYPE (vfield), datum, vfield, NULL_TREE); 6232 accordingly. If a new vfield was created (because T doesn't have a 699 tree vfield, vcontext; local
|
| module.cc | 5893 /* Records and unions hold FIELDS, VFIELD & BINFO on these 6406 /* Records and unions hold FIELDS, VFIELD & BINFO on these 11779 tree vfield = tree_node (); 11935 TYPE_VFIELD (type) = vfield;
|