OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
176 - 200
of
498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/freetype/src/cff/
cf2glue.h
89
/* and gcc compiler doesn't allow
redefinition
*/
/external/iproute2/include/linux/
libc-compat.h
46
* This prevents the
redefinition
of a construct already defined by the kernel.
/external/kernel-headers/original/uapi/linux/
libc-compat.h
46
* This prevents the
redefinition
of a construct already defined by the kernel.
/external/opencv3/cmake/templates/
OpenCV.mk.in
89
#turn off module installation to prevent their
redefinition
/external/pdfium/third_party/freetype/src/cff/
cf2glue.h
89
/* and gcc compiler doesn't allow
redefinition
*/
/external/sfntly/cpp/src/test/
test_utils.h
20
// Must include this before ICU to avoid stdint
redefinition
issue.
/external/v8/test/mjsunit/regress/
regress-1530.js
57
// Verify that the previous
redefinition
didn't screw up callbacks and
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
agproto.h
169
* Cancel the previous
redefinition
of the basic types, thus restoring their
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
agproto.h
169
* Cancel the previous
redefinition
of the basic types, thus restoring their
/external/clang/test/SemaCXX/
struct-class-redecl.cpp
38
class D {}; // expected-error{{
redefinition
of 'D'}}
138
CHECK: error:
redefinition
of 'D'
MicrosoftCompatibility.cpp
161
struct S {}; // expected-error {{
redefinition
of 'S'}}
/external/clang/test/SemaTemplate/
friend-template.cpp
25
template<typename T> void f1(T) { } // expected-error{{
redefinition
}}
272
template <typename> friend struct Foo; // expected-error {{
redefinition
of 'Foo' as different kind of symbol}}
/prebuilts/go/darwin-x86/src/text/template/
template.go
124
// The associate method checks it's not a
redefinition
.
226
return false, fmt.Errorf("template:
redefinition
of template %q", name)
/prebuilts/go/linux-x86/src/text/template/
template.go
124
// The associate method checks it's not a
redefinition
.
226
return false, fmt.Errorf("template:
redefinition
of template %q", name)
/external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
258
return error(Twine("
redefinition
of machine function '") + FunctionName +
359
Twine("
redefinition
of virtual register '%") +
463
Twine("
redefinition
of fixed stack object '%fixed-stack.") +
494
Twine("
redefinition
of stack object '%stack.") +
605
Twine("
redefinition
of constant pool item '%const.") +
627
Twine("
redefinition
of jump table entry '%jump-table.") +
/external/clang/test/CXX/drs/
dr6xx.cpp
186
template<> int f<int>() {} // expected-error {{
redefinition
}}
228
// expected-error@-2 {{
redefinition
of 'T'}}
304
template<typename T> D<T>::D<T>() {} // expected-error {{
redefinition
}} expected-error {{cannot have template arg}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml
297
* has a body, don't allow
redefinition
or reextern. *)
301
raise (Error "
redefinition
of function");
305
raise (Error "
redefinition
of function with different # args");
/external/antlr/antlr-3.4/runtime/Python/
pylintrc
130
# *
redefinition
of variable from builtins or from an outer scope
153
# *
redefinition
of function / method / class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
pylintrc
93
# *
redefinition
of variable from builtins or from an outer scope
133
# *
redefinition
of function / method / class
/external/clang/include/clang/Basic/
DiagnosticCommonKinds.td
66
def err_param_redefinition : Error<"
redefinition
of parameter %0">;
67
def warn_method_param_redefinition : Warning<"
redefinition
of method parameter %0">;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp
172
float o_var; // expected-error {{
redefinition
of 'o_var' with a different type: 'float' vs 'int'}}
/external/clang/test/Modules/
extern_c.cpp
74
// expected-error@-2 {{
redefinition
of 'f' as different kind of symbol}}
/external/clang/test/PCH/
chain-cxx.cpp
111
//
Redefinition
of typedef
/external/clang/test/Parser/
declarators.c
34
void test4(x, x) int x; {} /* expected-error {{
redefinition
of parameter 'x'}} */
/external/clang/test/Sema/
enum.c
58
E0 = sizeof(enum e0 { E1 }), // expected-error {{nested
redefinition
}}
Completed in 1052 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>