OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definition
(Results
51 - 75
of
14896
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/939-hello-transformation-bcp/
info.txt
3
Note this function is reliant on the
definition
of java.util.OptionalLong not
4
changing. If this classes
definition
changes we will need to update this class
/external/clang/test/Modules/Inputs/
cxx-irgen-right.h
7
// Trigger declaration, but not
definition
, of special members.
9
// Trigger
definition
of move constructor.
cxx-irgen-left.h
15
// Trigger declaration, but not
definition
, of special members.
17
// Trigger
definition
of copy constructor.
23
// Trigger
definition
of A::~A() and lookup of operator delete.
/external/clang/test/Sema/
attr-decl-after-definition.c
6
void foo(){} // expected-note {{previous
definition
is here}}
7
void foo() __attribute__((constructor)); // expected-warning {{must precede
definition
}}
16
int bar = 0; // expected-note {{previous
definition
is here}}
20
visibility("hidden"))); // expected-warning {{must precede
definition
}}
23
struct zed { // expected-note {{previous
definition
is here}}
25
struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede
definition
}}
31
struct __attribute__((visibility("hidden"))) zed3 { // expected-note {{previous
definition
is here}}
34
packed // expected-warning {{must precede
definition
}}
/external/llvm/test/MC/COFF/
invalid-def.s
3
# CHECK: error: starting a new symbol
definition
without completing the previous one
4
# CHECK: error: starting a new symbol
definition
without completing the previous one
invalid-endef.s
3
# CHECK: ending symbol
definition
without starting one
4
# CHECK: ending symbol
definition
without starting one
invalid-scl.s
3
# CHECK: storage class specified outside of symbol
definition
4
# CHECK: storage class specified outside of symbol
definition
invalid-type.s
3
# CHECK: symbol type specified outside of a symbol
definition
4
# CHECK: symbol type specified outside of a symbol
definition
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
prefix3.s
1
% Check that changing prefixes between the GREG
definition
, its use and
2
% the end of the assembly file does not change the GREG
definition
.
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p10.cpp
28
template struct X0<int>; // expected-note 4{{explicit instantiation
definition
is here}}
30
extern template void X0<int>::f(int&); // expected-error{{follows explicit instantiation
definition
}}
31
extern template struct X0<int>::Inner; // expected-error{{follows explicit instantiation
definition
}}
32
extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation
definition
}}
33
extern template struct X0<int>; // expected-error{{follows explicit instantiation
definition
}}
/external/clang/test/Misc/
verify.c
6
struct s s1; // expected-error {{tentative
definition
has type 'struct s' that is never completed}}
7
struct s s2; // expected-error {{tentative
definition
has type}}
10
struct s r1; // expected-error {{tentative
definition
has type 'struct s' that is never completed}}
11
struct s r2; // expected-error-re {{tentative
definition
has type '{{.*[[:space:]]*.*}}' that is never completed}}
12
struct s r3; // expected-error-re {{tentative
definition
has type '{{(.*)[[:space:]]*(.*)}}' that is never completed}}
/external/clang/test/SemaCXX/
static-data-member.cpp
13
extern double ABC::b = 1.0; // expected-error {{static data member
definition
cannot specify a storage class}}
14
static double ABC::c = 1.0; // expected-error {{'static' can only be specified inside the class
definition
}}
15
__private_extern__ double ABC::d = 1.0; // expected-error {{static data member
definition
cannot specify a storage class}}
16
auto double ABC::e = 1.0; // expected-error {{static data member
definition
cannot specify a storage class}}
17
register double ABC::f = 1.0; // expected-error {{static data member
definition
cannot specify a storage class}}
/external/antlr/antlr-3.4/runtime/C/doxygen/
doxygengroups.dox
61
/// \defgroup ANTLR3_BASE_RECOGNIZER ANTLR3_BASE_RECOGNIZER - Base Recognizer Class
Definition
64
/// This is the
definition
of the base recognizer interface, instantiations
71
/// \defgroup ANTLR3_RECOGNIZER_SHARED_STATE ANTLR3_RECOGNIZER_SHARED_STATE Recognizer Shared State Class
Definition
73
/// \defgroup ANTLR3_BITSET ANTLR3_BITSET - Bitset Class
Definition
75
/// \defgroup ANTLR3_TOKEN_FACTORY ANTLR3_TOKEN_FACTORY - Token Factory Class
Definition
77
/// \defgroup ANTLR3_COMMON_TOKEN ANTLR3_COMMON_TOKEN - Common Token Class
Definition
79
/// \defgroup ANTLR3_EXCEPTION ANTLR3_EXCEPTION - Exception Class
Definition
81
/// \defgroup ANTLR3_HASH_BUCKET ANTLR3_HASH_BUCKET - Hash Table Bucket Class
Definition
83
/// \defgroup ANTLR3_HASH_ENTRY ANTLR3_HASH_ENTRY - Hash Table Entry Class
Definition
85
/// \defgroup ANTLR3_HASH_ENUM ANTLR3_HASH_ENUM - Hash Table Enumerator Class
Definition
[
all
...]
/external/clang/test/Index/
annotate-tokens-preamble.c
10
// CHECK: Keyword: "void" [3:1 - 3:5] FunctionDecl=f:3:6 (
Definition
)
11
// CHECK: Identifier: "f" [3:6 - 3:7] FunctionDecl=f:3:6 (
Definition
)
12
// CHECK: Punctuation: "(" [3:7 - 3:8] FunctionDecl=f:3:6 (
Definition
)
13
// CHECK: Keyword: "void" [3:8 - 3:12] ParmDecl=ptr:3:14 (
Definition
)
14
// CHECK: Punctuation: "*" [3:13 - 3:14] ParmDecl=ptr:3:14 (
Definition
)
15
// CHECK: Identifier: "ptr" [3:14 - 3:17] ParmDecl=ptr:3:14 (
Definition
)
16
// CHECK: Punctuation: ")" [3:17 - 3:18] FunctionDecl=f:3:6 (
Definition
)
annotate-tokens-with-default-args.cpp
6
// CHECK: Keyword: "void" [3:1 - 3:5] CXXMethod=m:3:11 (
Definition
)
8
// CHECK: Punctuation: "::" [3:9 - 3:11] CXXMethod=m:3:11 (
Definition
)
9
// CHECK: Identifier: "m" [3:11 - 3:12] CXXMethod=m:3:11 (
Definition
)
10
// CHECK: Punctuation: "(" [3:12 - 3:13] CXXMethod=m:3:11 (
Definition
)
12
// CHECK: Punctuation: "*" [3:17 - 3:18] ParmDecl=f:3:18 (
Definition
)
13
// CHECK: Identifier: "f" [3:18 - 3:19] ParmDecl=f:3:18 (
Definition
)
14
// CHECK: Punctuation: ")" [3:19 - 3:20] CXXMethod=m:3:11 (
Definition
)
linkage.c
22
// CHECK: EnumDecl=Baz:3:6 (
Definition
)linkage=External
23
// CHECK: EnumConstantDecl=Qux:3:12 (
Definition
)linkage=External
27
// CHECK: FunctionDecl=bar:7:6 (
Definition
)linkage=External
28
// CHECK: ParmDecl=y:7:14 (
Definition
)linkage=NoLinkage
29
// CHECK: VarDecl=z:8:14 (
Definition
)linkage=NoLinkage
30
// CHECK: VarDecl=k:9:7 (
Definition
)linkage=NoLinkage
33
// CHECK: ParmDecl=:12:22 (
Definition
)linkage=NoLinkage
35
// CHECK: ParmDecl=dio:14:16 (
Definition
)linkage=NoLinkage
36
// CHECK: ParmDecl=tria:14:25 (
Definition
)linkage=NoLinkage
/external/clang/test/Modules/
odr.cpp
4
// expected-error@a.h:8 {{'X::n' from module 'a' is not present in
definition
of 'X' provided earlier}}
5
struct X { // expected-note {{
definition
has no member 'n'}}
17
// expected-note@a.h:5 {{
definition
has no member 'e2'}}
19
// expected-note@b.h:1 {{
definition
has no member 'n'}}
21
// expected-error@b.h:5 {{'E::e2' from module 'b' is not present in
definition
of 'E' in module 'a'}}
22
// expected-error@a.h:3 {{'Y::f' from module 'a' is not present in
definition
of 'Y' in module 'b'}}
23
// expected-error@a.h:2 {{'Y::n' from module 'a' is not present in
definition
of 'Y' in module 'b'}}
/external/clang/test/SemaObjC/
class-def-test-1.m
3
@protocol SUPER; // expected-note {{protocol 'SUPER' has no
definition
}}
5
@interface SUPER <SUPER> @end // expected-warning {{cannot find protocol
definition
for 'SUPER'}}
7
typedef int INTF; // expected-note {{previous
definition
is here}}
11
@interface OBJECT @end // expected-note {{previous
definition
is here}}
13
@interface INTF1 : OBJECT @end // expected-note {{previous
definition
is here}}
15
@interface INTF1 : OBJECT @end // expected-error {{duplicate interface
definition
for class 'INTF1'}}
19
typedef int OBJECT2; // expected-note 2 {{previous
definition
is here}}
deprecate_function_containers.m
5
void p_foo() {} // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
9
void foo() {} // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
10
inline void v_foo() {} // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
11
static int s_foo() {return 0; } // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
12
static inline int si_val() { return 1; } // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
16
void cat_foo() {} // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
32
static inline void prototype_observe_moin1(void (^callback)(id)) { // expected-warning {{function
definition
inside an Objective-C container is deprecated}}
alias-test-2.m
4
@interface Super @end // expected-note {{previous
definition
is here}}
6
@interface MyWpModule @end // expected-note {{previous
definition
is here}}
15
@interface MyAlias : AliasForSuper // expected-error {{duplicate interface
definition
for class 'MyWpModule'}}
/external/clang/test/CXX/class.access/class.friend/
p6.cpp
10
friend void ::f1() { } // expected-error{{friend function
definition
cannot be qualified with '::'}}
11
friend void X::f2() { } // expected-error{{friend function
definition
cannot be qualified with 'X::'}}
15
friend void T::f() {} // expected-error{{friend function
definition
cannot be qualified with 'T::'}}
/external/clang/test/CodeGen/
debug-info-limited.c
3
// Ensure we emit the full
definition
of 'foo' even though only its declaration
4
// is needed, since C has no ODR to ensure that the
definition
will be the same
5
// in whatever TU actually uses/requires the
definition
of 'foo'.
/prebuilts/go/darwin-x86/test/
typecheckloop.go
7
// Verify that constant
definition
loops are caught during
12
const A = 1 + B // ERROR "constant
definition
loop\n.*A uses B\n.*B uses C\n.*C uses A"
13
const B = C - 1 // ERROR "constant
definition
loop\n.*B uses C\n.*C uses B"
/prebuilts/go/linux-x86/test/
typecheckloop.go
7
// Verify that constant
definition
loops are caught during
12
const A = 1 + B // ERROR "constant
definition
loop\n.*A uses B\n.*B uses C\n.*C uses A"
13
const B = C - 1 // ERROR "constant
definition
loop\n.*B uses C\n.*C uses B"
/libcore/luni/src/main/java/org/w3c/dom/
TypeInfo.java
47
* <li> If <b>[member type
definition
]</b> exists:
50
* namespace} properties of the <b>[member type
definition
]</b> property;
57
* <li> If the <b>[type
definition
]</b> property exists:
60
* namespace} properties of the <b>[type
definition
]</b> property;
67
* <li> If the <b>[member type
definition
anonymous]</b> exists:
69
* <li>If it is false, then expose <b>[member type
definition
name]</b> and <b>[member type
definition
namespace]</b> properties;
76
* <li> If the <b>[type
definition
anonymous]</b> exists:
78
* <li>If it is false, then expose <b>[type
definition
name]</b> and <b>[type
definition
namespace]</b> properties
[
all
...]
Completed in 643 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>