Searched refs:integer_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 344 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 D | CompilerType.h | 314 std::function<bool(const CompilerType &integer_type,
|
| H A D | TypeSystem.h | 293 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| H A D | ClangASTContext.h | 763 std::function<bool(const CompilerType &integer_type,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 4674 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 D | CompilerType.cpp | 556 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator() argument
|
| H A D | ClangASTContext.cpp | 5818 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 D | tree.def | 161 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
|
| H A D | ChangeLog-2004 | 4166 creating iv instead of integer_type. 4172 Use that type instead of integer_type. Remove redundant code. 4174 integer_type.
|