OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:definition
(Results
1 - 25
of
14896
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
output
2
foo is a
definition
/external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.output
2
foo is a
definition
/external/clang/test/Modules/Inputs/redecl-found-building-chains/
b.h
1
struct A; // ensure that loading b's canonical decl doesn't load the
definition
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
17-1-buildonly.c
2
Test the
definition
of ucontext_t.
18-1-buildonly.c
2
Test the
definition
of ucontext_t.
2-1-buildonly.c
2
Test the
definition
of SIG_DFL.
2-2-buildonly.c
2
Test the
definition
of SIG_ERR.
2-4-buildonly.c
2
Test the
definition
of SIG_IGN.
3-1-buildonly.c
2
Test the
definition
of sig_atomic_t.
4-1-buildonly.c
2
Test the
definition
of sigset_t.
5-1-buildonly.c
2
Test the
definition
of pid_t.
2-3-buildonly.c
4
Test the
definition
of SIG_HOLD.
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-12.d
2
.*: symbol `func'
definition
: 0, visibility: 0, resolution: 2
3
.*: symbol `func1'
definition
: 0, visibility: 1, resolution: 3
4
.*: symbol `func2'
definition
: 0, visibility: 2, resolution: 3
5
.*: symbol `func3'
definition
: 0, visibility: 3, resolution: 3
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p4.cpp
3
void f0() { // expected-note {{previous
definition
is here}}
6
inline void f0(); // expected-error {{inline declaration of 'f0' follows non-inline
definition
}}
/external/clang/test/Index/Inputs/CommentXML/
invalid-function-03.xml
8
<
Definition
><Para>Bbb.</Para></
Definition
>
invalid-function-04.xml
8
<
Definition
><Para>Bbb.</Para></
Definition
>
/external/clang/test/Modules/Inputs/merge-class-definition-visibility/
b.h
1
// Include
definition
of A into the same module as c.h
/external/nanopb-c/examples/simple/
simple.proto
1
// A very simple protocol
definition
, consisting of only
/frameworks/compile/slang/tests/P_array_init/
stderr.txt.expect
1
array_init.rs:22:6: warning: tentative array
definition
assumed to have one element
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-bpo3.s
6
LDO $43,a+52 % { dg-error "no suitable GREG
definition
" "" }
10
LDO $143,d+12 % { dg-error "no suitable GREG
definition
" "" }
11
LDO $243,a+12 % { dg-error "no suitable GREG
definition
" "" }
12
LDA $103,d+40 % { dg-error "no suitable GREG
definition
" "" }
13
LDA $13,a+24 % { dg-error "no suitable GREG
definition
" "" }
err-bpo5.s
7
LDO $43,a+52 % { dg-error "no suitable GREG
definition
" "" }
8
LDA $47,a+112 % { dg-error "no suitable GREG
definition
" "" }
9
LDA $48,b+22 % { dg-error "no suitable GREG
definition
" "" }
10
LDO $43,c+2 % { dg-error "no suitable GREG
definition
" "" }
11
LDA $47,d+212 % { dg-error "no suitable GREG
definition
" "" }
12
LDA $48,c+21 % { dg-error "no suitable GREG
definition
" "" }
/external/clang/test/Index/
print-bitwidth.c
17
// CHECK: FieldDecl=ac:2:12 (
Definition
) bitwidth=4
18
// CHECK: FieldDecl=:3:3 (
Definition
) bitwidth=4
19
// CHECK: FieldDecl=clock:4:12 (
Definition
) bitwidth=1
20
// CHECK: FieldDecl=:5:3 (
Definition
) bitwidth=0
21
// CHECK: FieldDecl=flag:6:12 (
Definition
) bitwidth=1
22
// CHECK: FieldDecl=light:10:12 (
Definition
) bitwidth=1
23
// CHECK: FieldDecl=toaster:11:12 (
Definition
) bitwidth=1
/external/clang/test/Modules/
merge-class-definition-visibility.cpp
2
// RUN: %clang_cc1 -fmodules -fmodule-map-file=%S/Inputs/merge-class-
definition
-visibility/modmap \
3
// RUN: -I%S/Inputs/merge-class-
definition
-visibility \
14
// Ensure that this triggers the import of the second
definition
from e.h,
15
// which is necessary to make the
definition
of A visible in the template
19
// Ensure that we make the
definition
of B visible. We made the parse-merged
20
//
definition
from e.h visible, which makes the
definition
from d.h visible,
21
// and that
definition
was merged into the canonical
definition
from b.h,
22
// so that becomes visible, and we have a visible
definition
[
all
...]
/external/clang/test/Sema/
alias-redefinition.c
7
void fun1() {} // expected-note {{previous
definition
}}
11
void fun2(void) __attribute((alias("f2"))); // expected-note {{previous
definition
}}
15
void fun3(void) __attribute((alias("f3"))); // expected-note {{previous
definition
}}
24
void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous
definition
}}
26
int var1 __attribute((alias("v1"))); // expected-error {{
definition
'var1' cannot also be an alias}}
27
static int var2 __attribute((alias("v2"))) = 2; // expected-error {{
definition
'var2' cannot also be an alias}}
29
extern int var3 __attribute__((alias("C"))); // expected-note{{previous
definition
is here}}
32
int var4; // expected-note{{previous
definition
is here}}
33
extern int var4 __attribute__((alias("v4"))); // expected-error{{alias
definition
of 'var4' after tentative
definition
}}
[
all
...]
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p4-0x.cpp
7
if (bool b = true) // expected-note 2{{previous
definition
}}
11
while (bool b = true) // expected-note {{previous
definition
}}
13
for (int c; // expected-note 2{{previous
definition
}}
16
switch (int n = 37 + 5) // expected-note {{previous
definition
}}
18
for (int a : arr) // expected-note {{previous
definition
}}
21
if (bool b = true) { // expected-note 2{{previous
definition
}}
26
while (bool b = true) { // expected-note {{previous
definition
}}
29
for (int c; // expected-note 2{{previous
definition
}}
33
switch (int n = 37 + 5) { // expected-note {{previous
definition
}}
36
for (int &a : arr) { // expected-note {{previous
definition
}}
[
all
...]
Completed in 517 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>