OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
476 - 500
of
3874
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp
79
template<typename...T> void f3() { // expected-note {{template parameter is
declared
here}}
99
template<typename T> class C4 { // expected-note {{template parameter is
declared
here}}
116
~X(); // expected-error {{destructor cannot be
declared
using a type alias}}
144
using U = int; // expected-note {{
declared
private here}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp
44
void f(int, int); // expected-note{{'f'
declared
here}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp
25
void A::*p = 0; // expected-error{{'p'
declared
as a member pointer to void}}
/external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp
16
template <typename T> struct TEx; // expected-note {{template is
declared
here}}
/external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp
45
~T3_A(); // expected-note{{
declared
private here}}
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp
33
template<typename ...Types> // expected-note{{parameter pack 'Types'
declared
here}}
/external/clang/test/CXX/special/class.copy/
p8-cxx11.cpp
6
// The implicitly-
declared
copy constructor for a class X will have the form
/external/clang/test/CXX/special/class.temporary/
p1.cpp
27
A(const A&) = default; // expected-note {{
declared
private here}}
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp
9
// - a name
declared
with a dependent type
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p4.cpp
16
T value; // expected-note {{member is
declared
here}}
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp
33
class Private {}; // expected-note {{implicitly
declared
private here}}
/external/clang/test/CodeGenCXX/
debug-info-class-limited.cpp
40
// only be required to be
declared
)
/external/clang/test/FixIt/
auto-isa-fixit.m
24
Class isa; // expected-note 3 {{instance variable is
declared
here}}
/external/clang/test/Modules/Inputs/
redecl-merge-left.h
85
// A class that is
declared
in the 'bottom' module, then loaded from
/external/clang/test/Parser/
recovery.cpp
43
// expected-note {{'Uuuu'
declared
here}}
/external/clang/test/Sema/
array-bounds-ptr-arith.c
5
unsigned char s_uuid[8]; // expected-note {{
declared
here}}
attr-availability-macosx.c
5
void f2(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5))); // expected-note {{'f2'
declared
here}}
attr-cleanup.c
41
void c5(void*) __attribute__((deprecated)); // expected-note{{'c5'
declared
here}}
block-misc.c
205
int vla[n]; // expected-note {{
declared
here}}
206
int (*vm)[n] = 0; // expected-note {{
declared
here}}
216
int a[7]; // expected-note {{
declared
here}}
217
__block int b[10]; // expected-note {{
declared
here}}
declspec.c
8
int typedef validTypeDecl() { } // expected-error {{function definition
declared
'typedef'}}
struct-decl.c
9
char name2[(int)&((struct bar *)0)->n - 1]; //expected-error{{'name2'
declared
as an array with a negative size}}
ucn-identifiers.c
12
// expected-note@-4 + {{
declared
here}}
warn-shadow.c
19
int sin; // okay; 'sin' has not been
declared
, even though it's a builtin.
/external/clang/test/SemaCXX/
arrow-operator.cpp
48
void Check(); // expected-note {{'Check'
declared
here}}
elaborated-type-specifier.cpp
22
void test_elab2(struct S4 *s4); // expected-note{{'NS::S4'
declared
here}}
Completed in 760 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>