Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h133 FixedSubfield PossibleFType = Subfield & 0xF; in DecodeTypedID() local
134 FType = (PossibleFType > kFieldType_MAX in DecodeTypedID()
135 ? kUnknownType : static_cast<FieldType>(PossibleFType)); in DecodeTypedID()