Searched refs:vname (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/fixincludes/
H A Dfixopts.c32 show_not_def (char const * vname) argument
39 fprintf (stderr, var_not_found, vname);
/haiku-buildtools/gcc/gcc/
H A Dopth-gen.awk352 vname = var_name(flags[i])
355 if (vname != "") {
357 if (host_wide_int[vname] == "yes")
361 print "#define " mask name " (" mask_1 " << " masknum[vname]++ ")"
395 vname = var_name(flags[i])
397 if (vname == "") {
398 vname = "target_flags"
403 " ((" vname " & " mask name ") != 0)"
404 print "#define TARGET_" name "_P(" vname ")" \
405 " ((" vname "
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc737 #define FORMAT_INTERCEPTOR_IMPL(name, vname, ...) \
742 COMMON_INTERCEPTOR_ENTER(ctx, vname, __VA_ARGS__, ap); \
743 int res = WRAP(vname)(__VA_ARGS__, ap); \
752 #define VSCANF_INTERCEPTOR_IMPL(vname, allowGnuMalloc, ...) \
755 COMMON_INTERCEPTOR_ENTER(ctx, vname, __VA_ARGS__); \
758 int res = REAL(vname)(__VA_ARGS__); \
834 #define VPRINTF_INTERCEPTOR_ENTER(vname, ...) \
836 COMMON_INTERCEPTOR_ENTER(ctx, vname, __VA_ARGS__); \
843 #define VPRINTF_INTERCEPTOR_IMPL(vname, ...) \
845 VPRINTF_INTERCEPTOR_ENTER(vname, __VA_ARGS_
[all...]
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c1856 const char *vname = "vect";
1884 fprintf (file, "\t.global\t$tableentry$default$%s\n", vname);
1885 fprintf (file, "$tableentry$default$%s:\n", vname);
1888 vname = s;
1894 fprintf (file, "\t.global\t$tableentry$%d$%s\n", vnum, vname);
1895 fprintf (file, "$tableentry$%d$%s:\n", vnum, vname);
1850 const char *vname = "vect"; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c3105 const char *vname, *basename; local
3111 if (! ieee_require_atn65 (info, pp, &vname, &vnamelen)
/haiku-buildtools/binutils/binutils/
H A Dieee.c3115 const char *vname, *base; local
3121 if (! ieee_require_atn65 (info, pp, &vname, &vnamelen)

Completed in 204 milliseconds