Home
last modified time | relevance | path

Searched refs:CC1 (Results 1 – 25 of 66) sorted by relevance

123

/external/clang/test/Index/
Dcomplete-property-flags.m10 …time=macosx-10.4 -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-NOWEAK …
11 …lang -fobjc-weak -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-WEAK %s
12 // CHECK-CC1: {TypedText assign}
13 // CHECK-CC1-NEXT: {TypedText atomic}
14 // CHECK-CC1-NEXT: {TypedText copy}
15 // CHECK-CC1-NEXT: {TypedText getter}{Text =}{Placeholder method}
16 // CHECK-CC1-NEXT: {TypedText nonatomic}
17 // CHECK-CC1: {TypedText nonnull}
18 // CHECK-CC1-NEXT: {TypedText null_resettable}
19 // CHECK-CC1-NEXT: {TypedText null_unspecified}
[all …]
Dcomplete-kvc.m55 // RUN: c-index-test -code-completion-at=%s:39:3 %s | FileCheck -check-prefix=CHECK-CC1 %s
56 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText addMutableArr…
57 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText addMutableSet…
58 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText arrayPro…
59 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText arrayPro…
60 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text BOOL}{RightParen )}{TypedText boolProperty}…
61 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText boolProp…
62 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…
63 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…
64 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…
[all …]
Dcomplete-natural.m13 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
14 // CHECK-CC1: Completion contexts:
15 // CHECK-CC1-NEXT: Natural language
16 // CHECK-CC1-NEXT: DONE
19 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
22 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
25 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
28 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
31 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
34 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
[all …]
Darc-complete.m9 …ode-completion-at=%s:4:4 %s -fobjc-arc -fobjc-nonfragile-abi | FileCheck -check-prefix=CHECK-CC1 %s
10 // CHECK-CC1: macro definition:{TypedText __autoreleasing} (70)
11 // CHECK-CC1: NotImplemented:{TypedText __bridge}{HorizontalSpace }{Placeholder type}{RightParen )…
12 // CHECK-CC1: NotImplemented:{TypedText __bridge_retained}{HorizontalSpace }{Placeholder CF type}{…
13 // CHECK-CC1: NotImplemented:{TypedText __bridge_transfer}{HorizontalSpace }{Placeholder Objective…
14 // CHECK-CC1: macro definition:{TypedText __strong} (70)
15 // CHECK-CC1: macro definition:{TypedText __unsafe_unretained} (70)
16 // CHECK-CC1: macro definition:{TypedText __weak} (70)
Dcomplete-preprocessor.m16 // RUN: c-index-test -code-completion-at=%s:4:2 %s | FileCheck -check-prefix=CHECK-CC1 %s
17 // CHECK-CC1: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40)
18 // CHECK-CC1-NEXT: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro}{LeftPare…
19 // CHECK-CC1-NEXT: NotImplemented:{TypedText error}{HorizontalSpace }{Placeholder message} (40)
20 // CHECK-CC1-NEXT: NotImplemented:{TypedText if}{HorizontalSpace }{Placeholder condition} (40)
21 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40)
22 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40)
23 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text "}{Placeholder header}…
24 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text <}{Placeholder header}…
25 // CHECK-CC1-NEXT: NotImplemented:{TypedText include}{HorizontalSpace }{Text "}{Placeholder header…
[all …]
Dcomplete-exprs.m20 // RUN: c-index-test -code-completion-at=%s:13:2 %s | FileCheck -check-prefix=CHECK-CC1 %s
21 // CHECK-CC1: NotImplemented:{ResultType NSString *}{TypedText @"}{Placeholder string}{Text "} (40)
22 // CHECK-CC1: NotImplemented:{ResultType id}{TypedText @(}{Placeholder expression}{RightParen )} (4…
23 // CHECK-CC1: NotImplemented:{ResultType NSArray *}{TypedText @[}{Placeholder objects, ...}{RightBr…
24 // CHECK-CC1: NotImplemented:{ResultType NSDictionary *}{TypedText @{}{Placeholder key}{Colon :}{Ho…
25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
26 // CHECK-CC1: TypedefDecl:{TypedText BOOL} (50)
27 // CHECK-CC1: macro definition:{TypedText bool} (51)
28 // CHECK-CC1: macro definition:{TypedText NO} (65)
29 // CHECK-CC1: NotImplemented:{ResultType A *}{TypedText self} (34)
[all …]
Dcomplete-member-access.m45 // RUN: c-index-test -code-completion-at=%s:21:7 %s | FileCheck -check-prefix=CHECK-CC1 %s
46 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1}
47 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText ProtoProp}
48 // CHECK-CC1: Completion contexts:
49 // CHECK-CC1-NEXT: Objective-C property access
50 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
51 // CHECK-CC1-NEXT: Container is complete
52 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Int
Dcomplete-recovery.m19 …_PATTERNS=1 c-index-test -code-completion-at=%s:9:20 %s 2>%t | FileCheck -check-prefix=CHECK-CC1 %s
21 // CHECK-CC1: NotImplemented:{ResultType char[]}{TypedText @encode}{LeftParen (}{Placeholder type-n…
22 // CHECK-CC1-NOT: NotImplemented:{TypedText _Bool}
23 // CHECK-CC1: VarDecl:{ResultType A *}{TypedText a}
24 // CHECK-CC1: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder express…
27 …index-test -code-completion-at=%s:9:20 %s -fms-compatibility | FileCheck -check-prefix=CHECK-CC1 %s
Dcomplete-at-exprstmt.m22 …MPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:4 %s | FileCheck -check-prefix=CHECK-CC1 %s
23 // CHECK-CC1: {TypedText encode}{LeftParen (}{Placeholder type-name}{RightParen )}
24 // CHECK-CC1: {TypedText protocol}{LeftParen (}{Placeholder protocol-name}{RightParen )}
25 // CHECK-CC1: {TypedText selector}{LeftParen (}{Placeholder selector}{RightParen )}
26 // CHECK-CC1: {TypedText synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{Righ…
27 // CHECK-CC1: {TypedText throw}{HorizontalSpace }{Placeholder expression}
28 // CHECK-CC1: {TypedText try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftP…
Dcomplete-interfaces.m22 // RUN: c-index-test -code-completion-at=%s:6:12 %s | FileCheck -check-prefix=CHECK-CC1 %s
23 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int1}
24 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int2}
25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}
26 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int4}
Dcomplete-at-directives.m8 …MPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:2:2 %s | FileCheck -check-prefix=CHECK-CC1 %s
9 // CHECK-CC1: {TypedText class}{HorizontalSpace }{Placeholder name}
10 // CHECK-CC1: {TypedText compatibility_alias}{HorizontalSpace }{Placeholder alias}{HorizontalSpace…
11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}
12 // CHECK-CC1: {TypedText interface}{HorizontalSpace }{Placeholder class}
13 // CHECK-CC1: {TypedText protocol}{HorizontalSpace }{Placeholder protocol}
Dcomplete-protocols.m17 // RUN: c-index-test -code-completion-at=%s:9:11 %s | FileCheck -check-prefix=CHECK-CC1 %s
18 // CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1}
19 // CHECK-CC1-NEXT: ObjCProtocolDecl:{TypedText Protocol2}
27 …LETION_CACHING=1 c-index-test -code-completion-at=%s:9:11 %s | FileCheck -check-prefix=CHECK-CC1 %s
Dcomplete-pch.m20 …N: c-index-test -code-completion-at=%s:10:7 -include %t.h %s | FileCheck -check-prefix=CHECK-CC1 %s
21 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod1:}{Placeholder (double)}
22 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod2:}{Placeholder (float)}
23 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod3:}{Placeholder (float)}
Dcomplete-type-factors.m35 …-completion-at=%s:16:11 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s
36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
37 // CHECK-CC1: ParmDecl:{ResultType enum Color}{TypedText color} (17)
38 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{R…
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
40 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (32)
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
42 // CHECK-CC1: VarDecl:{ResultType int}{TypedText i} (8)
43 // CHECK-CC1: ParmDecl:{ResultType int}{TypedText integer} (8)
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
[all …]
Dcomplete-properties.m59 // RUN: c-index-test -code-completion-at=%s:20:13 %s | FileCheck -check-prefix=CHECK-CC1 %s
60 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop0}
61 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop1}
62 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText Prop2}
63 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop3}
64 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop4}
Dcomplete-categories.m22 // RUN: c-index-test -code-completion-at=%s:12:16 %s | FileCheck -check-prefix=CHECK-CC1 %s
23 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat1}
24 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat2}
25 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat3}
Dcomplete-property-getset.m22 // RUN: c-index-test -code-completion-at=%s:13:21 %s | FileCheck -check-prefix=CHECK-CC1 %s
23 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1}
24 // CHECK-CC1-NOT: getter2
25 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3}
Dcomplete-objc-message-id.m50 // RUN: c-index-test -code-completion-at=%s:24:14 %s | FileCheck -check-prefix=CHECK-CC1 %s
51 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease}
52 // CHECK-CC1-NOT: B_method
53 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain}
Dcomplete-lambdas.mm25 // RUN: c-index-test -code-completion-at=%s:14:6 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC1
26 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{…
42 … -code-completion-at=%s:18:10 -x objective-c++ -std=c++11 %s | FileCheck -check-prefix=CHECK-CC1 %s
Dcomplete-objc-message.m200 // RUN: c-index-test -code-completion-at=%s:23:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
201 // CHECK-CC1: {TypedText categoryClassMethod} (35)
202 // CHECK-CC1: {TypedText classMethod1:}{Placeholder (id)}{HorizontalSpace }{TypedText withKeyword:…
203 // CHECK-CC1: {TypedText classMethod2} (35)
204 // CHECK-CC1: {TypedText instanceMethod1} (35)
205 // CHECK-CC1: {TypedText new} (35)
206 // CHECK-CC1: {TypedText protocolClassMethod} (37)
207 // CHECK-CC1: Completion contexts:
208 // CHECK-CC1-NEXT: Objective-C class method
209 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
[all …]
Dcomplete-blocks.m53 // RUN: c-index-test -code-completion-at=%s:8:1 %s | FileCheck -check-prefix=CHECK-CC1 %s
54 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText f}{LeftParen (}{Placeholder ^int(int x, int …
55 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText g}{LeftParen (}{Placeholder ^(float f, doubl…
Dcomplete-declarators.m39 // RUN: c-index-test -code-completion-at=%s:7:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
40 // CHECK-CC1-NOT: NotImplemented:{TypedText extern} (40)
41 // CHECK-CC1: NotImplemented:{TypedText param1} (40)
/external/clang/test/CodeCompletion/
Dobjc-message.m26 …clang_cc1 -fsyntax-only -code-completion-at=%s:23:19 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
27 // CHECK-CC1: categoryClassMethod
28 // CHECK-CC1: classMethod1:withKeyword:
29 // CHECK-CC1: classMethod2
30 // CHECK-CC1: new
31 // CHECK-CC1: protocolClassMethod
Dobjc-message.mm41 …-fsyntax-only -std=c++11 -code-completion-at=%s:33:7 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
42 // CHECK-CC1: categoryInstanceMethod : [#id#]categoryInstanceMethod
43 // CHECK-CC1: instanceMethod1 : [#id#]instanceMethod1
44 // CHECK-CC1: protocolInstanceMethod : [#id#]protocolInstanceMethod
/external/valgrind/cachegrind/
Dcg_diff.in293 while (my ($filefuncname, $CC1) = each(%$CCs1)) {
297 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
300 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1

123