Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp224 uintptr_t ReadType(const uint8_t *&p) { in ReadType() function
422 result = ReadType<uintptr_t>(p); in readEncodedPointer()
432 result = ReadType<uint16_t>(p); in readEncodedPointer()
435 result = ReadType<uint32_t>(p); in readEncodedPointer()
438 result = ReadType<uint64_t>(p); in readEncodedPointer()
441 result = ReadType<int16_t>(p); in readEncodedPointer()
444 result = ReadType<int32_t>(p); in readEncodedPointer()
447 result = ReadType<int64_t>(p); in readEncodedPointer()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2029 void ReadType(cmsIT8* it8, char* SheetTypePtr) in ReadType() function
2052 ReadType(it8, SheetTypePtr); in ParseIT8()
/external/llvm/include/llvm/Target/
DTargetSchedule.td330 SchedRead ReadType = read;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSchedule.td338 SchedRead ReadType = read;