Searched defs:GetBitSize (Results 1 – 5 of 5) sorted by relevance
46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
138 size_t GetBitSize() const { return ptr_size << 3; } GetBitSize() function
22 TEST(Flags, GetBitSize) { in TEST() argument
765 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { GetBitSize() function in CompilerType
4729 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, GetBitSize() function in TypeSystemClang