HomeSort by relevance Sort by last modified time
    Searched full:objc_msgsendsuper (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Rewriter/
objc-super-test.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-fragile-abi %s -o - | grep objc_msgSendSuper | grep MainMethod
  /external/clang/test/SemaObjC/
builtin_objc_lib_functions.m 17 return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring library function 'objc_msgSendSuper' with type 'id (void *, SEL, ...)'}} \
18 // expected-note {{please include the header <objc/message.h> or explicitly provide a declaration for 'objc_msgSendSuper'}}
  /external/clang/test/CodeGenObjC/
variadic-sends.m 31 // CHECK-X86-32: call void bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._objc_super*, i8*, i32)*)
32 // CHECK-X86-64: call void bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._objc_super*, i8*, i32)*)
36 // CHECK-X86-32: call void (%struct._objc_super*, i8*, i32, ...)* bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._objc_super*, i8*, i32, ...)*)
37 // CHECK-X86-64: call void (%struct._objc_super*, i8*, i32, ...)* bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._objc_super*, i8*, i32, ...)*)
related-result-type.m 37 // CHECK: {{call.*@objc_msgSendSuper}}
50 // CHECK: {{call.*@objc_msgSendSuper}}
next-objc-dispatch.m 27 // they use some different API calls (objc_msgSendSuper vs objc_msgSendSuper2).
32 // CHECK-FRAGILE_LEGACY: declare i8* @objc_msgSendSuper(
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 121 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), rect);
133 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), indicatorRect);
  /external/llvm/test/CodeGen/PowerPC/
trampoline.ll 158 %18 = call %struct.objc_object* (%struct.objc_super*, %struct.objc_selector*, ...)* @objc_msgSendSuper(%struct.objc_super* %16, %struct.objc_selector* %15, %struct.NSZone* %17) nounwind ; <%struct.objc_object*> [#uses=1]
168 declare %struct.objc_object* @objc_msgSendSuper(%struct.objc_super*, %struct.objc_selector*, ...)
  /external/clang/include/clang/Basic/
Builtins.def 761 // id objc_msgSendSuper(struct objc_super *super, SEL op, ...
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 114 /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
123 "objc_msgSendSuper");
    [all...]

Completed in 1619 milliseconds