OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redeclarations
(Results
1 - 25
of
83
) sorted by null
1
2
3
4
/external/clang/test/Index/
redeclarations.cpp
1
#include "
redeclarations
.h"
9
// CHECK:
redeclarations
.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
10
// CHECK:
redeclarations
.h:8:7: ClassTemplate=B:8:7 (Definition) Extent=[7:1 - 10:2]
11
// CHECK:
redeclarations
.h:7:20: TemplateTypeParameter=T1:7:20 (Definition) Extent=[7:11 - 7:22]
12
// CHECK:
redeclarations
.h:7:33: TemplateTypeParameter=T2:7:33 (Definition) Extent=[7:24 - 7:35]
13
// CHECK:
redeclarations
.h:13:8: ClassTemplate=C:13:8 (Definition) Extent=[12:1 - 15:2]
14
// CHECK:
redeclarations
.h:12:17: TemplateTypeParameter=T:12:17 (Definition) Extent=[12:11 - 12:18]
15
// CHECK:
redeclarations
.h:17:7: ClassDecl=D:17:7 (Definition) Extent=[17:1 - 21:2]
16
// CHECK:
redeclarations
.h:19:16: ClassDecl=A:19:16 Extent=[19:10 - 19:17]
17
// CHECK:
redeclarations
.h:19:19: FieldDecl=x:19:19 (Definition) Extent=[19:5 - 19:20
[
all
...]
c-index-redecls.c
5
// to
redeclarations
.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp
6
//
Redeclarations
are okay in a namespace.
67
// Make sure we detect invalid
redeclarations
that can't be detected
76
// These are invalid
redeclarations
, detectable only after
85
//
Redeclarations
are okay in a function.
/external/clang/test/PCH/
method-redecls.m
4
// Avoid infinite loop because of method
redeclarations
.
/external/v8/test/mjsunit/regress/
regress-4693.js
7
// In sloppy mode we allow function
redeclarations
within blocks for webcompat.
/prebuilts/go/darwin-x86/test/
method1.go
7
// Verify that method
redeclarations
are caught by the compiler.
decl.go
7
// Test correct short declarations and
redeclarations
.
declbad.go
7
// Test that incorrect short declarations and
redeclarations
are detected.
/prebuilts/go/linux-x86/test/
method1.go
7
// Verify that method
redeclarations
are caught by the compiler.
decl.go
7
// Test correct short declarations and
redeclarations
.
declbad.go
7
// Test that incorrect short declarations and
redeclarations
are detected.
/external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp
8
// PR7243:
redeclarations
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp
76
// Don't forget to do correct lookup for
redeclarations
.
99
// Normal
redeclarations
(not for explicit instantiations or
/external/clang/test/CXX/temp/temp.spec/
p5.cpp
32
// Make sure that we don't get tricked by
redeclarations
of nested classes.
/external/clang/test/Modules/
linkage-merge.m
5
// Test
redeclarations
of functions where the original declaration is
module-private.cpp
32
// Check for private
redeclarations
of public entities.
/prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go
130
// the purposes of shadowing, that is, that any
redeclarations
it contains are deliberate.
132
// Don't complain about deliberate
redeclarations
of the form
164
// the purposes of shadowing, that is, that any
redeclarations
it contains are deliberate.
166
// Don't complain about deliberate
redeclarations
of the form
192
// Don't complain about deliberate
redeclarations
of the form
/prebuilts/go/linux-x86/src/cmd/vet/
shadow.go
130
// the purposes of shadowing, that is, that any
redeclarations
it contains are deliberate.
132
// Don't complain about deliberate
redeclarations
of the form
164
// the purposes of shadowing, that is, that any
redeclarations
it contains are deliberate.
166
// Don't complain about deliberate
redeclarations
of the form
192
// Don't complain about deliberate
redeclarations
of the form
/external/clang/test/SemaTemplate/
instantiate-member-class.cpp
63
//
Redeclarations
.
77
//
Redeclarations
during explicit instantiations.
/external/clang/test/Sema/
dllimport.c
49
//
Redeclarations
132
//
Redeclarations
153
// Inline
redeclarations
.
dllexport.c
34
//
Redeclarations
86
//
Redeclarations
/external/clang/include/clang/AST/
Redeclarable.h
171
/// \brief Iterates through all the
redeclarations
of the same decl.
226
/// \brief Returns an iterator range for all the
redeclarations
of the same
/external/clang/test/CodeGen/
dllexport.c
29
//
Redeclarations
57
//
Redeclarations
dllimport.c
29
//
Redeclarations
101
//
Redeclarations
/external/mesa3d/docs/
relnotes-7.10.2.html
138
<li>glsl: Refactor AST-to-HIR code handling variable
redeclarations
</li>
139
<li>glsl: Process
redeclarations
before initializers</li>
Completed in 735 milliseconds
1
2
3
4