Searched refs:integer_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h276 std::function<bool(const CompilerType &integer_type,
H A DTypeSystem.h283 std::function<bool(const CompilerType &integer_type,
281 ForEachEnumerator( lldb::opaque_compiler_type_t type, std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) argument
H A DClangASTContext.h687 std::function<bool(const CompilerType &integer_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp441 const CompilerType &integer_type,
446 lldb::TypeImplSP(new TypeImpl(integer_type)), name, value)));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp526 std::function<bool(const CompilerType &integer_type,
525 ForEachEnumerator( std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) const argument
H A DClangASTContext.cpp5134 std::function<bool(const CompilerType &integer_type,
5142 CompilerType integer_type = GetType(enum_decl->getIntegerType()); local
5149 if (!callback(integer_type, name, enum_pos->getInitVal()))
7814 QualType integer_type(enum_decl->getIntegerType());
7815 if (!integer_type.isNull()) {
5132 ForEachEnumerator( lldb::opaque_compiler_type_t type, std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c4678 tree integer_type;
4692 integer_type = integer_types[itk - 1];
4698 || INT_CST_LT (TYPE_SIZE (integer_type), DECL_SIZE (field)))
4712 TYPE_SIZE (integer_type));
4728 DECL_SIZE (field) = TYPE_SIZE (integer_type);
4729 DECL_ALIGN (field) = TYPE_ALIGN (integer_type);
4730 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
4674 tree integer_type; local

Completed in 217 milliseconds