OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definition
(Results
126 - 150
of
9917
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Index/
annotate-tokens.m
168
// CHECK: Punctuation: "*" [2:20 - 2:21] ParmDecl=other:2:22 (
Definition
)
169
// CHECK: Punctuation: ")" [2:21 - 2:22] ParmDecl=other:2:22 (
Definition
)
170
// CHECK: Identifier: "other" [2:22 - 2:27] ParmDecl=other:2:22 (
Definition
)
174
// CHECK: Punctuation: "@" [5:1 - 5:2] ObjCImplementationDecl=Foo:5:17 (
Definition
)
175
// CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (
Definition
)
176
// CHECK: Identifier: "Foo" [5:17 - 5:20] ObjCImplementationDecl=Foo:5:17 (
Definition
)
177
// CHECK: Punctuation: "-" [6:1 - 6:2] ObjCInstanceMethodDecl=compare::6:8 (
Definition
)
178
// CHECK: Punctuation: "(" [6:3 - 6:4] ObjCInstanceMethodDecl=compare::6:8 (
Definition
)
179
// CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (
Definition
)
180
// CHECK: Punctuation: ")" [6:7 - 6:8] ObjCInstanceMethodDecl=compare::6:8 (
Definition
)
[
all
...]
TestClassDecl.m
5
// This test checks how the @class resolves as a cursor when there is a real
definition
24
// CHECK-scan: [13:1 - 13:15] FunctionDecl=function:13:6 (
Definition
)
26
// CHECK-scan: [13:18 - 13:24] ParmDecl=arg:13:21 (
Definition
)
27
// CHECK-scan: [13:24 - 14:1] FunctionDecl=function:13:6 (
Definition
)
31
// CHECK-load: TestClassDecl.m:13:6: FunctionDecl=function:13:6 (
Definition
) Extent=[13:1 - 16:2]
32
// CHECK-load: TestClassDecl.m:13:21: ParmDecl=arg:13:21 (
Definition
) Extent=[13:15 - 13:24]
annotate-attribute.cpp
19
// CHECK: ClassDecl=Test:3:7 (
Definition
) Extent=[3:1 - 17:2]
20
// CHECK-NEXT: CXXAccessSpecifier=:4:1 (
Definition
) Extent=[4:1 - 4:8]
23
// CHECK-NEXT: CXXAccessSpecifier=:7:1 (
Definition
) Extent=[7:1 - 7:43]
27
// CHECK-NEXT: CXXAccessSpecifier=:10:1 (
Definition
) Extent=[10:1 - 10:53]
29
// CHECK-NEXT: CXXMethod=inlineMethod:12:8 (
Definition
) Extent=[12:3 - 12:25]
32
// CHECK-NEXT: CXXAccessSpecifier=:14:1 (
Definition
) Extent=[14:1 - 14:11]
complete-macros.c
31
// CHECK-CC1: macro
definition
:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
35
// CHECK-CC2: macro
definition
:{TypedText nil} (32)
38
// CHECK-CC3: macro
definition
:{TypedText nil} (65)
40
// CHECK-VARIADIC: macro
definition
:{TypedText variadic1}{LeftParen (}{Placeholder ...}{RightParen )} (70)
41
// CHECK-VARIADIC: macro
definition
:{TypedText variadic2}{LeftParen (}{Placeholder args...}{RightParen )} (70)
42
// CHECK-VARIADIC: macro
definition
:{TypedText variadic3}{LeftParen (}{Placeholder args, ...}{RightParen )} (70)
43
// CHECK-VARIADIC: macro
definition
:{TypedText variadic4}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args, ...}{RightParen )} (70)
44
// CHECK-VARIADIC: macro
definition
:{TypedText variadic5}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args...}{RightParen )} (70)
get-cursor.c
16
// CHECK: StructDecl=_MyS:1:8 (
Definition
)
17
// CHECK: FieldDecl=foo:2:7 (
Definition
)
preamble-reparse-chained.c
9
// CHECK: a.h:3:13: TypedefDecl=A:3:13 (
Definition
) Extent=[3:1 - 3:14]
10
// CHECK: b.h:1:15: TypedefDecl=B:1:15 (
Definition
) Extent=[1:1 - 1:16]
/external/clang/test/Analysis/
unions.cpp
7
struct
Definition
;
10
Definition
*lexdef;
14
struct
Definition
: public ParseNode { };
34
struct
Definition
;
39
Definition
*lexdef;
47
struct
Definition
: public ParseNode { };
/external/clang/test/Parser/
attributes.c
68
// expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function
definition
}}
74
// expected-warning {{GCC does not allow 'noreturn' attribute in this position on a function
definition
}}
79
// expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function
definition
}}
81
// expected-warning {{GCC does not allow 'pure' attribute in this position on a function
definition
}}
86
// expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function
definition
}}
88
// expected-warning {{GCC does not allow 'pure' attribute in this position on a function
definition
}}
/external/clang/test/SemaObjC/
method-conflict-1.m
15
- (void)myMethod1:(NSObject *)object; // broken-note {{previous
definition
is here}}
30
- (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous
definition
is here}}
31
- (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous
definition
is here}}
47
- (void) test1:(A*) object; // broken-note {{previous
definition
is here}}
58
- (void) test1:(id) object; // broken-note {{previous
definition
is here}}
68
- (B*) test2; // broken-note {{previous
definition
is here}}
method-typecheck-1.m
4
- (void) setMoo: (int) x; // expected-note {{previous
definition
is here}}
5
- (int) setMoo1: (int) x; // expected-note {{previous
definition
is here}}
18
+ (void) cMoo: (int) x; // expected-note 2 {{previous
definition
is here}}
28
- (void) setCat: (int) x; // expected-note 2 {{previous
definition
is here}}
29
+ (void) cCat: (int) x; // expected-note {{previous
definition
is here}}
44
- (float)returnCGFloat; // expected-note {{previous
definition
is here}}
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java
35
* The style
definition
corresponding to {@link DrawingStyle#SELECTION}
40
* The style
definition
corresponding to {@link DrawingStyle#GUIDELINE}
45
* The style
definition
corresponding to {@link DrawingStyle#GUIDELINE}
50
* The style
definition
corresponding to {@link DrawingStyle#GUIDELINE_DASHED}
55
* The style
definition
corresponding to {@link DrawingStyle#DISTANCE}
60
* The style
definition
corresponding to {@link DrawingStyle#GRID}
65
* The style
definition
corresponding to {@link DrawingStyle#HOVER}
70
* The style
definition
corresponding to {@link DrawingStyle#HOVER}
75
* The style
definition
corresponding to {@link DrawingStyle#ANCHOR}
80
* The style
definition
corresponding to {@link DrawingStyle#OUTLINE
[
all
...]
/cts/tools/signature-tools/src/signature/model/
IClassReference.java
27
* Returns the
definition
this class reference is referencing.
29
* @return the
definition
this class reference is referencing
ITypeVariableReference.java
26
* Returns the
definition
this type variable reference is referencing.
28
* @return the
definition
this type variable reference is referencing
/external/chromium_org/third_party/iaccessible2/
README.chromium
13
a module
definition
file is included for linking the COM proxy stub DLL.
23
Module
definition
file for linking the proxy stub DLL
/external/chromium_org/tools/usb_gadget/
hid_constants.py
14
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
25
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
36
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
51
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
65
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
76
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
92
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
105
See Device Class
Definition
for Human Interface Devices (HID) Version 1.11
/external/clang/test/CXX/class/class.nest/
p3.cpp
6
// declared in class X and later defined in the
definition
of class X or be
7
// later defined in a namespace scope enclosing the
definition
of class X.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp
29
class Test3 {}; // expected-note {{previous
definition
}}
37
class Test4 {}; // expected-note {{previous
definition
}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp
14
explicit A::A() { } // expected-error {{'explicit' can only be specified inside the class
definition
}}
16
// expected-error {{'explicit' can only be specified inside the class
definition
}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp
6
// expected-note{{previous
definition
}}
17
// expected-note{{previous
definition
}}
/external/clang/test/CXX/temp/temp.param/
p9.cpp
4
// template declaration or a function template
definition
10
// [...] nor in the template-parameter-list of the
definition
of a
/external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c
5
* s. This is a tentative
definition
and so a global was being
9
* The problem was that later when the correct
definition
for s is
/external/clang/test/Modules/
macros2.c
18
// expected-note@macros_top.h:22 {{expanding this
definition
of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
19
// expected-note@macros_other.h:6 {{other
definition
of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
34
TOP_RIGHT_REDEF *fp = &f; // ok, right's
definition
overrides top's
definition
36
// Note, left's
definition
wins here, whereas right's
definition
wins in
69
// expected-note@macros_top.h:19 {{expanding this
definition
}}
70
// expected-note@macros_other.h:4 {{other
definition
}}
/external/clang/test/PCH/
reloc.c
13
// expected-note@libroot/usr/include/reloc.h:13{{previous
definition
}}
14
// expected-note@libroot/usr/include/reloc2.h:14{{previous
definition
}}
/external/clang/test/Sema/
attr-weak.c
6
int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a
definition
}}
17
int C; // expected-note {{previous
definition
is here}}
decl-invalid.c
4
typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a
definition
}} expected-warning {{typedef requires a name}}
19
struct; // expected-error {{declaration of anonymous struct must be a
definition
}} // expected-warning {{declaration does not declare anything}}
Completed in 343 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>