OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cc6
(Results
1 - 25
of
39
) sorted by null
1
2
/external/clang/test/Index/
complete-at-directives.m
43
// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:2:23 %s | FileCheck -check-prefix=CHECK-
CC6
%s
44
// CHECK-
CC6
: NotImplemented:{TypedText package}
45
// CHECK-
CC6
: NotImplemented:{TypedText private}
46
// CHECK-
CC6
: NotImplemented:{TypedText protected}
47
// CHECK-
CC6
: NotImplemented:{TypedText public}
complete-type-factors.m
97
// RUN: c-index-test -code-completion-at=%s:22:7 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-
CC6
%s
98
// CHECK-
CC6
: VarDecl:{ResultType void (^)(enum Color, int)}{TypedText block} (34)
99
// CHECK-
CC6
: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
100
// CHECK-
CC6
: VarDecl:{ResultType enum Color}{TypedText c} (8)
101
// CHECK-
CC6
: ParmDecl:{ResultType enum Color}{TypedText color} (8)
102
// CHECK-
CC6
: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
103
// CHECK-
CC6
: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
104
// CHECK-
CC6
: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
105
// CHECK-
CC6
: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (16)
106
// CHECK-
CC6
: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65
[
all
...]
complete-lambdas.mm
48
// RUN: c-index-test -code-completion-at=%s:20:11 -x objective-c++ -std=c++11 %s | FileCheck -check-prefix=CHECK-
CC6
%s
49
// CHECK-
CC6
: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{HorizontalSpace }{TypedText withOther:}{Placeholder (int)} (37)
50
// CHECK-
CC6
-NEXT: ObjCInstanceMethodDecl:{ResultType id}{TypedText someMethod:}{Placeholder (A *)} (32)
complete-documentation-templates.cpp
135
// RUN: env CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 c-index-test -code-completion-at=%s:104:8 %s | FileCheck -check-prefix=
CC6
%s
136
// CHECK-
CC6
: CXXMethod:{ResultType void}{TypedText T103}{{.*}}(brief comment: This is T103.)
137
// CHECK-
CC6
: FieldDecl:{ResultType int}{TypedText T104}{{.*}}(brief comment: This is T104.)
138
// CHECK-
CC6
: FunctionTemplate:{ResultType void}{TypedText T108}{{.*}}(brief comment: This is T108.)
complete-exprs.c
56
// RUN: c-index-test -code-completion-at=%s:19:3 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-
CC6
%s
57
// CHECK-
CC6
: FunctionDecl:{ResultType void}{TypedText f3}{LeftParen (}{Placeholder const char *, ...}{Text , NULL}{RightParen )} (50)
58
// CHECK-
CC6
: NotImplemented:{TypedText void} (50)
59
// CHECK-
CC6
: NotImplemented:{TypedText volatile} (50)
complete-blocks.m
62
// RUN: c-index-test -code-completion-at=%s:42:6 %s | FileCheck -check-prefix=CHECK-
CC6
%s
63
// CHECK-
CC6
: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t block)arg} (35)
complete-properties.m
86
// RUN: c-index-test -code-completion-at=%s:9:11 %s | FileCheck -check-prefix=CHECK-
CC6
%s
87
// CHECK-
CC6
: ObjCInterfaceDecl:{TypedText MyClass} (50)
complete-method-decls.m
105
// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:37:7 %s | FileCheck -check-prefix=CHECK-
CC6
%s
106
// CHECK-
CC6
: ObjCInstanceMethodDecl:{TypedText abc}{HorizontalSpace }{LeftBrace {}{VerticalSpace
107
// CHECK-
CC6
: ObjCInstanceMethodDecl:{TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
108
// CHECK-
CC6
: ObjCInstanceMethodDecl:{TypedText initWithInt}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{LeftBrace {}{VerticalSpace
109
// CHECK-
CC6
: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
complete-objc-message.m
222
// RUN: c-index-test -code-completion-at=%s:82:8 %s | FileCheck -check-prefix=CHECK-
CC6
%s
223
// CHECK-
CC6
: ObjCInstanceMethodDecl:{ResultType id}{TypedText protocolInstanceMethod:}{Placeholder (int)}
224
// CHECK-
CC6
: ObjCInstanceMethodDecl:{ResultType int}{TypedText secondProtocolInstanceMethod}
/external/v8/test/mjsunit/
uri.js
43
var
cc6
= 0x0800;
variable
44
var s6 = String.fromCharCode(
cc6
);
72
assertEquals(
cc6
, decodeURI(encodeURI(s6)).charCodeAt(0));
/external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s
1143
# CHECK:
cc6
: nop
[
all
...]
autogen-inst-offset-padding.s
1047
# CHECK:
cc6
: incl
[
all
...]
/external/icu4c/data/unidata/norm2/
nfc.txt
678
0CC7=0
CC6
0CD5
679
0CC8=0
CC6
0CD6
680
0CCA=0
CC6
0CC2
nfkc_cf.txt
1422
2
CC6
>2CC7
[
all
...]
/external/icu4c/data/unidata/
DerivedCoreProperties.txt
478
0
CC6
; Alphabetic
[
all
...]
NormalizationTest.txt
515
0CC7;0CC7;0
CC6
0CD5;0CC7;0
CC6
0CD5;
516
0CC8;0CC8;0
CC6
0CD6;0CC8;0
CC6
0CD6;
517
0CCA;0CCA;0
CC6
0CC2;0CCA;0
CC6
0CC2;
518
0CCB;0CCB;0
CC6
0CC2 0CD5;0CCB;0
CC6
0CC2 0CD5;
[
all
...]
CaseFolding.txt
[
all
...]
UnicodeData.txt
[
all
...]
DerivedNormalizationProps.txt
[
all
...]
/external/icu4c/test/testdata/
NormalizationTest-3.2.0.txt
516
0CC7;0CC7;0
CC6
0CD5;0CC7;0
CC6
0CD5;
517
0CC8;0CC8;0
CC6
0CD6;0CC8;0
CC6
0CD6;
518
0CCA;0CCA;0
CC6
0CC2;0CCA;0
CC6
0CC2;
519
0CCB;0CCB;0
CC6
0CC2 0CD5;0CCB;0
CC6
0CC2 0CD5;
[
all
...]
CollationTest_NON_IGNORABLE_SHORT.txt
[
all
...]
/external/harfbuzz/contrib/tables/
GraphemeBreakProperty.txt
127
0
CC6
; Extend # Mn KANNADA VOWEL SIGN E
[
all
...]
DerivedGeneralCategory.txt
[
all
...]
DerivedCombiningClass.txt
320
0
CC6
; 0 # Mn KANNADA VOWEL SIGN E
[
all
...]
Scripts.txt
[
all
...]
Completed in 482 milliseconds
1
2