代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/366702/2872407
mm encode-7.mm
/* Check if array arguments of ObjC methods are decayed to pointer types
in a proper fashion:
(1) The _encodings_ for the array arguments should remain to be '[4i]' and
such, since th
www.eeworm.com/read/366702/2872408
mm encode-8.mm
/* Test if the Objective-C @encode machinery distinguishes between
'BOOL *' (which should be encoded as '^c') and 'char *' (which
should be encoded as '*'). */
/* Contributed by Ziemowit Laski
www.eeworm.com/read/366702/2872433
mm encode-6.mm
/* Encoding tests for ObjC class layouts. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
#include
#ifdef __NEXT_RUNTIME
www.eeworm.com/read/366702/2872438
mm encode-3.mm
/* { dg-do run { xfail { "*-*-*" } } } PR32052 */
#include
#include
template
struct Vec {
T x, y;
long z;
long long zz;
};
Vec dd;
const char *enc = @enco
www.eeworm.com/read/366702/2872813
m encode-6.m
/* Test for graceful encoding of const-qualified fields and parameters. */
/* Author: Ziemowit Laski */
/* { dg-do compile } */
struct Cxx {
const struct Cxx *next;
};
@inter
www.eeworm.com/read/366702/2872886
m encode-2.m
/* Test Objective-C method encodings. */
/* The _encoded_ parameter offsets for Objective-C methods are
computed inductively as follows:
- The first paramter (self) has offset 0;
- The k-
www.eeworm.com/read/366702/2872925
m encode-5.m
/* Check if array arguments of ObjC methods are decayed to pointer types
in a proper fashion:
(1) The _encodings_ for the array arguments should remain to be '[4i]' and
such, since th
www.eeworm.com/read/366702/2872930
m encode-7.m
/* { dg-options "-fgnu-runtime" } */
/* { dg-do run } */
#include
#include
struct f
{
_Bool a;
};
int main(void)
{
if (objc_sizeof_type (@encode (struct f)) != siz
www.eeworm.com/read/366702/2872940
m encode-3.m
/* Method encoding tests for stand-alone @protocol declarations. */
/* Contributed by Ziemowit Laski . */
/* { dg-do run } */
#include
#ifdef __cplusplus
#define
www.eeworm.com/read/366702/2872941
m encode-1.m
/* Test if the Objective-C @encode machinery distinguishes between
'BOOL *' (which should be encoded as a pointer to BOOL) and 'char *' (which
should be encoded as '*'). This is somewhat tricky