| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-preprocessor.m | 34 // RUN: c-index-test -code-completion-at=%s:5:2 %s | FileCheck -check-prefix=CHECK-CC2 %s 35 // CHECK-CC2: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40) 38 // CHECK-CC2-NEXT: NotImplemented:{TypedText elifdef}{HorizontalSpace }{Placeholder macro} (40) 40 // CHECK-CC2-NEXT: NotImplemented:{TypedText else} (40) 41 // CHECK-CC2-NEXT: NotImplemented:{TypedText endif} (40) 42 // CHECK-CC2-NEXT: NotImplemented:{TypedText error}{HorizontalSpace }{Placeholder message} (40) 43 // CHECK-CC2-NEXT: NotImplemented:{TypedText if}{HorizontalSpace }{Placeholder condition} (40) 44 // CHECK-CC2-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40) 45 // CHECK-CC2-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40) 52 // CHECK-CC2-NEXT: NotImplemented:{TypedText line}{HorizontalSpace }{Placeholder number} (40) [all …]
|
| H A D | complete-property-flags.m | 48 // RUN: c-index-test -code-completion-at=%s:8:18 %s | FileCheck -check-prefix=CHECK-CC2 %s 49 // CHECK-CC2: {TypedText getter}{Text =}{Placeholder method} 50 // CHECK-CC2-NEXT: {TypedText nonatomic} 51 // CHECK-CC2-NEXT: {TypedText nonnull} 52 // CHECK-CC2-NEXT: {TypedText null_resettable} 53 // CHECK-CC2-NEXT: {TypedText null_unspecified} 54 // CHECK-CC2-NEXT: {TypedText nullable} 55 // CHECK-CC2-NEXT: {TypedText readonly} 56 // CHECK-CC2-NEXT: {TypedText readwrite} 57 // CHECK-CC2-NEXT: {TypedText setter}{Text =}{Placeholder method}
|
| H A D | complete-member-access.m | 53 // RUN: c-index-test -code-completion-at=%s:22:8 %s | FileCheck -check-prefix=CHECK-CC2 %s 54 // CHECK-CC2: ObjCIvarDecl:{ResultType int}{TypedText IVar} (35) 55 // CHECK-CC2: ObjCIvarDecl:{ResultType int}{TypedText SuperIVar} (37) 56 // CHECK-CC2: Completion contexts: 57 // CHECK-CC2-NEXT: Arrow member access 58 // CHECK-CC2-NEXT: Container Kind: ObjCInterfaceDecl 59 // CHECK-CC2-NEXT: Container is complete 60 // CHECK-CC2-NEXT: Container USR: c:objc(cs)Int
|
| H A D | complete-interfaces.m | 27 // RUN: c-index-test -code-completion-at=%s:11:12 %s | FileCheck -check-prefix=CHECK-CC2 %s 28 // CHECK-CC2: ObjCInterfaceDecl:{TypedText Int1} 29 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int2} 30 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int3} 31 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int4} 47 …ETION_CACHING=1 c-index-test -code-completion-at=%s:11:12 %s | FileCheck -check-prefix=CHECK-CC2 %s
|
| H A D | complete-property-getset.m | 26 // RUN: c-index-test -code-completion-at=%s:13:39 %s | FileCheck -check-prefix=CHECK-CC2 %s 27 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter2_not:} 28 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType void}{TypedText setter1:} 29 // CHECK-CC2-NOT: setter2 30 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType void}{TypedText setter3:}
|
| H A D | complete-pch.m | 25 …N: c-index-test -code-completion-at=%s:11:6 -include %t.h %s | FileCheck -check-prefix=CHECK-CC2 %s 26 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText instanceMethod1:}{Placeholder (int)} 27 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText instanceMethod2:}{Placeholder (int)} 28 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText instanceMethod3:}{Placeholder (int)}
|
| H A D | complete-recovery.m | 29 …LETE_PATTERNS=1 c-index-test -code-completion-at=%s:10:25 %s | FileCheck -check-prefix=CHECK-CC2 %s 30 // CHECK-CC2: NotImplemented:{ResultType char[]}{TypedText @encode}{LeftParen (}{Placeholder type-n… 31 // CHECK-CC2: NotImplemented:{TypedText _Bool} 32 // CHECK-CC2: VarDecl:{ResultType A *}{TypedText a} 33 // CHECK-CC2: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder express…
|
| H A D | complete-type-factors.m | 49 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16) 50 // CHECK-CC2: ParmDecl:{ResultType enum Color}{TypedText color} (8) 51 // CHECK-CC2: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{R… 52 // CHECK-CC2: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int… 53 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (16) 54 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65) 55 // CHECK-CC2: VarDecl:{ResultType int}{TypedText i} (17) 56 // CHECK-CC2: ParmDecl:{ResultType int}{TypedText integer} (17) 57 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65) 58 // CHECK-CC2: ParmDecl:{ResultType enum Priority}{TypedText priority} (34) [all …]
|
| H A D | complete-declarators.m | 42 // RUN: c-index-test -code-completion-at=%s:9:15 %s | FileCheck -check-prefix=CHECK-CC2 %s 43 // RUN: c-index-test -code-completion-at=%s:15:10 %s | FileCheck -check-prefix=CHECK-CC2 %s 44 // RUN: c-index-test -code-completion-at=%s:16:9 %s | FileCheck -check-prefix=CHECK-CC2 %s 45 // CHECK-CC2: NotImplemented:{TypedText const} (40) 46 // CHECK-CC2-NOT: int 47 // CHECK-CC2: NotImplemented:{TypedText restrict} (40) 48 // CHECK-CC2: NotImplemented:{TypedText volatile} (40)
|
| H A D | complete-at-directives.m | 15 …MPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:3:2 %s | FileCheck -check-prefix=CHECK-CC2 %s 16 // CHECK-CC2: {TypedText end} 17 // CHECK-CC2: {TypedText optional} 18 // CHECK-CC2: {TypedText property} 19 // CHECK-CC2: {TypedText required}
|
| H A D | complete-protocols.m | 20 // RUN: c-index-test -code-completion-at=%s:9:21 %s | FileCheck -check-prefix=CHECK-CC2 %s 21 // CHECK-CC2-NOT: ObjCProtocolDecl:{TypedText Protocol1} 22 // CHECK-CC2: ObjCProtocolDecl:{TypedText Protocol2}
|
| H A D | complete-exprs.m | 31 // RUN: c-index-test -code-completion-at=%s:14:7 %s | FileCheck -check-prefix=CHECK-CC2 %s 32 …LETION_CACHING=1 c-index-test -code-completion-at=%s:14:7 %s | FileCheck -check-prefix=CHECK-CC2 %s 33 // CHECK-CC2: TypedefDecl:{TypedText BOOL} (50) 34 // CHECK-CC2: NotImplemented:{TypedText char} (50) 35 // CHECK-CC2: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder express…
|
| H A D | complete-objc-message-id.m | 54 // RUN: c-index-test -code-completion-at=%s:25:15 %s | FileCheck -check-prefix=CHECK-CC2 %s 55 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease} 56 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText B_method} 57 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain}
|
| H A D | complete-block-properties.m | 68 // RUN: c-index-test -code-completion-at=%s:65:6 %s | FileCheck -check-prefix=CHECK-CC2 %s 69 //CHECK-CC2: ObjCInstanceMethodDecl:{ResultType void (^)(void)}{TypedText blockProperty} (35) 70 //CHECK-CC2-NEXT: ObjCInstanceMethodDecl:{ResultType BarBlock}{TypedText blockProperty2} (35) 71 //CHECK-CC2-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText setBlockProperty2:}{Placeholde… 72 //CHECK-CC2-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText setBlockProperty:}{Placeholder…
|
| H A D | complete-categories.m | 26 // RUN: c-index-test -code-completion-at=%s:13:16 %s | FileCheck -check-prefix=CHECK-CC2 %s 27 // CHECK-CC2: ObjCCategoryDecl:{TypedText Cat1} 28 // CHECK-CC2-NEXT: ObjCCategoryDecl:{TypedText Cat3}
|
| H A D | complete-at-exprstmt.m | 29 …PLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:19 %s | FileCheck -check-prefix=CHECK-CC2 %s 30 // CHECK-CC2: {TypedText encode}{LeftParen (}{Placeholder type-name}{RightParen )} 31 // CHECK-CC2: {TypedText protocol}{LeftParen (}{Placeholder protocol-name}{RightParen )} 32 // CHECK-CC2: {TypedText selector}{LeftParen (}{Placeholder selector}{RightParen )}
|
| H A D | complete-properties.m | 65 // RUN: c-index-test -code-completion-at=%s:20:20 %s | FileCheck -check-prefix=CHECK-CC2 %s 66 // CHECK-CC2: ObjCPropertyDecl:{ResultType int}{TypedText Prop0} 67 // CHECK-CC2: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} 68 // CHECK-CC2-NEXT: ObjCPropertyDecl:{ResultType id}{TypedText Prop3} 69 // CHECK-CC2: ObjCPropertyDecl:{ResultType id}{TypedText Prop4}
|
| H A D | complete-blocks.m | 65 // RUN: c-index-test -code-completion-at=%s:17:6 %s | FileCheck -check-prefix=CHECK-CC2 %s 66 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText method2:}{Placeholder ^(float f, dou… 67 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText method:}{Placeholder ^int(int x, int…
|
| H A D | complete-lambdas.mm | 28 // RUN: c-index-test -code-completion-at=%s:15:6 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC2 … 29 // CHECK-CC2: ObjCClassMethodDecl:{ResultType id}{TypedText classMethod} (35)
|
| H A D | complete-objc-message.m | 212 // RUN: c-index-test -code-completion-at=%s:24:8 %s | FileCheck -check-prefix=CHECK-CC2 %s 213 // CHECK-CC2: {TypedText categoryInstanceMethod} 214 // CHECK-CC2: {TypedText instanceMethod1} 215 // CHECK-CC2: {TypedText protocolInstanceMethod:}{Placeholder (int)} 216 // CHECK-CC2: Completion contexts: 217 // CHECK-CC2-NEXT: Objective-C instance method 218 // CHECK-CC2-NEXT: Container Kind: ObjCInterfaceDecl 219 // CHECK-CC2-NEXT: Container is complete 220 // CHECK-CC2-NEXT: Container USR: c:objc(cs)Foo
|
| H A D | complete-kvc.m | 97 // RUN: c-index-test -code-completion-at=%s:41:3 %s | FileCheck -check-prefix=CHECK-CC2 %s 98 // CHECK-CC2: ObjCClassMethodDecl:{LeftParen (}{Text BOOL}{RightParen )}{TypedText automaticallyNot… 99 // CHECK-CC2: ObjCClassMethodDecl:{LeftParen (}{Text BOOL}{RightParen )}{TypedText automaticallyNot… 100 // CHECK-CC2: ObjCClassMethodDecl:{LeftParen (}{Text NSSet<NSString *> *}{RightParen )}{TypedText k…
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | objc-message.m | 32 …%clang_cc1 -fsyntax-only -code-completion-at=%s:24:8 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s 33 // CHECK-CC2: categoryInstanceMethod 34 // CHECK-CC2: instanceMethod1 35 // CHECK-CC2: protocolInstanceMethod
|
| H A D | documentation.m | 23 …ompletion-brief-comments -code-completion-at=%s:16:9 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s 24 // CHECK-CC2: classProp : [#id#]classProp : Class! 25 // CHECK-CC2: setClassProp: : [#void#]setClassProp:<#(id)#> : Class!
|
| H A D | objc-message.mm | 45 …-fsyntax-only -std=c++11 -code-completion-at=%s:38:8 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s 46 // CHECK-CC2: protocolInstanceMethod : [#id#]protocolInstanceMethod
|
| /llvm-project-15.0.7/llvm/test/Transforms/StructurizeCFG/AMDGPU/ |
| H A D | uniform-regions.ll | 35 ; CHECK-NEXT: [[CC2:%.*]] = icmp eq i32 [[V]], 0 36 ; CHECK-NEXT: br i1 [[CC2]], label [[END_LOOP:%.*]], label [[FLOW1:%.*]] 93 ; CHECK-NEXT: [[CC2:%.*]] = icmp eq i32 [[V]], 0 94 ; CHECK-NEXT: br i1 [[CC2]], label [[END_LOOP:%.*]], label [[FLOW2:%.*]]
|