Home
last modified time | relevance | path

Searched defs:integer_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h314 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp451 const llvm::APSInt &value) -> bool { in GetEnumMembers()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp790 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5486 std::function<bool(const CompilerType &integer_type, in ForEachEnumerator()
5494 CompilerType integer_type = GetType(enum_decl->getIntegerType()); in ForEachEnumerator() local
8300 QualType integer_type(enum_decl->getIntegerType()); in CompleteTagDeclarationDefinition() local