Searched refs:subst_v (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c679 struct vector_str subst_v; local
692 if (!vector_str_init(&subst_v))
694 if (!vector_str_push(&subst_v, type_str, strlen(type_str)))
705 if (!vector_str_push(&subst_v, "*", 1))
708 &subst_v))
717 if (!vector_str_push(&subst_v, "&", 1))
720 &subst_v))
729 if (!vector_str_push(&subst_v, " complex", 8))
732 &subst_v))
741 if (!vector_str_push(&subst_v, " imaginar
[all...]
/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c386 struct vector_str subst_v; local
399 if (!vector_str_init(&subst_v))
401 if (!vector_str_push(&subst_v, type_str, strlen(type_str)))
412 if (!vector_str_push(&subst_v, "*", 1))
415 &subst_v))
424 if (!vector_str_push(&subst_v, "&", 1))
427 &subst_v))
436 if (!vector_str_push(&subst_v, " complex", 8))
439 &subst_v))
448 if (!vector_str_push(&subst_v, " imaginar
[all...]

Completed in 59 milliseconds