OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
326 - 350
of
3874
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bison/m4/
obstack-printf.m4
33
dnl Ensure obstack_printf() and obstack_vprintf() are
declared
/external/chromium/chrome/browser/extensions/
extension_install_ui.h
56
// proceed. This is
declared
virtual for testing.
62
// should be re-enabled. This is
declared
virtual for testing.
67
// Installation was successful. This is
declared
virtual for testing.
70
// Installation failed. This is
declared
virtual for testing.
/external/chromium_org/base/android/jni_generator/
sample_for_tests.h
16
// - ensure sample_for_tests_jni.h compiles and the functions
declared
in it
/external/chromium_org/third_party/icu/source/i18n/
ucln_in.h
24
Please keep the order of enums
declared
in same order
/external/chromium_org/third_party/icu/source/io/
ucln_io.h
24
Please keep the order of enums
declared
in same order
/external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.h
16
* Declarations for data file swapping functions not
declared
in internal
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp
36
template <class T> struct foo : bar<foo> {}; // expected-error {{use of class template 'foo' requires template arguments}} expected-note {{template is
declared
here}}
/external/clang/test/CXX/class/class.nest/
p3.cpp
6
//
declared
in class X and later defined in the definition of class X or be
/external/clang/test/CXX/except/except.handle/
p16.cpp
3
// The object
declared
in an exception-declaration or, if the
/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/temp.static/
p1-inst.cpp
3
// Test instantiation of static data members
declared
out-of-line.
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp
8
// - a name
declared
with a dependent type
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp
4
template<class T> class X; // expected-note {{'N::X'
declared
here}} \
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp
13
template<typename> struct X1; // expected-note 5{{
declared
here}}
26
struct Inner; // expected-note{{
declared
here}}
45
// If the declaration of the explicit instantiation names an implicitly-
declared
77
template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is
declared
here}}
/external/clang/test/CodeGenObjC/
synthesize_ivar.m
18
//
declared
in continuation class.
/external/clang/test/Modules/
normal-module-map.cpp
28
// expected-note@Inputs/normal-module-map/nested_umbrella/a.h:1{{'nested_umbrella_a'
declared
here}}
/external/clang/test/PCH/
functions.c
15
// expected-note@functions.h:7{{'f1'
declared
here}}
/external/clang/test/Parser/
pragma-weak.c
13
/* expected-warning {{weak identifier 'y' never
declared
}} */ #pragma weak z = y
/external/clang/test/Sema/
MicrosoftCompatibility.c
15
return; // expected-warning {{function 'f6'
declared
'noreturn' should not return}}
attr-weak.c
18
extern int C __attribute__((weak_import)); // expected-warning {{an already-
declared
variable is made a weak_import declaration}}
/external/clang/test/SemaCXX/
deprecated.cpp
48
Assign &operator=(const Assign&); // expected-warning {{definition of implicit copy constructor for 'Assign' is deprecated because it has a user-
declared
copy assignment operator}}
54
Ctor(const Ctor&); // expected-warning {{definition of implicit copy assignment operator for 'Ctor' is deprecated because it has a user-
declared
copy constructor}}
61
// expected-warning@-1 {{definition of implicit copy constructor for 'Dtor' is deprecated because it has a user-
declared
destructor}}
62
// expected-warning@-2 {{definition of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-
declared
destructor}}
trivial-constructor.cpp
10
static_assert(!__has_trivial_constructor(T2), "T2 has a user-
declared
constructor!");
trivial-destructor.cpp
10
static_assert(!__has_trivial_destructor(T2), "T2 has a user-
declared
destructor!");
/external/clang/test/SemaObjC/
bad-property-synthesis-crash.m
16
@synthesize what; // expected-note 2 {{'what'
declared
here}}
ivar-in-implementations.m
19
int IVAR; // expected-error {{instance variable is already
declared
}}
Completed in 463 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>