Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto22 enum IntSize { enum
42 optional IntSize int_size = 7 [default = IS_DEFAULT];
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp247 unsigned IntSize = Target.getIntWidth(); in getMemberPointerWidthAndAlign() local
251 uint64_t Width = Ptrs * PtrSize + Ints * IntSize; in getMemberPointerWidthAndAlign()
DASTContext.cpp4739 uint64_t IntSize = getTypeSize(IntTy); in isPromotableBitField() local
4754 if (BitWidth < IntSize) in isPromotableBitField()
4757 if (BitWidth == IntSize) in isPromotableBitField()
4807 uint64_t IntSize = getIntWidth(IntTy); in getPromotedIntegerType() local
4808 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()
4809 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
/external/nanopb-c/generator/proto/
Dnanopb.proto22 enum IntSize { enum
47 optional IntSize int_size = 7 [default = IS_DEFAULT];
/external/nanopb-c/generator/nanopb/
Doptions.proto30 enum IntSize { enum
55 optional IntSize int_size = 7 [default = IS_DEFAULT];
/external/syzkaller/vendor/golang.org/x/net/http2/
Dgotrack.go82 bitSize = int(strconv.IntSize)
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1481 #define TestImplSRegXmm(GPR, Src, Inst, IntSize, Size) \ in TEST_F() argument
1484 "(" #GPR ", " #Src ", cvt" #Inst ", " #IntSize ", f" #Size ")"; \ in TEST_F()
1489 __ cvt##Inst(IceType_i##IntSize, Encoded_GPR_##GPR(), IceType_f##Size, \ in TEST_F()
1496 ASSERT_EQ(static_cast<uint##IntSize##_t>(Inst##Size##Expected), \ in TEST_F()
1541 #define TestImplSRegAddr(GPR, Inst, IntSize, Size) \ in TEST_F() argument
1544 "(" #GPR ", Addr, cvt" #Inst ", f" #Size ", " #IntSize ")"; \ in TEST_F()
1548 __ cvt##Inst(IceType_i##IntSize, Encoded_GPR_##GPR(), IceType_f##Size, \ in TEST_F()
1555 ASSERT_EQ(static_cast<uint##IntSize##_t>(Inst##Size##Expected), \ in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3358 unsigned IntSize = Ty->getIntegerBitWidth(); in visitCallInst() local
3363 if ((Width & (IntSize - 1)) == 0) in visitCallInst()
3366 if (Width >= IntSize) { in visitCallInst()
3369 Width & (IntSize - 1))); in visitCallInst()
3378 if (Offset >= IntSize) { in visitCallInst()
3380 Offset & (IntSize - 1))); in visitCallInst()
3389 Constant *KSize = ConstantInt::get(COffset->getType(), IntSize); in visitCallInst()
3405 if (Offset + Width < IntSize) { in visitCallInst()
3406 Value *Shl = Builder.CreateShl(Src, IntSize - Offset - Width); in visitCallInst()
3407 Value *RightShift = Signed ? Builder.CreateAShr(Shl, IntSize - Width) in visitCallInst()
[all …]
/external/v8/tools/
Dgrokdump.py1193 return self.InstanceSizesOffset() + self.heap.IntSize()
1209 return self.InstanceAttributesOffset() + self.heap.IntSize()
1613 return 12 * self.heap.PointerSize() + 4 * self.heap.IntSize()
1616 return 12 * self.heap.PointerSize() + 5 * self.heap.IntSize()
1686 return (heap.PointerSize() + heap.IntSize() + \
1687 4 * heap.PointerSize() + 3 * heap.IntSize() + \
1786 def IntSize(self): member in V8Heap
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp463 int IntSize = 0; in EnforceSmallerThan() local
470 ++IntSize; in EnforceSmallerThan()
473 --IntSize; in EnforceSmallerThan()
492 if ((hasIntegerTypes() && IntSize == 0) in EnforceSmallerThan()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2986 unsigned IntSize = in SynthMessageExpr() local
2989 llvm::APInt(IntSize, 8), in SynthMessageExpr()
4125 unsigned IntSize = in SynthesizeByrefCopyDestroyHelper() local
4130 unsigned offset = (VoidPtrSize*4 + IntSize + IntSize)/Context->getCharWidth(); in SynthesizeByrefCopyDestroyHelper()
4523 unsigned IntSize = in SynthBlockInitExpr() local
4525 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), in SynthBlockInitExpr()
DRewriteModernObjC.cpp2599 unsigned IntSize = in RewriteObjCBoolLiteralExpr() local
2603 llvm::APInt(IntSize, Exp->getValue()), in RewriteObjCBoolLiteralExpr()
4981 unsigned IntSize = in SynthesizeByrefCopyDestroyHelper() local
4986 unsigned offset = (VoidPtrSize*4 + IntSize + IntSize)/Context->getCharWidth(); in SynthesizeByrefCopyDestroyHelper()
5396 unsigned IntSize = in SynthBlockInitExpr() local
5398 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), in SynthBlockInitExpr()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1051 CharUnits IntSize = Context.getTypeSizeInChars(Context.IntTy); in GetVirtualBaseClassOffset() local
1053 IntSize * in GetVirtualBaseClassOffset()
2107 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment() local
2111 IntSize * RA.Virtual.Microsoft.VBIndex, &VBPtr); in performReturnAdjustment()
/external/clang/lib/Sema/
DSemaExpr.cpp3178 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnIntegerConstant() local
3179 return IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val), in ActOnIntegerConstant()
3442 unsigned IntSize = Context.getTargetInfo().getIntWidth(); in ActOnNumericConstant() local
3445 if (ResultVal.isIntN(IntSize)) { in ActOnNumericConstant()
3447 if (!Literal.isUnsigned && ResultVal[IntSize-1] == 0) in ActOnNumericConstant()
3451 Width = IntSize; in ActOnNumericConstant()