Uses of Interface
dev.civl.abc.ast.type.IF.SignedIntegerType
Packages that use SignedIntegerType
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of SignedIntegerType in dev.civl.abc.ast.type.IF
Subinterfaces of SignedIntegerType in dev.civl.abc.ast.type.IFModifier and TypeInterfaceDescriptioninterfaceThe 5 "standard" signed integer types.Methods in dev.civl.abc.ast.type.IF that return SignedIntegerTypeModifier and TypeMethodDescriptionTypeFactory.ptrdiff_t()Returns the type ptrdiff_t, which is the signed integer type of the result of subtracting two pointers; (C11, Sec.7.19).