HomeSort by relevance Sort by last modified time
    Searched full:objc (Results 251 - 275 of 1182) sorted by null

<<11121314151617181920>>

  /external/clang/test/Rewriter/
line-generation-test.m 2 // RUN: %clang_cc1 -fms-extensions -rewrite-objc -g %t.mm -o %t-rw.cpp
4 // RUN: %clang_cc1 -fms-extensions -rewrite-objc %t.mm -o %t-rwnog.cpp
protocol-rewrite-1.m 1 // RUN: %clang_cc1 -x objective-c -Wno-objc-root-class -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-block-literal-1.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
4 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-byref-in-nested-blocks.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-foreach-in-block.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-blocks-2.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
4 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-blocks.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-ivar.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw-modern.cpp
rewrite-rewritten-initializer.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw-modern.cpp
rewrite-unique-block-api.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
  /external/clang/test/SemaObjC/
arc-readonly-property-ivar-1.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class %s
error-property-gc-attr.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-gc -fsyntax-only -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-gc -fsyntax-only -verify -Wno-objc-root-class %s
idiomatic-parentheses.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wparentheses -Wno-objc-root-class %s
3 // Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on.
no-ivar-access-control.m 1 // RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -fdebugger-support -fsyntax-only -verify -Wno-objc-root-class %s
opaque-is-access-warn.m 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
3 // RUN: %clang -target x86_64-apple-darwin -mios-simulator-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
property-category-1.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -disable-objc-default-synthesize-properties -Wno-objc-root-class %s
protocol-archane.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
30 NotAnObjCObjectType <SomeProtocol> *obj; // expected-error {{invalid protocol qualifiers on non-ObjC type}}
unimplemented-protocol-prop.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class -disable-objc-default-synthesize-properties %s
  /external/lldb/test/lang/objc/objc++/
TestObjCXX.py 13 mydir = os.path.join("lang", "objc", "objc++")
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 1 //===- ObjCARCAliasAnalysis.cpp - ObjC ARC Optimization -------------------===//
30 #define DEBUG_TYPE "objc-arc-aa"
42 INITIALIZE_AG_PASS(ObjCARCAliasAnalysis, AliasAnalysis, "objc-arc-aa",
43 "ObjC-ARC-Based Alias Analysis", false, true, false)
60 // First, strip off no-ops, including ObjC-specific no-ops, and try making a
71 // ObjC-specific no-ops, and try making an imprecise alias query.
93 // First, strip off no-ops, including ObjC-specific no-ops, and try making
101 // ObjC-specific no-ops, and try making an imprecise alias query.
  /external/llvm/test/Transforms/ObjCARC/
apelim.ll 1 ; RUN: opt -S -objc-arc-apelim < %s | FileCheck %s
30 ; CHECK-NOT: @objc
contract-end-of-use-list.ll 1 ; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 100 int objc,
109 if( objc!=4 ){
150 int objc,
160 if( objc!=4 ){
198 int objc,
207 if( objc!=2 ){
238 int objc,
244 if( objc!=2 ){
265 int objc,
271 if( objc!=2 )
    [all...]
  /external/chromium_org/base/
native_library_mac.mm 26 // See if the the image contains an "ObjC image info" segment. This method
30 // In 32-bit images, ObjC can be recognized in __OBJC,__image_info, whereas
94 VLOG(2) << "Not unloading NativeLibrary because it may contain an ObjC "
97 // doing so can corrupt the ObjC runtime method caches. See
118 // If this library hasn't been tested for having ObjC, use the function
  /external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py 2 Test calling a function that throws an ObjC exception, make sure that it doesn't propagate the exception.
25 """Test calling a function that throws and ObjC exception."""
29 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to ObjC test case")
32 """Test calling a function that throws and ObjC exception."""
89 # Now set the ObjC language breakpoint and make sure that doesn't interfere with the call:

Completed in 368 milliseconds

<<11121314151617181920>>