Home
last modified time | relevance | path

Searched refs:name_needs_quotes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/
Ddarwin.h606 if (xname[1] != '"' && name_needs_quotes (&xname[1])) \
617 else if (xname[0] != '"' && name_needs_quotes (xname)) \
795 if (name_needs_quotes (symbol_) && symbol_[0] != '"') \
818 else if (name_needs_quotes (symbol_)) \
Ddarwin-protos.h22 extern int name_needs_quotes (const char *);
Ddarwin.c149 name_needs_quotes (const char *name) in name_needs_quotes() function
411 needs_quotes = name_needs_quotes (name); in machopic_indirection_name()
1393 need_quotes = name_needs_quotes (base); in darwin_emit_unwind_label()
/freebsd-12-stable/contrib/gcc/
DChangeLog-20017943 * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
DChangeLog-20035397 (name_needs_quotes): Allow '.' and '$' unquoted.