Home
last modified time | relevance | path

Searched defs:IsIntegerType (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp164 bool CompilerType::IsIntegerType(bool &is_signed) const { IsIntegerType() function in CompilerType
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3162 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, IsIntegerType() function in TypeSystemClang