Searched refs:type_tag (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp73 type_tag = 400, enumerator in enum:tag_type
509 require_tag(type_tag);
510 int tfm_type = tag_info(type_tag).value;
985 case type_tag:
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2out.c4198 static const char *type_tag (tree);
11254 type_tag (tree type)
11332 add_name_attribute (array_die, type_tag (type));
11469 add_name_attribute (type_die, type_tag (type));
12595 add_name_attribute (type_die, type_tag (type));
11240 type_tag (tree type) function
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp5297 const dw_tag_t type_tag = type_die->Tag(); local
5299 if (type_tag == tag)
5310 switch (type_tag)

Completed in 103 milliseconds