Searched refs:nil (Results 26 - 50 of 130) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-3.mm16 id obj = nil;
17 id<MyProtocol> obj_p = nil;
18 MyClass *obj_c = nil;
H A Dcomp-types-7.mm23 id <MyProtocol> obj_p = nil;
24 MyClass *obj_cp = nil;
25 MyOtherClass *obj_cp2 = nil;
H A Dcomp-types-2.mm20 id obj = nil;
21 id<MyProtocol> obj_p = nil;
22 MyClass *obj_c = nil;
23 MyOtherClass *obj_cp = nil;
H A Dcomp-types-4.mm24 id<MyProtocolA> obj_a = nil;
25 id<MyProtocolB> obj_b = nil;
26 id<MyProtocolAB> obj_ab = nil;
27 id<MyProtocolAC> obj_ac = nil;
H A Dtry-catch-2.mm27 static Frob* _connection = nil;
35 Frob* receivePort = nil;
50 receivePort = nil;
51 sendPort = nil;
H A Dprivate-1.mm48 MyClass *m = nil;
50 if (m != nil)
H A Dcomp-types-5.mm21 id obj = nil;
22 id <MyProtocol> obj_p = nil;
23 MyClass *obj_c = nil;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcomp-types-2.m15 id obj = nil;
16 id<MyProtocol> obj_p = nil;
17 MyClass *obj_c = nil;
H A Dcomp-types-6.m23 id <MyProtocol> obj_p = nil;
24 MyClass *obj_cp = nil;
25 MyOtherClass *obj_cp2 = nil;
H A Dcomp-types-1.m19 id obj = nil;
20 id<MyProtocol> obj_p = nil;
21 MyClass *obj_c = nil;
22 MyOtherClass *obj_cp = nil;
H A Dcomp-types-3.m23 id<MyProtocolA> obj_a = nil;
24 id<MyProtocolB> obj_b = nil;
25 id<MyProtocolAB> obj_ab = nil;
26 id<MyProtocolAC> obj_ac = nil;
H A Dcomp-types-4.m20 id obj = nil;
21 id <MyProtocol> obj_p = nil;
22 MyClass *obj_c = nil;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dobjects.c45 id new = nil;
56 if (new != nil)
67 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
70 return nil;
76 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
83 return nil;
H A Dmisc.c91 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
100 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
109 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
118 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
127 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
156 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted!\n");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dobjects.c46 id new = nil;
57 if (new != nil)
68 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
71 return nil;
77 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
84 return nil;
H A Dmisc.c92 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
101 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
110 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
119 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
128 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted\n");
157 objc_error (nil, OBJC_ERR_MEMORY, "Virtual memory exhausted!\n");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0)
132 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
158 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
187 if (theDstPStr != nil && theSrcCStr != nil
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rndc/
H A Dsetup.sh21 sh ../genzone.sh 2 >ns2/nil.db
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/exceptions/
H A Dcatchall-1.m22 static Frob* _connection = nil;
30 Frob* receivePort = nil;
45 receivePort = nil;
46 sendPort = nil;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dnp-1.m24 MyObject *object = nil;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/nsupdate/
H A Dtests.sh34 if grep "example.nil/IN.*Transfer completed" ns2/named.run > /dev/null
45 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example.nil.\
49 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example.nil.\
60 update add updated.example.nil. 600 A 10.10.10.1
61 add updated.example.nil. 600 TXT Foo
62 delete t.example.nil.
69 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example.nil.\
73 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example.nil.\
81 pre=`$DIG +short new.other.nil. @10.53.0.1 a -p 5300` || status=1
87 zone other.nil
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tsig/
H A Dtests.sh36 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
45 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
54 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
63 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
72 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
81 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
90 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
104 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
113 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil.\
122 $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd example.nil
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Dtests.sh43 test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
46 test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || ret=1
49 test_update testdc3.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
52 test_update deny.example.nil. TXT "86400 TXT helloworld" "helloworld" should_fail && ret=1
57 out=`$DIG $DIGOPTS +short -t txt -q source-addr.example.nil`
67 grep 'dlz_example: shutting down zone example.nil' ns1/named.run > /dev/null 2>&1 || ret=1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24351-3.C23 struct nil;
74 template <int I_location, class T_functor, class T_type1=nil,class T_type2=nil,class T_type3=nil,class T_type4=nil,class T_type5=nil,class T_type6=nil,class T_type7=nil> struct bind_functor;
75 template <class T_functor, class T_bound> struct bind_functor<0, T_functor, T_bound, nil,nil,ni
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24351-3.C23 struct nil;
74 template <int I_location, class T_functor, class T_type1=nil,class T_type2=nil,class T_type3=nil,class T_type4=nil,class T_type5=nil,class T_type6=nil,class T_type7=nil> struct bind_functor;
75 template <class T_functor, class T_bound> struct bind_functor<0, T_functor, T_bound, nil,nil,ni
[all...]

Completed in 132 milliseconds

123456