Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp135 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1638 bool ValueObject::IsIntegerType(bool &is_signed) { in IsIntegerType() function in ValueObject
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3115 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang