Home
last modified time | relevance | path

Searched refs:integer_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp344 const CompilerType &integer_type, in GetEnumMembers()
349 lldb::TypeImplSP(new TypeImpl(integer_type)), name, value))); in GetEnumMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h314 std::function<bool(const CompilerType &integer_type,
H A DTypeSystem.h293 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
H A DClangASTContext.h763 std::function<bool(const CompilerType &integer_type,
/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c4674 tree integer_type; in layout_class_type() local
4688 integer_type = integer_types[itk - 1]; in layout_class_type()
4694 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field))) in layout_class_type()
4708 TYPE_SIZE (integer_type)); in layout_class_type()
4724 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()
4725 DECL_ALIGN (field) = TYPE_ALIGN (integer_type); in layout_class_type()
4726 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp556 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
H A DClangASTContext.cpp5818 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
5826 CompilerType integer_type(this, in ForEachEnumerator() local
5834 if (!callback(integer_type, name, enum_pos->getInitVal())) in ForEachEnumerator()
8927 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local
8928 if (!integer_type.isNull()) { in CompleteTagDeclarationDefinition()
/freebsd-12.1/contrib/gcc/
H A Dtree.def161 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
H A DChangeLog-20044166 creating iv instead of integer_type.
4172 Use that type instead of integer_type. Remove redundant code.
4174 integer_type.