OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc
(Results
126 - 150
of
1182
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/
requires.mm
6
@import DependsOnModule.NotObjC; // expected-error{{module 'DependsOnModule.NotObjC' is incompatible with feature '
objc
'}}
/external/clang/test/PCH/
chain-selectors.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s -Wselector -include %S/Inputs/chain-selectors1.h -include %S/Inputs/chain-selectors2.h
3
// RUN: %clang_cc1 -x objective-c -Wno-
objc
-root-class -emit-pch -o %t1 %S/Inputs/chain-selectors1.h
4
// RUN: %clang_cc1 -x objective-c -Wno-
objc
-root-class -emit-pch -o %t2 %S/Inputs/chain-selectors2.h -include-pch %t1
5
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s -Wselector -include-pch %t2
/external/clang/test/Rewriter/
id-test-3.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-bool-literal-modern.mm
1
// RUN: %clang_cc1 -x objective-c++ -fms-extensions -rewrite-
objc
%s -o %t-rw.cpp
rewrite-modern-protocol-1.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-
objc
%t.mm -o - | FileCheck %s
rewrite-nest.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-trivial-constructor.mm
1
// RUN: %clang_cc1 -fms-extensions -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -fblocks -o - %s
rewrite-try-catch.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-weak-attr.m
1
// RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 -o - %s
static-type-protocol-1.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
weak_byref_objects.m
1
// RUN: %clang_cc1 -fblocks -triple i386-apple-darwin9 -fobjc-gc -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
/external/clang/test/SemaObjC/
autoreleasepool.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
enhanced-proto-2.m
1
// RUN: %clang_cc1 -verify -Wno-
objc
-root-class %s
missing-method-return-type.m
1
// RUN: %clang_cc1 -Wmissing-method-return-type -fsyntax-only -verify -Wno-
objc
-root-class %s
no-gc-weak-test.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify -Wno-
objc
-root-class %s
no-warning-unavail-unimp.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fsyntax-only -verify -Wno-
objc
-root-class %s
property-choose-expr.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
property-expression-error.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
protocol-id-test-1.m
1
// RUN: %clang_cc1 -verify -Wno-
objc
-root-class %s
selector-error.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
synth-provisional-ivars-1.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
synthesize-setter-contclass.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
warn-thread-safety-analysis.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wthread-safety -Wthread-safety-beta -Wno-
objc
-root-class %s
/external/clang/test/SemaObjCXX/
composite-objc-pointertype.mm
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
instantiate-method-return.mm
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
Completed in 704 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>