pub fn isNative(self: Query) bool
pub fn isNative(self: Query) bool { return self.isNativeTriple() and self.ofmt == null; }