Searched refs:caf_ref (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c175 aref->caf_ref = ref;
362 if (aref->caf_ref == ref)
419 *(ref->caf_ref) = value;
H A Dctf-impl.h230 uint32_t *caf_ref; /* A single ref to this string. */ member in struct:ctf_str_atom_ref
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-string.c159 aref->caf_ref = ref;
279 if (aref->caf_ref == ref)
331 *(ref->caf_ref) = value;
H A Dctf-impl.h232 uint32_t *caf_ref; /* A single ref to this string. */ member in struct:ctf_str_atom_ref
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-string.c175 aref->caf_ref = ref;
362 if (aref->caf_ref == ref)
419 *(ref->caf_ref) = value;
H A Dctf-impl.h230 uint32_t *caf_ref; /* A single ref to this string. */ member in struct:ctf_str_atom_ref
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c175 aref->caf_ref = ref;
362 if (aref->caf_ref == ref)
419 *(ref->caf_ref) = value;
H A Dctf-impl.h230 uint32_t *caf_ref; /* A single ref to this string. */ member in struct:ctf_str_atom_ref
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c1189 tree caf_ref = NULL_TREE, prev_caf_ref = NULL_TREE, reference_type, tmp, tmp2, local
1238 tmp = gfc_create_var (gfc_get_caf_reference_type (), "caf_ref");
1241 if (caf_ref == NULL_TREE)
1242 caf_ref = tmp;
1649 return caf_ref != NULL_TREE ? gfc_build_addr_expr (NULL_TREE, caf_ref)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc1197 tree caf_ref = NULL_TREE, prev_caf_ref = NULL_TREE, reference_type, tmp, tmp2, local
1246 tmp = gfc_create_var (gfc_get_caf_reference_type (), "caf_ref");
1249 if (caf_ref == NULL_TREE)
1250 caf_ref = tmp;
1657 return caf_ref != NULL_TREE ? gfc_build_addr_expr (NULL_TREE, caf_ref)

Completed in 355 milliseconds