| /minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
| H A D | properties.m | 44 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 D | retain-release-cf-audited.m | 21 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 D | objc-arc.m | 140 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 D | posix1.mk | 134 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 D | rd-mod-wr-eflags.ll | 64 %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 D | v3_pmaps.c | 118 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 D | prop_object.c | 1144 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 D | UnwrappedLineFormatter.h | 106 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 D | netpgppython_wrap.c | 3420 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 D | warn-strict-selector-match.m | 25 id obj2 = obj; 27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
|
| H A D | block-as-object.m | 8 typedef long (^MyBlock)(id obj1, id obj2); typedef
|
| H A D | block-type-safety.m | 92 MyThing *obj2 = (MyThing *)obj; 93 [obj2 printThing]; 147 typedef NSComparisonResult (^NSComparator)(id obj1, id obj2); typedef
|
| H A D | class-method-lookup.m | 42 id obj2 = obj;
|
| H A D | property-deprecated-warning.m | 76 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 D | illegal-nonarc-bridged-cast.m | 20 …id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer'…
|
| H A D | arc-bridged-cast.m | 22 id obj2 = (__bridge_transfer NSString*)CFCreateString();
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | ImmutableSetTest.cpp | 164 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 D | HashingTest.cpp | 101 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 D | p15-0x.cpp | 17 bar obj2(obj); in test_bar() local
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/ |
| H A D | RetainCountExamples.m | 118 DelegateTest *obj2 = [[DelegateTest alloc] init]; // no-warning 120 updateObject(obj2, releaseObj);
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | arc-bridged-cast.mm | 20 id obj2 = (__bridge_transfer StringType)CFCreateString();
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lobject.h | 261 #define setobj(L,obj1,obj2) \ argument 262 { TValue *io1=(obj1); *io1 = *(obj2); \
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/ObjCARC/ |
| H A D | ensure-that-exception-unwind-path-is-visited.ll | 139 !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 D | arc.mm | 128 id obj2 = x0.makeObject2(); 156 id obj2 = x0.makeObject4();
|