Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dproperties.m44 Foo *obj1, *obj2;
46 if (obj1.i == obj2.rrrr)
48 obj1.i = func(obj2.rrrr);
49 obj1.i = obj2.rrrr;
50 obj1.i = (obj2.rrrr);
51 [obj1 setI:[obj2 rrrr]];
52 obj1.i = [obj2 rrrr];
53 obj1.i = 3 + [obj2 rrrr];
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dretain-release-cf-audited.m21 CFTypeRef obj2 = CFCreateSomethingAudited(); // expected-warning{{leak}}
22 CFRetain(obj2); // no-warning
23 CFRelease(obj2); // no-warning
30 CFTypeRef obj2 = CFCreateSomethingUnaudited(); // expected-warning{{leak}}
31 CFRetain(obj2); // no-warning
32 CFRelease(obj2); // no-warning
H A Dobjc-arc.m140 id obj2 = (__bridge_transfer NSString*)CFCreateString();
141 [obj2 self]; // Add a use, to show we can use the object after it has been transferred.
/minix3/usr.bin/make/unit-tests/
H A Dposix1.mk134 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o)
151 lib.a(obj2.o): obj2.o
167 obj2.o: obj_2.c obj_2.h dir/obj_1.h
177 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Drd-mod-wr-eflags.ll64 %struct.obj2 = type { i64, i32, i16, i8 }
66 declare void @other(%struct.obj2* ) nounwind;
69 define void @example_dec(%struct.obj2* %o) nounwind uwtable ssp {
72 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
83 %s32 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 1
94 %s16 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 2
105 %s8 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 3
115 tail call void @other(%struct.obj2* %o) nounwind
123 define void @example_inc(%struct.obj2* %o) nounwind uwtable ssp {
126 %s64 = getelementptr inbounds %struct.obj2* %o, i64 0, i32 0
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_pmaps.c118 ASN1_OBJECT *obj1, *obj2; in v2i_POLICY_MAPPINGS() local
137 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS()
138 if (!obj1 || !obj2) { in v2i_POLICY_MAPPINGS()
152 pmap->subjectDomainPolicy = obj2; in v2i_POLICY_MAPPINGS()
/minix3/common/lib/libprop/
H A Dprop_object.c1144 prop_object_equals(prop_object_t obj1, prop_object_t obj2) in prop_object_equals() argument
1146 return (prop_object_equals_with_error(obj1, obj2, NULL)); in prop_object_equals()
1150 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2, in prop_object_equals_with_error() argument
1168 po2 = obj2; in prop_object_equals_with_error()
1174 ret = (*po1->po_type->pot_equals)(obj1, obj2, in prop_object_equals_with_error()
1180 if (!_prop_stack_pop(&stack, &obj1, &obj2, in prop_object_equals_with_error()
1184 po2 = obj2; in prop_object_equals_with_error()
1189 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()
1196 obj2 = next_obj2; in prop_object_equals_with_error()
1200 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) { in prop_object_equals_with_error()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h106 bool operator()(LineState *obj1, LineState *obj2) const { in operator()
107 return *obj1 < *obj2; in operator()
/minix3/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3420 PyObject * obj2 = 0 ; in _wrap_netpgp_list_packets() local
3423 if (!PyArg_ParseTuple(args,(char *)"OOOO:netpgp_list_packets",&obj0,&obj1,&obj2,&obj3)) SWIG_fail; in _wrap_netpgp_list_packets()
3434 ecode3 = SWIG_AsVal_int(obj2, &val3); in _wrap_netpgp_list_packets()
3472 PyObject * obj2 = 0 ; in _wrap_netpgp_setvar() local
3474 if (!PyArg_ParseTuple(args,(char *)"OOO:netpgp_setvar",&obj0,&obj1,&obj2)) SWIG_fail; in _wrap_netpgp_setvar()
3485 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3); in _wrap_netpgp_setvar()
3551 PyObject * obj2 = 0 ; in _wrap_netpgp_incvar() local
3553 if (!PyArg_ParseTuple(args,(char *)"OOO:netpgp_incvar",&obj0,&obj1,&obj2)) SWIG_fail; in _wrap_netpgp_incvar()
3564 ecode3 = SWIG_AsVal_int(obj2, &val3); in _wrap_netpgp_incvar()
3632 PyObject * obj2 = 0 ; in _wrap_netpgp_set_homedir() local
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dwarn-strict-selector-match.m25 id obj2 = obj;
27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
H A Dblock-as-object.m8 typedef long (^MyBlock)(id obj1, id obj2); typedef
H A Dblock-type-safety.m92 MyThing *obj2 = (MyThing *)obj;
93 [obj2 printThing];
147 typedef NSComparisonResult (^NSComparator)(id obj1, id obj2); typedef
H A Dclass-method-lookup.m42 id obj2 = obj;
H A Dproperty-deprecated-warning.m76 id useDeprecatedProperty(ProtocolInCategory *obj, id<P> obj2, int flag) {
79 …return [obj2 ptarget]; // expected-warning {{'ptarget' is deprecated: first deprecated in iOS 3.…
H A Dillegal-nonarc-bridged-cast.m20 …id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer'…
H A Darc-bridged-cast.m22 id obj2 = (__bridge_transfer NSString*)CFCreateString();
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DImmutableSetTest.cpp164 MyIter obj2; in TEST_F() local
165 S2.foreach<MyIter>(obj2); in TEST_F()
167 ASSERT_EQ(3, obj2.counter); in TEST_F()
H A DHashingTest.cpp101 NonPOD obj1(1, 2), obj2(3, 4), obj3(5, 6); in TEST() local
102 EXPECT_EQ(hash_combine(obj1, hash_combine(obj2, obj3)), in TEST()
103 hash_value(std::make_pair(obj1, std::make_pair(obj2, obj3)))); in TEST()
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A Dp15-0x.cpp17 bar obj2(obj); in test_bar() local
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A DRetainCountExamples.m118 DelegateTest *obj2 = [[DelegateTest alloc] init]; // no-warning
120 updateObject(obj2, releaseObj);
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-bridged-cast.mm20 id obj2 = (__bridge_transfer StringType)CFCreateString();
/minix3/external/mit/lua/dist/src/
H A Dlobject.h261 #define setobj(L,obj1,obj2) \ argument
262 { TValue *io1=(obj1); *io1 = *(obj2); \
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/ObjCARC/
H A Densure-that-exception-unwind-path-is-visited.ll139 !25 = !{!"0x100\00obj2\0015\000", !26, !6, !14} ; [ DW_TAG_auto_variable ] [obj2] [line 15]
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Darc.mm128 id obj2 = x0.makeObject2();
156 id obj2 = x0.makeObject4();