Home
last modified time | relevance | path

Searched refs:getBitSize (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBitParameterType.h67 size_t getBitSize() const;
DBitParameter.cpp84 if (static_cast<const CBitParameterType *>(getTypeElement())->getBitSize() != 1) { in access()
DBitParameterType.cpp206 size_t CBitParameterType::getBitSize() const in getBitSize() function in CBitParameterType
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp168 Builder.writeUInt8(Record.getBitSize()); in writeBitField()
DTypeDumper.cpp471 W->printNumber("BitSize", BitField.getBitSize()); in visitBitField()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp397 W->printNumber("BitSize", BitField.getBitSize()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h526 uint8_t getBitSize() const { return BitSize; } in getBitSize() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h603 uint8_t getBitSize() const { return BitSize; } in getBitSize() function