Uses of Interface
dev.civl.abc.ast.conversion.IF.NullPointerConversion
Packages that use NullPointerConversion
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of NullPointerConversion in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return NullPointerConversionModifier and TypeMethodDescriptionConversionFactory.nullPointerConversion(ObjectType type1, PointerType type2) Conversion from an integer constant with value 0 or such cast to a void*, to a pointer type.