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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp449 const CompilerType &integer_type,
454 lldb::TypeImplSP(new TypeImpl(integer_type)), name, value)));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h398 std::function<bool(const CompilerType &integer_type, ConstString name,
H A DTypeSystem.h314 std::function<bool(const CompilerType &integer_type,
312 ForEachEnumerator( lldb::opaque_compiler_type_t type, std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp790 std::function<bool(const CompilerType &integer_type,
789 ForEachEnumerator( std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) const argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h849 std::function<bool(const CompilerType &integer_type,
H A DTypeSystemClang.cpp5486 std::function<bool(const CompilerType &integer_type,
5494 CompilerType integer_type = GetType(enum_decl->getIntegerType()); local
5501 if (!callback(integer_type, name, enum_pos->getInitVal()))
8300 QualType integer_type(enum_decl->getIntegerType());
8301 if (!integer_type.isNull()) {
5484 ForEachEnumerator( lldb::opaque_compiler_type_t type, std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) argument

Completed in 405 milliseconds