OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test3
(Results
51 - 75
of
374
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
pointer-arithmetic.c
5
int *
test3
(int *a) { return a - 1; }
function
/external/clang/test/Sema/
return-noreturn.c
23
__attribute__((__noreturn__)) void*
test3
(int arg) {
function
struct-decl.c
57
inline struct
test3
{ // expected-error {{'inline' can only appear on functions}}
struct
typedef-retain.c
17
void
test3
() {
function
warn-documentation-fixits.cpp
15
void
test3
(T aaa);
warn-shadow.c
38
void
test3
(void) {
function
/external/clang/test/SemaCXX/
unreachable-code.cpp
33
void
test3
() {
function
condition.cpp
47
void
test3
() {
function
51
if (
test3
) // expected-warning {{address of function '
test3
' will always evaluate to 'true'}} \
linkage.cpp
56
namespace
test3
{
namespace
63
// CHECK: define void @
test3
(
64
extern "C" void
test3
(A a) {}
function in namespace:test3
attr-weak.cpp
10
int
test3
__attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
member in namespace:__anon19725
unknown-anytype.cpp
30
namespace
test3
{
namespace
warn-func-not-needed.cpp
19
namespace
test3
{
namespace
warn-vla.cpp
10
void
test3
(int n, int v[n]); // expected-warning {{variable length array used}}
/external/clang/test/SemaTemplate/
typename-specifier-3.cpp
19
template<class T> struct
test3
{ T b() { return typename a; } }; // expected-error{{expected a qualified name after 'typename'}}
struct
/external/clang/test/CodeGen/
blocks-1.c
37
void
test3
() {
function
74
test3
();
inline.c
10
// CHECK1: define void @
test3
()
32
// CHECK2: define void @
test3
92
extern __inline void
test3
() __attribute__((gnu_inline));
93
__inline void __attribute__((gnu_inline))
test3
() {}
function
2003-09-18-BitfieldTests.c
19
void
test3
(BF *b) {
function
captured-statements.c
51
void
test3
() {
function
57
// CHECK-3:
test3
/dalvik/dx/tests/061-dex-try-catch/
Blort.java
46
public static void
test3
() {
method in class:Blort
/dalvik/dx/tests/067-dex-switch-and-try/
Blort.java
67
public int
test3
(int x) {
method in class:Blort
/dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java
40
public int
test3
(int x) {
method in class:Blort
/external/clang/test/CodeGenCXX/
derived-to-base.cpp
39
namespace
test3
{
namespace
internal-linkage.cpp
42
char const * *
test3
()
function
throw-expressions.cpp
13
void
test3
() {
function
/external/clang/test/Index/
annotate-tokens.cpp
18
void
test3
(S2 s2) {
function
114
// CHECK: Keyword: "void" [18:1 - 18:5] FunctionDecl=
test3
:18:6 (Definition)
115
// CHECK: Identifier: "
test3
" [18:6 - 18:11] FunctionDecl=
test3
:18:6 (Definition)
116
// CHECK: Punctuation: "(" [18:11 - 18:12] FunctionDecl=
test3
:18:6 (Definition)
119
// CHECK: Punctuation: ")" [18:17 - 18:18] FunctionDecl=
test3
:18:6 (Definition)
Completed in 1179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>