Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp165 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3244 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang