HomeSort by relevance Sort by last modified time
    Searched full:cc3 (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/test/Index/
complete-at-exprstmt.m 33 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:3 %s | FileCheck -check-prefix=CHECK-CC3 %s
34 // CHECK-CC3: NotImplemented:{ResultType char[]}{TypedText @encode}{LeftParen (}{Placeholder type-name}{RightParen )}
35 // CHECK-CC3: NotImplemented:{ResultType Protocol *}{TypedText @protocol}{LeftParen (}{Placeholder protocol-name}{RightParen )}
36 // CHECK-CC3: NotImplemented:{ResultType SEL}{TypedText @selector}{LeftParen (}{Placeholder selector}{RightParen )}
37 // CHECK-CC3: NotImplemented:{TypedText @synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}
38 // CHECK-CC3: NotImplemented:{TypedText @throw}{HorizontalSpace }{Placeholder expression}
39 // CHECK-CC3: NotImplemented:{TypedText @try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @finally}{LeftBrace {}{Placeholder statements}{RightBrace }}
40 // CHECK-CC3: NotImplemented:{ResultType SEL}{TypedText _cmd}
41 // CHECK-CC3: ParmDecl:{ResultType int}{TypedText arg}
42 // CHECK-CC3: TypedefDecl:{TypedText Class
    [all...]
complete-member-access.m 53 // RUN: c-index-test -code-completion-at=%s:34:12 %s | FileCheck -check-prefix=CHECK-CC3 %s
54 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText myOtherPropLikeThing} (37)
55 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText myProp} (35)
56 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35)
57 // CHECK-CC3: ObjCPropertyDecl:{ResultType float}{TypedText ProtoProp} (35)
58 // CHECK-CC3: Completion contexts:
59 // CHECK-CC3-NEXT: Objective-C property access
60 // CHECK-CC3-NEXT: Container Kind: ObjCInterfaceDecl
61 // CHECK-CC3-NEXT: Container is complete
62 // CHECK-CC3-NEXT: Container USR: c:objc(cs)Su
    [all...]
complete-ctor-inits.cpp 35 // RUN: c-index-test -code-completion-at=%s:18:36 %s | FileCheck -check-prefix=CHECK-CC3 %s
36 // CHECK-CC3: MemberRef:{TypedText a}{LeftParen (}{Placeholder args}{RightParen )} (35)
37 // CHECK-CC3-NOT: MemberRef:{TypedText b}{LeftParen (}{Placeholder args}{RightParen )}
38 // CHECK-CC3: MemberRef:{TypedText c}{LeftParen (}{Placeholder args}{RightParen )} (7)
39 // CHECK-CC3-NOT: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )}
40 // CHECK-CC3: NotImplemented:{TypedText Y}{LeftParen (}{Placeholder args}{RightParen )} (35)
complete-protocols.m 23 // RUN: c-index-test -code-completion-at=%s:12:11 %s | FileCheck -check-prefix=CHECK-CC3 %s
24 // CHECK-CC3: ObjCProtocolDecl:{TypedText Protocol0}
25 // CHECK-CC3-NEXT: ObjCProtocolDecl:{TypedText Protocol2}
complete-exprs.m 30 // RUN: c-index-test -code-completion-at=%s:15:1 -fobjc-arc -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-CC3 %s
31 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:15:1 -fobjc-arc -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-CC3 %s
32 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText foo}{LeftParen (}{Placeholder ^bool(id x, A *y)block}{RightParen )} (34)
33 // CHECK-CC3: VarDecl:{ResultType id}{TypedText global} (50)
34 // CHECK-CC3: ParmDecl:{ResultType id}{TypedText param1} (34)
complete-property-getset.m 31 // RUN: c-index-test -code-completion-at=%s:19:21 %s | FileCheck -check-prefix=CHECK-CC3 %s
32 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1}
33 // CHECK-CC3-NOT: getter2
34 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3}
35 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter4}
complete-recovery.m 31 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:12:11 %s | FileCheck -check-prefix=CHECK-CC3 %s
32 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (int)} (32)
33 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:13:22 %s | FileCheck -check-prefix=CHECK-CC3 %s
34 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:14:16 %s | FileCheck -check-prefix=CHECK-CC3 %s
35 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:15:14 %s | FileCheck -check-prefix=CHECK-CC3 %s
complete-exprs.cpp 58 // RUN: c-index-test -code-completion-at=%s:26:15 %s | FileCheck -check-prefix=CHECK-CC3 %s
59 // CHECK-CC3: NotImplemented:{TypedText float} (50)
60 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText foo}{LeftParen (}{RightParen )} (50)
61 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText g}{LeftParen (}{RightParen )} (50)
62 // CHECK-CC3: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50)
63 // CHECK-CC3: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50)
64 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
complete-declarators.cpp 29 // RUN: c-index-test -code-completion-at=%s:13:7 %s | FileCheck -check-prefix=CHECK-CC3 %s
30 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:13:7 %s | FileCheck -check-prefix=CHECK-CC3 %s
31 // CHECK-CC3: NotImplemented:{TypedText const} (40)
32 // CHECK-CC3-NOT: Namespace:{TypedText N}{Text ::} (75)
33 // CHECK-CC3: NotImplemented:{TypedText operator} (40)
34 // CHECK-CC3: NotImplemented:{TypedText volatile} (40)
complete-categories.m 29 // RUN: c-index-test -code-completion-at=%s:18:20 %s | FileCheck -check-prefix=CHECK-CC3 %s
30 // CHECK-CC3: ObjCCategoryDecl:{TypedText Cat1}
31 // CHECK-CC3: ObjCCategoryDecl:{TypedText Cat2}
32 // CHECK-CC3: ObjCCategoryDecl:{TypedText Cat3}
complete-exprs.c 36 // RUN: c-index-test -code-completion-at=%s:7:14 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
37 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:7:14 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
38 // CHECK-CC3: macro definition:{TypedText __VERSION__} (70)
39 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText f}{LeftParen (}{Placeholder int}{RightParen )} (50)
40 // CHECK-CC3-NOT: NotImplemented:{TypedText float}
41 // CHECK-CC3: ParmDecl:{ResultType int}{TypedText j} (34)
42 // CHECK-CC3: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder expressio
44 // RUN: c-index-test -code-completion-at=%s:7:18 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
45 // RUN: c-index-test -code-completion-at=%s:7:22 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
complete-interfaces.m 32 // RUN: c-index-test -code-completion-at=%s:11:19 %s | FileCheck -check-prefix=CHECK-CC3 %s
33 // CHECK-CC3: ObjCInterfaceDecl:{TypedText Int1}
34 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int3}
35 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int4}
complete-at-directives.m 21 // RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:6:2 %s | FileCheck -check-prefix=CHECK-CC3 %s
22 // CHECK-CC3: {TypedText dynamic}{HorizontalSpace }{Placeholder property}
23 // CHECK-CC3: {TypedText end}
24 // CHECK-CC3: {TypedText synthesize}{HorizontalSpace }{Placeholder property}
complete-objc-message-id.m 58 // RUN: c-index-test -code-completion-at=%s:26:19 %s | FileCheck -check-prefix=CHECK-CC3 %s
59 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease}
60 // CHECK-CC3-NOT: B_method
61 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain}
complete-properties.m 59 // RUN: c-index-test -code-completion-at=%s:20:35 %s | FileCheck -check-prefix=CHECK-CC3 %s
60 // CHECK-CC3: ObjCIvarDecl:{ResultType id}{TypedText _Prop3} (36)
61 // CHECK-CC3: ObjCIvarDecl:{ResultType int}{TypedText RandomIVar} (35)
62 // CHECK-CC3: ObjCIvarDecl:{ResultType id}{TypedText StoredProp3} (8)
complete-type-factors.m 64 // RUN: c-index-test -code-completion-at=%s:18:10 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
65 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
66 // CHECK-CC3: VarDecl:{ResultType enum Color}{TypedText c} (34)
67 // CHECK-CC3: ParmDecl:{ResultType enum Color}{TypedText color} (34)
68 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
69 // CHECK-CC3: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (12)
70 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
71 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (65)
72 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
73 // CHECK-CC3: VarDecl:{ResultType int}{TypedText i} (17
    [all...]
complete-declarators.m 37 // RUN: c-index-test -code-completion-at=%s:15:15 %s | FileCheck -check-prefix=CHECK-CC3 %s
38 // CHECK-CC3: ParmDecl:{ResultType id}{TypedText param1} (34)
39 // CHECK-CC3-NOT: VarDecl:{ResultType int}{TypedText q2}
40 // CHECK-CC3-NOT: VarDecl:{ResultType id}{TypedText q}
41 // CHECK-CC3: NotImplemented:{ResultType A *}{TypedText self} (34)
42 // CHECK-CC3: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder expression-or-type}{RightParen )} (40)
complete-macros.c 34 // RUN: c-index-test -code-completion-at=%s:15:5 %s | FileCheck -check-prefix=CHECK-CC3 %s
35 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:15:5 %s | FileCheck -check-prefix=CHECK-CC3 %s
36 // CHECK-CC3: macro definition:{TypedText nil} (65)
complete-preprocessor.m 55 // RUN: c-index-test -code-completion-at=%s:9:8 %s | FileCheck -check-prefix=CHECK-CC3 %s
56 // CHECK-CC3: NotImplemented:{TypedText BAR} (40)
57 // CHECK-CC3: NotImplemented:{TypedText FOO} (40)
58 // RUN: c-index-test -code-completion-at=%s:11:12 %s | FileCheck -check-prefix=CHECK-CC3 %s
59 // RUN: c-index-test -code-completion-at=%s:11:13 %s | FileCheck -check-prefix=CHECK-CC3 %s
78 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:9:8 %s | FileCheck -check-prefix=CHECK-CC3 %s
complete-blocks.m 51 // RUN: c-index-test -code-completion-at=%s:25:6 %s | FileCheck -check-prefix=CHECK-CC3 %s
52 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText method3:}{Placeholder ^int(void)b} (35)
complete-kvc.m 102 // RUN: c-index-test -code-completion-at=%s:52:8 %s | FileCheck -check-prefix=CHECK-CC3 %s
103 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText countOfIntProperty} (55)
104 // CHECK-CC3-NEXT: ObjCInstanceMethodDecl:{TypedText intProperty} (40)
105 // CHECK-CC3-NEXT: ObjCInstanceMethodDecl:{TypedText isIntProperty} (40)
complete-method-decls.m 82 // RUN: c-index-test -code-completion-at=%s:24:7 %s | FileCheck -check-prefix=CHECK-CC3 %s
83 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText abc}
84 // CHECK-CC3-NEXT: ObjCInstanceMethodDecl:{TypedText getSelf}
85 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText init}
86 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText initWithInt}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}
87 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
  /external/clang/test/CodeCompletion/
ordinary-name.cpp 98 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:1:19 %s -o - | FileCheck -check-prefix=CHECK-CC3 %s
99 // CHECK-CC3: COMPLETION: bool
100 // CHECK-CC3-NEXT: COMPLETION: char
101 // CHECK-CC3-NEXT: COMPLETION: class
102 // CHECK-CC3-NEXT: COMPLETION: const
103 // CHECK-CC3-NEXT: COMPLETION: double
104 // CHECK-CC3-NEXT: COMPLETION: enum
105 // CHECK-CC3-NEXT: COMPLETION: explicit
106 // CHECK-CC3-NEXT: COMPLETION: extern
107 // CHECK-CC3-NEXT: COMPLETION: floa
    [all...]
call.c 13 // RUN: %clang_cc1 -std=c89 -fsyntax-only -code-completion-at=%s:8:6 %s -o - | FileCheck -check-prefix=CC3 %s
14 // CHECK-CC3: f1()
  /external/v8/test/mjsunit/
uri.js 37 var cc3 = 0x0080; variable
38 var s3 = String.fromCharCode(cc3);
69 assertEquals(cc3, decodeURI(encodeURI(s3)).charCodeAt(0));

Completed in 162 milliseconds

1 2