search for: booleanval

Displaying 4 results from an estimated 4 matches for "booleanval".

2016 Mar 24
2
Possible bug with struct types and linking
..., e.g. if a call instruction originally from Dst calls a function in Src with the wrong typed pointer. Dst Module ======== %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 } %"struct.impala_udf::AnyVal" = type { i8 } %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 } <forward declarations of IdentityTiny and IdentityBool> <functions that call IdentityTiny and IdentityBool> Src Module ======== %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 }...
2016 Mar 24
2
Possible bug with struct types and linking
...n in Src with the wrong typed pointer. > > > > Dst Module > > ======== > > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", > i8 } > > %"struct.impala_udf::AnyVal" = type { i8 } > > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", > i8 } > > > > <forward declarations of IdentityTiny and IdentityBool> > > > > <functions that call IdentityTiny and IdentityBool> > > > > Src Module > > ======== > > %"struct....
2016 Mar 24
0
Possible bug with struct types and linking
...nally > from Dst calls a function in Src with the wrong typed pointer. > > Dst Module > ======== > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 } > %"struct.impala_udf::AnyVal" = type { i8 } > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 } > > <forward declarations of IdentityTiny and IdentityBool> > > <functions that call IdentityTiny and IdentityBool> > > Src Module > ======== > %"struct.impala_udf::BooleanVal" = type { %"...
2016 Mar 24
0
Possible bug with struct types and linking
...d pointer. >> > >> > Dst Module >> > ======== >> > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", >> i8 } >> > %"struct.impala_udf::AnyVal" = type { i8 } >> > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", >> i8 } >> > >> > <forward declarations of IdentityTiny and IdentityBool> >> > >> > <functions that call IdentityTiny and IdentityBool> >> > >> > Src Module >> > =...