OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objc
(Results
26 - 50
of
1182
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Coverage/
codegen-gnu.m
3
#include "
objc
-language-features.inc"
/external/clang/test/Index/Inputs/
t2.m
1
#include "
objc
.h"
/external/clang/test/Preprocessor/
objc-pp.m
4
#import <stdint.h> // no warning on #import in
objc
mode.
predefined-exceptions.m
1
// RUN: %clang_cc1 -x objective-c -fobjc-exceptions -fexceptions -E -dM %s | FileCheck -check-prefix=CHECK-
OBJC
-NOCXX %s
2
// CHECK-
OBJC
-NOCXX: #define OBJC_ZEROCOST_EXCEPTIONS 1
3
// CHECK-
OBJC
-NOCXX-NOT: #define __EXCEPTIONS 1
5
// RUN: %clang_cc1 -x objective-c++ -fobjc-exceptions -fexceptions -fcxx-exceptions -E -dM %s | FileCheck -check-prefix=CHECK-
OBJC
-CXX %s
6
// CHECK-
OBJC
-CXX: #define OBJC_ZEROCOST_EXCEPTIONS 1
7
// CHECK-
OBJC
-CXX: #define __EXCEPTIONS 1
/external/clang/test/Rewriter/
ivar-encoding-2.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-api-bug.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-foreach-7.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
undeclared-method-1.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
undef-field-reference-1.m
1
// RUN: %clang_cc1 -rewrite-
objc
-fobjc-runtime=macosx-fragile-10.5 %s -o -
/external/clang/test/SemaObjC/
legacy-implementation-1.m
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
/external/lldb/test/lang/objc/objc-ivar-offsets/
Makefile
3
OBJC_SOURCES :=
objc
-ivar-offsets.m main.m
/external/clang/test/Driver/
no-objc-default-synthesize-properties.m
1
// RUN: not %clang -fsyntax-only -fno-
objc
-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s
9
// CHECK: error: unknown argument: '-fno-
objc
-default-synthesize-properties'
rewrite-objc.m
1
// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-
objc
%s -o - -### 2>&1 | \
4
// TEST0: "-rewrite-
objc
"
6
// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-
objc
-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
objc++-cpp-output.mm
1
// RUN: %clang -emit-llvm -x
objc
++-cpp-output -S %s -o /dev/null
2
// RUN: %clang -emit-llvm -x
objc
++-cpp-output -S %s -o /dev/null -### 2>&1 | FileCheck %s
rewrite-legacy-objc.m
1
// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-
objc
%s -o - -### 2>&1 | \
4
// TEST0: "-rewrite-
objc
"
6
// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-
objc
-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
7
// TEST0: rewrite-legacy-
objc
.m"
8
// RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-
objc
%s -o - -### 2>&1 | \
10
// RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-
objc
%s -o - -### 2>&1 | \
12
// TEST1: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-
objc
-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option"
13
// TEST2: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-
objc
-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option"
/external/clang/test/Index/
index-decls.m
53
// CHECK: [indexDeclaration]: kind:
objc
-class | name: I | {{.*}} | loc: 1:12
54
// CHECK: [indexDeclaration]: kind:
objc
-instance-method | name: prop | {{.*}} | loc: 3:2
55
// CHECK: [indexDeclaration]: kind:
objc
-property | name: prop | {{.*}} | loc: 2:25
56
// CHECK: [indexDeclaration]: kind:
objc
-category | name: | {{.*}} | loc: 6:12
57
// CHECK: [indexDeclaration]: kind:
objc
-instance-method | name: setProp: | {{.*}} | loc: 7:33
58
// CHECK: [indexDeclaration]: kind:
objc
-property | name: prop | {{.*}} | loc: 7:33
60
// CHECK: [indexDeclaration]: kind:
objc
-ivar | name: _prop | {{.*}} | loc: 11:20
61
// CHECK: [indexDeclaration]: kind:
objc
-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:17]
62
// CHECK: [indexDeclaration]: kind:
objc
-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:17]
64
// CHECK: [indexDeclaration]: kind:
objc
-ivar | name: _auto_prop | {{.*}} | loc: 20:3
[
all
...]
index-refs.m
25
// CHECK: [indexEntityReference]: kind:
objc
-protocol | name: Prot | {{.*}} | loc: 12:27
27
// CHECK: [indexEntityReference]: kind:
objc
-class | name: I | {{.*}} | loc: 21:4
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.h
4
* Standard antlr3
OBJC
runtime definitions
43
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
62
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
81
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
100
/*
ObjC
start of ruleAttributeScopeMemVar */
103
/*
ObjC
end of ruleAttributeScopeMemVar */
104
/*
ObjC
start of globalAttributeScopeMemVar */
107
/*
ObjC
end of globalAttributeScopeMemVar */
108
/*
ObjC
start of actions.(actionScope).memVars */
109
/*
ObjC
end of actions.(actionScope).memVars *
[
all
...]
/external/clang/test/Lexer/
has_feature_modules.m
1
// RUN: %clang_cc1 -E -fmodules %s -o - | FileCheck --check-prefix=CHECK-HAS-
OBJC
-MODULES %s
2
// RUN: %clang_cc1 -E %s -o - | FileCheck --check-prefix=CHECK-NO-
OBJC
-MODULES %s
3
// RUN: %clang_cc1 -E -x c -fmodules %s -o - | FileCheck --check-prefix=CHECK-NO-
OBJC
-MODULES %s
24
// CHECK-HAS-
OBJC
-MODULES: has_objc_modules
25
// CHECK-NO-
OBJC
-MODULES: no_objc_modules
/external/clang/test/PCH/
method_pool.m
2
// RUN: %clang_cc1 -include %S/method_pool.h -fsyntax-only -verify -Wno-
objc
-root-class %s
5
// RUN: %clang_cc1 -x objective-c -Wno-
objc
-root-class -emit-pch -o %t %S/method_pool.h
6
// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify -Wno-
objc
-root-class %s
/external/clang/test/SemaObjCXX/
abstract-class-type-ivar.mm
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-
objc
-root-class %s
16
@interface
Objc
{
23
@implementation
Objc
/external/chromium_org/third_party/libjingle/source/talk/
libjingle.gyp
172
'app/webrtc/
objc
/RTCAudioTrack+Internal.h',
173
'app/webrtc/
objc
/RTCAudioTrack.mm',
174
'app/webrtc/
objc
/RTCDataChannel+Internal.h',
175
'app/webrtc/
objc
/RTCDataChannel.mm',
176
'app/webrtc/
objc
/RTCEnumConverter.h',
177
'app/webrtc/
objc
/RTCEnumConverter.mm',
178
'app/webrtc/
objc
/RTCI420Frame+Internal.h',
179
'app/webrtc/
objc
/RTCI420Frame.mm',
180
'app/webrtc/
objc
/RTCICECandidate+Internal.h',
181
'app/webrtc/
objc
/RTCICECandidate.mm'
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h
4
* Standard antlr3
OBJC
runtime definitions
68
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
87
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
106
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
125
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
144
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
163
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
182
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
201
ANTLRCommonTree *tree; /*
ObjC
start of memVars() */
220
ANTLRCommonTree *tree; /*
ObjC
start of memVars() *
[
all
...]
/external/chromium_org/build/mac/
chrome_mac.croc
29
'language' : '
ObjC
',
33
'language' : '
ObjC
++',
/external/chromium_org/ui/ios/
ui_ios.gyp
13
# Linkable dependents need to set the linker flag '-
ObjC
' in order to use
16
'xcode_settings': {'OTHER_LDFLAGS': ['-
ObjC
']},
Completed in 100 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>