Searched refs:YES (Results 1 - 25 of 44) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-is_literal.C7 #define YES(T) SA(IS_LIT(T)) macro
18 YES(int);
19 YES(int[]);
20 YES(int[3]);
21 YES(double);
22 YES(void *);
23 YES(decltype (nullptr));
24 YES(int Literal::*);
25 YES(void (Literal::*)());
26 YES(E
[all...]
H A Dtrivial1.C19 #define YES(type) TRY(std::is_trivial<type>::value); \ macro
28 YES(int);
29 YES(__complex int);
30 YES(void *);
31 YES(int A::*);
33 YES(pmf);
53 YES(B);
55 YES(D);
57 YES(E);
59 YES(D
[all...]
H A Dstd-layout1.C23 #define YES(type) TRY(std::is_standard_layout<type>::value); \ macro
35 YES(int);
36 YES(__complex int);
37 YES(void *);
38 YES(int A::*);
40 YES(pmf);
43 YES(A);
46 YES(F);
51 YES(M);
62 YES(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dproto-lossage-3.mm24 protocol_getMethodDescription (@protocol(NoInstanceMethods), @selector(name), YES, YES);
25 protocol_getMethodDescription (@protocol(NoInstanceMethods), @selector(name), YES, NO);
26 protocol_getMethodDescription (@protocol(NoClassMethods), @selector(name), YES, YES);
27 protocol_getMethodDescription (@protocol(NoClassMethods), @selector(name), YES, NO);
H A Dthreedotthree-abi-1.mm51 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_On:), YES, YES);
55 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_nO:), YES, YES);
59 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_Oo:), YES, YES);
63 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_oO:), YES, YES);
67 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_rn:), YES, YES);
[all...]
H A Dgnu-api-2-protocol.mm78 YES, YES, &count);
125 YES, YES);
145 YES, YES);
H A Dencode-5.mm53 @selector(char:float:double:unsigned:short:long:), YES, YES);
64 @selector(setRect:withBool:withInt:), YES, YES);
70 @selector(getEnum:enum:bool:), YES, NO);
90 @selector(getBool:), YES, NO);
H A Dobjc-gc-3.mm58 return YES;
H A Dproto-qual-1.mm48 @selector(address:with:), YES, YES);
55 @selector(retainArgument:with:), YES, NO);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dproto-lossage-3.m24 protocol_getMethodDescription (@protocol(NoInstanceMethods), @selector(name), YES, YES);
25 protocol_getMethodDescription (@protocol(NoInstanceMethods), @selector(name), YES, NO);
26 protocol_getMethodDescription (@protocol(NoClassMethods), @selector(name), YES, YES);
27 protocol_getMethodDescription (@protocol(NoClassMethods), @selector(name), YES, NO);
H A Dpr18255.m22 m = protocol_getMethodDescription (@protocol(b), @selector(aMethod), YES, YES);
27 m = protocol_getMethodDescription (@protocol(a), @selector(aMethod), YES, YES);
H A Dthreedotthree-abi-1.m51 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_On:), YES, YES);
55 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_nO:), YES, YES);
59 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_Oo:), YES, YES);
63 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_oO:), YES, YES);
67 meth_object = protocol_getMethodDescription (proto, @selector(methodCall_rn:), YES, YES);
[all...]
H A Dgnu-api-2-protocol.m78 YES, YES, &count);
125 YES, YES);
145 YES, YES);
H A Dencode-3.m54 @selector(char:float:double:unsigned:short:long:), YES, YES);
65 @selector(setRect:withBool:withInt:), YES, YES);
71 @selector(getEnum:enum:bool:), YES, NO);
91 @selector(getBool:), YES, NO);
H A Dproto-qual-1.m48 @selector(address:with:), YES, YES);
55 @selector(retainArgument:with:), YES, NO);
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dformal_protocol-7.m28 didConfigure = YES;
32 didProcess = YES;
H A Dbycopy-3.m53 YES, NO);
84 BOOL flag = YES;
H A Dformal_protocol-1.m37 [object setEnabled: YES];
H A Dformal_protocol-2.m38 [object setEnabled: YES];
H A Dformal_protocol-3.m46 [object setEnabled: YES];
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/special/
H A Dload-category-2.m74 load_step_completed[load_step] = YES;
88 if (load_step_completed[load_step] == YES)
H A Dload-category-3.m56 load_step_completed[load_step] = YES;
70 if (load_step_completed[load_step] == YES)
/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A Druntime.h65 # define class_isMetaClass(C) (CLS_GETINFO((struct objc_class *)C, CLS_META)? YES: NO)
80 return YES;
/haiku-buildtools/legacy/gcc/libobjc/
H A DProtocol.m60 return YES;
67 return YES;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dpragma-float-const-decimal64-3.c10 #define ON YES

Completed in 252 milliseconds

12