Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c717 nc->u.character1 = val; in ffebld_constant_new_character1_val()
1813 u.character1.length = 1; in ffebld_constantarray_get()
1814 u.character1.text = array.character1 + offset; in ffebld_constantarray_get()
2222 ptr.character1 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2562 *aptr = array.character1 + offset; in ffebld_constantarray_preparray()
2886 *cptr = source_array.character1; in ffebld_constantarray_preparray()
2887 *size = sizeof (*source_array.character1); in ffebld_constantarray_preparray()
3208 *aptr = array.character1 + offset; in ffebld_constantarray_prepare()
3532 *cptr = ffetarget_text_character1 (constant->character1); in ffebld_constantarray_prepare()
3533 *size = ffetarget_length_character1 (constant->character1); in ffebld_constantarray_prepare()
[all …]
H A Dbld.h242 ffetargetCharacter1 character1; member
366 ffetargetCharacterUnit1 *character1; member
746 #define ffebld_constant_character1(c) ((c)->u.character1)
871 #define ffebld_cu_ptr_character1(u) &(u).character1
921 #define ffebld_cu_val_character1(u) (u).character1
/openbsd-src/gnu/gcc/libgomp/
H A DChangeLog929 * testsuite/libgomp.fortran/character1.f90: New test.