Home
last modified time | relevance | path

Searched refs:character2 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c1820 u.character2.length = 1; in ffebld_constantarray_get()
1821 u.character2.text = array.character2 + offset; in ffebld_constantarray_get()
2232 ptr.character2 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2568 *aptr = array.character2 + offset; in ffebld_constantarray_preparray()
2893 *cptr = source_array.character2; in ffebld_constantarray_preparray()
2894 *size = sizeof (*source_array.character2); in ffebld_constantarray_preparray()
3214 *aptr = array.character2 + offset; in ffebld_constantarray_prepare()
3539 *cptr = ffetarget_text_character2 (constant->character2); in ffebld_constantarray_prepare()
3540 *size = ffetarget_length_character2 (constant->character2); in ffebld_constantarray_prepare()
3849 memcpy (array.character2 + offset, in ffebld_constantarray_put()
[all …]
H A Dbld.h245 ffetargetCharacter2 character2; member
369 ffetargetCharacterUnit2 *character2; member
747 #define ffebld_constant_character2(c) ((c)->u.character2)
872 #define ffebld_cu_ptr_character2(u) &(u).character2
922 #define ffebld_cu_val_character2(u) (u).character2
/openbsd-src/gnu/gcc/libgomp/
H A DChangeLog648 * testsuite/libgomp.fortran/character2.f90: Fix race condition
857 * testsuite/libgomp.fortran/character2.f90: Remove explicit
930 * testsuite/libgomp.fortran/character2.f90: New test.