OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definition
(Results
401 - 425
of
9917
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/ozone/
platform_object.h
21
// A
definition
of this function for each compiled platform must be provided, or
/external/clang/include/clang/AST/
ASTMutationListener.h
43
/// \brief A new TagDecl
definition
was completed.
49
/// \brief An implicit member was added after the
definition
was completed.
75
/// \brief An implicit member got a
definition
.
81
/// \brief A function template's
definition
was instantiated.
/external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp
4
// No translation unit shall contain more than one
definition
of any
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp
14
// FIXME: don't produce the diagnostic both for the
definition
and the instantiation.
/external/clang/test/CXX/special/class.inhctor/
p8.cpp
32
template<typename T> constexpr D::D(T t) : C(t) {} // expected-error {{
definition
of implicitly declared function}}
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp
25
void A<T, N>::f1() { } // expected-error{{out-of-line
definition
}}
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p15.cpp
15
// Okay; this is a declaration, not a
definition
.
/external/clang/test/Index/
availability.c
19
// CHECK-2: EnumConstantDecl=old_enum:6:3 (
Definition
) (deprecated)
blocks.c
12
// CHECK: blocks.c:6:6: FunctionDecl=test:6:6 (
Definition
) Extent=[6:1 - 10:2]
15
// CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (
Definition
) Extent=[7:3 - 7:25]
17
// CHECK: blocks.c:8:11: VarDecl=i:8:11 (
Definition
) Extent=[8:3 - 8:16]
22
// CHECK: blocks.c:9:23: ParmDecl=foo:9:23 (
Definition
) Extent=[9:11 - 9:26]
file-macro-refs.c
10
// CHECK-NEXT: macro
definition
=FOO =[1:9 - 1:12]
file-refs-subscripting.m
42
// CHECK-NEXT: ParmDecl=index:22:18 (
Definition
) =[22:18 - 22:23]
47
// CHECK-NEXT: ParmDecl=p:22:28 (
Definition
) =[22:28 - 22:29]
53
// CHECK-NEXT: VarDecl=key:31:13 (
Definition
) =[31:13 - 31:16]
61
// CHECK-NEXT: VarDecl=newObject:32:6 (
Definition
) =[32:6 - 32:15]
local-symbols.m
36
// CHECK: local-symbols.m:7:6: ObjCIvarDecl=x:7:6 (
Definition
) Extent=[7:3 - 7:7]
40
// CHECK: local-symbols.m:12:17: ObjCImplementationDecl=Foo:12:17 (
Definition
) Extent=[12:1 - 16:2]
41
// CHECK: local-symbols.m:13:8: ObjCInstanceMethodDecl=bar:13:8 (
Definition
) Extent=[13:1 - 15:2]
45
// CHECK: local-symbols.m:20:11: ObjCProtocolDecl=Prot8380046:20:11 (
Definition
) Extent=[20:1 - 21:5]
pragma-diag-reparse.c
20
// CHECK: pragma-diag-reparse.c:8:7: VarDecl=x:8:7 (
Definition
) Extent=[8:3 - 8:10]
preamble-reparse-warn-macro.c
6
// CHECK-NEXT: preamble-reparse-warn-macro.c:[[@LINE+2]]:9: note: previous
definition
is here
/external/clang/test/Parser/
cxx-friend.cpp
33
inline void bar() {} // expected-note {{previous
definition
is here}}
warn-semicolon-before-method-body.m
4
// Allow optional semicolon in objc method
definition
after method prototype,
/external/clang/test/Sema/
predefined-function.c
19
int bar(int i) // expected-note {{previous
definition
is here}}
/external/clang/test/SemaCXX/
anonymous-struct.cpp
19
typedef struct { // expected-note {{use a tag name here to establish linkage prior to
definition
}} expected-note {{declared here}}
deprecated.cpp
51
Assign &operator=(const Assign&); // expected-warning {{
definition
of implicit copy constructor for 'Assign' is deprecated because it has a user-declared copy assignment operator}}
57
Ctor(const Ctor&); // expected-warning {{
definition
of implicit copy assignment operator for 'Ctor' is deprecated because it has a user-declared copy constructor}}
64
// expected-warning@-1 {{
definition
of implicit copy constructor for 'Dtor' is deprecated because it has a user-declared destructor}}
65
// expected-warning@-2 {{
definition
of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-declared destructor}}
/external/clang/test/SemaObjC/
bad-property-synthesis-crash.m
7
// expected-note {{previous
definition
is here}}
ivar-in-implementations.m
7
id IVAR; // expected-note {{previous
definition
is here}}
method-conflict-2.m
8
- (void) test1:(A*) object; // expected-note {{previous
definition
is here}}
18
- (void) test1:(id) object; // expected-note {{previous
definition
is here}}
29
- (B*) test2; // expected-note {{previous
definition
is here}}
54
@property (nonatomic,readonly,assign) int64_t sequenceNumber; // expected-note {{previous
definition
is here}}
method-def-1.m
32
arg; // expected-note {{previous
definition
is here}}
no-warn-unimpl-method.m
5
// warning of the "Method
definition
not found" kind. */
/external/clang/test/SemaTemplate/
instantiate-decl-init.cpp
5
// CXXConstructExpr at
definition
time, which would lead to a failure at
Completed in 261 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>