OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definition
(Results
151 - 175
of
14896
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Modules/
macros2.c
15
// expected-note@macros_top.h:22 {{expanding this
definition
of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
16
// expected-note@macros_other.h:6 {{other
definition
of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
31
TOP_RIGHT_REDEF *fp = &f; // ok, right's
definition
overrides top's
definition
33
// Note, left's
definition
wins here, whereas right's
definition
wins in
72
// expected-note@macros_top.h:19 {{expanding this
definition
}}
73
// expected-note@macros_other.h:4 {{other
definition
}}
/external/clang/test/Preprocessor/
macro_redefined.c
9
// expected-note@1 {{previous
definition
is here}}
15
// expected-note@+3 {{previous
definition
is here}}
/external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c
8
int decl_weak_import __attribute__ ((__weak_import__)); // expected-warning {{'weak_import' attribute cannot be specified on a
definition
}}
9
int decl_initialized_weak_import __attribute__ ((__weak_import__)) = 13; // expected-warning {{'weak_import' attribute cannot be specified on a
definition
}}
c11-typedef-redef.c
12
typedef int vla[N]; // expected-note{{previous
definition
is here}}
16
typedef vla2 vla3; // expected-note{{previous
definition
is here}}
redefinition.c
2
int f(int a) { return 0; } // expected-note {{previous
definition
is here}}
13
extern inline int g(void) { return 0; } // expected-note{{previous
definition
}}
attr-self-alias.c
3
int self_alias(void) __attribute__((weak, alias("self_alias"))); // expected-error {{alias
definition
is part of a cycle}}
/external/clang/test/SemaObjC/
class-conforming-protocol-2.m
9
- (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous
definition
is here}}
10
- (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{previous
definition
is here}}
/hardware/interfaces/
Android.bp
14
// VTS tests must link to HAL
definition
libraries statically.
28
// All the following are dependencies of any HAL
definition
library.
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal2_darwin_armx.c
10
// We hope that for real binaries the
definition
provided by Go will take precedence
11
// and the linker will drop this .o file altogether, which is why this
definition
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal2_darwin_armx.c
10
// We hope that for real binaries the
definition
provided by Go will take precedence
11
// and the linker will drop this .o file altogether, which is why this
definition
/external/skqp/tools/bookmaker/
bookmaker.h
237
class
Definition
;
276
TextParser(const
Definition
* );
471
// since a.b can't be found as a named
definition
719
class
Definition
: public NonAssignable {
769
Definition
() {}
771
Definition
(const char* start, const char* end, int line,
Definition
* parent)
785
Definition
(MarkType markType, const char* start, int line,
Definition
* parent)
786
:
Definition
(markType, start, nullptr, line, parent)
[
all
...]
/external/clang/test/CXX/temp/temp.spec/
no-body.cpp
55
// Should recover as if
definition
58
template void g0(int) { } // expected-error {{function cannot be defined in an explicit instantiation; if this declaration is meant to be a function
definition
, remove the 'template' keyword}}
60
template struct y0 { }; // expected-error {{class cannot be defined in an explicit instantiation; if this declaration is meant to be a class
definition
, remove the 'template' keyword}}
78
template void f1<int>(int) { } // expected-error {{explicit template instantiation cannot have a
definition
; if this
definition
is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
80
template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a
definition
; if this
definition
is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
89
template void f2<int>(int) { } // expected-error {{explicit template instantiation cannot have a
definition
; if this
definition
is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
90
template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a
definition
; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keywo (…)
[
all
...]
/external/clang/test/Index/
print-type.cpp
60
// CHECK: Namespace=outer:1:11 (
Definition
) [type=] [typekind=Invalid] [isPOD=0]
61
// CHECK: ClassTemplate=Foo:4:8 (
Definition
) [type=] [typekind=Invalid] [isPOD=0]
62
// CHECK: TemplateTypeParameter=T:3:19 (
Definition
) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
63
// CHECK: FieldDecl=t:5:5 (
Definition
) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
65
// CHECK: ClassTemplate=Baz:9:8 (
Definition
) [type=] [typekind=Invalid] [isPOD=0]
66
// CHECK: TemplateTypeParameter=T:8:20 (
Definition
) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
67
// CHECK: NonTypeTemplateParameter=U:8:32 (
Definition
) [type=unsigned int] [typekind=UInt] [isPOD=1]
68
// CHECK: TemplateTemplateParameter=W:8:60 (
Definition
) [type=] [typekind=Invalid] [isPOD=0]
69
// CHECK: Namespace=inner:14:11 (
Definition
) [type=] [typekind=Invalid] [isPOD=0]
70
// CHECK: StructDecl=Bar:16:8 (
Definition
) [type=outer::inner::Bar] [typekind=Record] [isPOD=0] [nbFields=3
[
all
...]
in-class-init.cpp
6
// CHECK: 2:7: FieldDecl=field:2:7 (
Definition
) Extent=[2:3 - 2:16]
ms-if-exists.cpp
21
// CHECK: Keyword: "int" [9:5 - 9:8] VarDecl=i:9:10 (
Definition
)
22
// CHECK: Punctuation: "*" [9:9 - 9:10] VarDecl=i:9:10 (
Definition
)
23
// CHECK: Identifier: "i" [9:10 - 9:11] VarDecl=i:9:10 (
Definition
)
24
// CHECK: Punctuation: "=" [9:12 - 9:13] VarDecl=i:9:10 (
Definition
)
/art/test/944-transform-classloaders/
info.txt
6
classloaders. Changes to the internal operation or
definition
of
/dalvik/dx/tests/089-dex-define-object/
info.txt
1
This tests that a stripped down
definition
of the class Object can in
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p3.cpp
12
// that declaration shall be a
definition
or the function shall have previously
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p3.cpp
6
typedef I2 I; // expected-note {{previous
definition
is here}}
p4.cpp
4
typedef struct A {} A; // expected-note {{previous
definition
is here}}
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp
8
template<> void func2<int>() = delete; // expected-error {{deleted
definition
must be first declaration}}
/external/clang/test/Modules/Inputs/
macros_top.h
12
// The last
definition
will be exported from the sub-module.
/external/clang/test/Parser/
control-scope.c
5
if (z + sizeof (enum {a})) // expected-note {{previous
definition
is here}}
cxx1z-attributes.cpp
7
namespace [[]] A::B {} // expected-error {{attributes cannot be specified on a nested namespace
definition
}}
/external/clang/test/SemaCXX/
attr-after-definition.cpp
5
bool f0(X) { return true; } // expected-note{{
definition
}}
Completed in 442 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>