Searched refs:kind_ (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.hh820 symbol_kind_type kind_; member in struct:QL::Parser::by_kind
2005 : kind_ (symbol_kind::S_YYEMPTY) function in namespace:QL
2011 : kind_ (that.kind_) function in namespace:QL
2019 : kind_ (that.kind_) function in namespace:QL
2024 : kind_ (yytranslate_ (t))
2033 kind_ = symbol_kind::S_YYEMPTY;
2040 kind_ = that.kind_;
[all...]
H A DQLParser.tab.cc273 that.kind_ = symbol_kind::S_YYEMPTY;
530 yyla.kind_ = symbol_kind::S_YYUNDEF;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dtdesc.h188 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) argument
189 : name (name_), kind (kind_)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dtdesc.h188 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) argument
189 : name (name_), kind (kind_)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-throw.c74 enum exception_event_kind kind_,
77 kind (kind_),
72 exception_catchpoint(struct gdbarch *gdbarch, bool temp, const char *cond_string_, enum exception_event_kind kind_, std::string &&except_rx) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c1051 index_key (int dwarf_tag_, bool is_static_, unit_kind kind_) argument
1052 : dwarf_tag (dwarf_tag_), is_static (is_static_), kind (kind_)
1088 unit_kind kind_)
1090 kind (kind_)
1087 symbol_value(int dwarf_tag_, int cu_index_, bool is_static_, unit_kind kind_) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c848 index_key (int dwarf_tag_, bool is_static_, unit_kind kind_) argument
849 : dwarf_tag (dwarf_tag_), is_static (is_static_), kind (kind_)
885 unit_kind kind_)
887 kind (kind_)
884 symbol_value(int dwarf_tag_, int cu_index_, bool is_static_, unit_kind kind_) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h964 slp_root (slp_instance_kind kind_, vec<stmt_vec_info> stmts_, argument
966 : kind(kind_), stmts(stmts_), roots(roots_) {}
H A Dgenmatch.cc381 id_base::id_base (id_kind kind_, const char *id_, int nargs_) argument
383 kind = kind_;
867 simplify (simplify_kind kind_, unsigned id_, operand *match_, argument
870 : kind (kind_), id (id_), match (match_), result (result_),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c381 id_base::id_base (id_kind kind_, const char *id_, int nargs_) argument
383 kind = kind_;
863 simplify (simplify_kind kind_, unsigned id_, operand *match_, argument
866 : kind (kind_), id (id_), match (match_), result (result_),
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8258 if (Attr & ObjCPropertyAttribute::kind_##A) \

Completed in 350 milliseconds