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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dlex.c762 struct lang_type *lt;
768 size = sizeof (struct lang_type);
771 lt = GGC_NEWVAR (struct lang_type, size);
776 tree_node_counts[(int)lang_type] += 1;
777 tree_node_sizes[(int)lang_type] += size;
798 /* Create lang_type structure. */
802 struct lang_type *pi = GGC_CNEW (struct lang_type);
808 tree_node_counts[(int)lang_type] += 1;
809 tree_node_sizes[(int)lang_type]
[all...]
H A Dcp-tree.h123 forth as a substitute for the mark bits provided in `lang_type'.
983 /* This is a few header flags for 'struct lang_type'. Actually,
1102 struct lang_type GTY(())
1115 ({ struct lang_type *lt = TYPE_LANG_SPECIFIC (NODE); \
1121 ({ struct lang_type *lt = TYPE_LANG_SPECIFIC (NODE); \
2651 (struct lang_type, sizeof (struct lang_type_ptrmem)); \
1099 struct lang_type GTY(()) function
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp444 lldb::LanguageType lang_type; local
447 lang_type = lldb::eLanguageTypeC_plus_plus;
449 lang_type = lldb::eLanguageTypeObjC;
451 lang_type = lldb::eLanguageTypeC;
453 if (!source_code->GetText(m_transformed_text, lang_type, m_const_object, m_static_method))
/freebsd-10.1-release/contrib/gcc/
H A Dc-tree.h60 struct lang_type GTY(()) function
H A Dc-decl.c4362 struct lang_type *lt = TYPE_LANG_SPECIFIC (*type);
6253 struct lang_type *space;
6262 space = GGC_CNEW (struct lang_type);
6412 struct lang_type *lt;
6509 lt = GGC_CNEW (struct lang_type);
H A Dtree.h2189 struct lang_type *lang_specific;
4702 lang_type,
4677 lang_type, enumerator in enum:__anon1190

Completed in 265 milliseconds