Searched refs:MySize (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 16 } MySize; typedef 23 +(void) printThisSize: (MySize) arg0; argument 24 +(MySize) returnASize; 30 -(void) printThisSize: (MySize) arg0; argument 31 -(MySize) returnASize; 51 +(void) printThisSize: (MySize) arg0 { argument 55 +(MySize) returnASize { 56 MySize x = { 32, 44 }; 74 -(void) printThisSize: (MySize) arg0 { argument 78 -(MySize) returnASize { [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 181 size_t MySize = FunctionInfoHeaderSize + in getNextFunctionInfo() local 184 const uint8_t *Begin = P + MySize; in getNextFunctionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 180 size_t MySize = FunctionInfoHeaderSize + in getNextFunctionInfo() local 183 const uint8_t *Begin = P + MySize; in getNextFunctionInfo()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 573 AssembledTest(const uint8_t *Data, const size_t MySize, in AssembledTest() argument 579 EXPECT_LT(MySize, MaxCodeSize); in AssembledTest() 580 assert(MySize < MaximumCodeSize); in AssembledTest() 596 std::memcpy(ExecutableData, Data, MySize); in AssembledTest()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 703 AssembledTest(const uint8_t *Data, const size_t MySize, in AssembledTest() argument 709 EXPECT_LT(MySize, MaxCodeSize); in AssembledTest() 710 assert(MySize < MaximumCodeSize); in AssembledTest() 726 std::memcpy(ExecutableData, Data, MySize); in AssembledTest()
|