OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
351 - 375
of
2980
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Analysis/
inline.c
26
// Test that inlining works when the
declared
function has less arguments
97
// Test inlining a forward-
declared
function.
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp
20
void f(); // expected-note 2 {{'f'
declared
here}}
53
g(x); // okay; calls locally-
declared
function, no ADL
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp
19
// This function call operator is
declared
const (9.3.1) if and only
33
// It is neither virtual nor
declared
volatile.
/external/clang/test/Sema/
function.c
44
y(y) { return y; } // expected-warning{{parameter 'y' was not
declared
, defaulting to type 'int'}} \
58
static void f2static(int); // expected-error{{function
declared
in block scope cannot have 'static' storage class}}
/external/clang/test/SemaCXX/
i-c-e-cxx.cpp
19
const int t=t; // expected-note {{
declared
here}}
65
const int nonconst = 1.0; // expected-note {{
declared
here}}
implicit-exception-spec.cpp
11
// Noexcept::Noexcept() is implicitly
declared
as noexcept(false), because it
16
// Noexcept::Noexcept is not
declared
constexpr, therefore noexcept(Noexcept())
ms-interface.cpp
4
// expected-error@+1 {{user-
declared
constructor is not permitted within an interface type}}
6
// expected-error@+1 {{user-
declared
destructor is not permitted within an interface type}}
typedef-redecl.cpp
16
typedef int Y2; // expected-note{{
declared
here}}
59
typedef T f(T t) { return t; } // expected-error {{function definition
declared
'typedef'}}
warn-unused-variables.cpp
45
template<typename T> class X; // expected-note{{template is
declared
here}}
115
// Or when the constructor is not
declared
by the user.
/external/clang/test/SemaObjC/
arc-system-header.m
31
// This is actually okay to use if
declared
in a system header.
41
// workaround expected-note 4 {{marked unavailable here}} expected-note 2 {{property 'prop' is
declared
unavailable here}}
atomoic-property-synnthesis-rules.m
110
@property int Get; // expected-note {{property
declared
here}} \
112
@property int Set; // expected-note {{property
declared
here}} \
132
@property(readonly) int Get_ReadWriteInExt; // expected-note {{property
declared
here}} \
134
@property(readonly) int Set_ReadWriteInExt; // expected-note {{property
declared
here}} \
145
@property int Get_LateSynthesize; // expected-note {{property
declared
here}} \
147
@property int Set_LateSynthesize; // expected-note {{property
declared
here}} \
165
@property(readonly) int Get_ReadWriteInExt_LateSynthesize; // expected-note {{property
declared
here}} \
167
@property(readonly) int Set_ReadWriteInExt_LateSynthesize; // expected-note {{property
declared
here}} \
/external/clang/test/SemaObjCXX/
arc-unavailable-for-weakref.mm
5
@interface NSOptOut1072 // expected-note {{class is
declared
here}}
8
@interface sub : NSOptOut1072 @end // expected-note 2 {{class is
declared
here}}
/external/gtest/test/
gtest_prod_test.cc
43
// Tests that private members can be accessed from a TEST
declared
as
55
// Tests that private members can be accessed from a TEST_F
declared
/external/javassist/src/main/javassist/convert/
TransformFieldAccess.java
52
* a different field is accessed. The new field must be
declared
54
*
declared
.
/external/libogg/doc/libogg/
ogg_stream_packetin.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
44
<dd>Pointer to a previously
declared
<a href="ogg_stream_state.html">ogg_stream_state</a> struct.</dd>
ogg_stream_packetpeek.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
46
<dd>Pointer to a previously
declared
ogg_stream_pagein.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
38
<dd>Pointer to a previously
declared
<a href="ogg_stream.html">ogg_stream</a> struct, which represents the current logical bitstream.</dd>
ogg_sync_buffer.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
39
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_clear.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
36
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_destroy.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
42
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_pageseek.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
37
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_wrote.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
44
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
/external/libvpx/libvpx/third_party/googletest/src/test/
gtest_prod_test.cc
37
// Tests that private members can be accessed from a TEST
declared
as
49
// Tests that private members can be accessed from a TEST_F
declared
/external/llvm/include/llvm/Support/
ToolOutputFile.h
27
/// Installer - This class is
declared
before the raw_fd_ostream so that
42
/// OS - The contained stream. This is intentionally
declared
after
/external/protobuf/gtest/test/
gtest_prod_test.cc
37
// Tests that private members can be accessed from a TEST
declared
as
49
// Tests that private members can be accessed from a TEST_F
declared
Completed in 573 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>