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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 4585 /* We need to turn this parameter into an aligner type
4587 struct value *aligner = value::allocate (formal_type);
4588 struct value *component = ada_value_struct_elt (aligner, "F", 0);
4590 value_assign_to_component (aligner, component, actual);
4591 return aligner;
7752 /* If the type referenced by this field is an aligner type, we need
7753 to unwrap that aligner type, because its size might not be set.
7754 Keeping the aligner type would cause us to compute the wrong
8892 /* The encoding specifies that we should always use the aligner type.
8893 So, even if this aligner type has an associated XVS type, we shoul
4579 struct value *aligner = value::allocate (formal_type); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 4586 /* We need to turn this parameter into an aligner type
4588 struct value *aligner = value::allocate (formal_type);
4589 struct value *component = ada_value_struct_elt (aligner, "F", 0);
4591 value_assign_to_component (aligner, component, actual);
4592 return aligner;
7750 /* If the type referenced by this field is an aligner type, we need
7751 to unwrap that aligner type, because its size might not be set.
7752 Keeping the aligner type would cause us to compute the wrong
8896 /* The encoding specifies that we should always use the aligner type.
8897 So, even if this aligner type has an associated XVS type, we shoul
4580 struct value *aligner = value::allocate (formal_type); local
    [all...]

Completed in 89 milliseconds