Home
last modified time | relevance | path

Searched refs:type_specifier (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() argument
88 : m_name(type_specifier->GetName()), in TypeMatcher()
89 m_match_type(type_specifier->GetMatchType()) { in TypeMatcher()
91 m_type_name_regex = RegularExpression(type_specifier->GetName()); in TypeMatcher()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-pretty-print.h48 c_pretty_print_fn type_specifier; member
114 (*pp_c_base (PPI)->type_specifier) (pp_c_base (PPI), D)
H A Dc-pretty-print.c1478 pp->type_specifier = pp_c_simple_type_specifier;
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c12168 tree type_specifier; in cp_parser_type_specifier_seq() local
12181 type_specifier = cp_parser_type_specifier (parser, in cp_parser_type_specifier_seq()
12187 if (!type_specifier) in cp_parser_type_specifier_seq()