OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test5
(Results
1 - 25
of
178
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/CodeGen/
attr-minsize.cpp
59
void
test5
(T arg) {
function
64
void
test5
<int>(int arg);
65
// Oz: define{{.*}}void @{{.*}}
test5
67
// OTHER: define{{.*}}void @{{.*}}
test5
68
// OTHER-NOT: define{{.*}}void @{{.*}}
test5
{{.*}}[[MS]]
71
void
test5
<float>(float arg);
72
// Oz: define{{.*}}void @{{.*}}
test5
74
// OTHER: define{{.*}}void @{{.*}}
test5
75
// OTHER-NOT: define{{.*}}void @{{.*}}
test5
{{.*}}[[MS]]
asm_arm.c
37
// CHECK: @
test5
39
void
test5
() {
function
bool-convert.c
8
_Bool
test5
;
local
inline.c
12
// CHECK1: define available_externally i32 @
test5
34
// CHECK2: define available_externally i32 @
test5
94
extern __inline int
test5
(void) __attribute__ ((__gnu_inline__));
95
extern __inline int __attribute__ ((__gnu_inline__))
test5
(void)
function
100
void test_test5() {
test5
(); }
asm-inout.c
42
// CHECK: @
test5
44
__m64
test5
(__m64 __A, __m64 __B) {
function
statements.c
35
int
test5
(long long b) {
function
blocks-1.c
52
void
test5
() {
function
76
test5
();
2003-09-18-BitfieldTests.c
27
void
test5
(BF *b, int i) { // array ref
function
visibility.c
72
// CHECK-DEFAULT: define hidden void @
test5
()
73
// CHECK-PROTECTED: define hidden void @
test5
()
74
// CHECK-HIDDEN: define hidden void @
test5
()
76
__private_extern__ void
test5
(void) {}
function
/dalvik/dx/tests/065-dex-new-array/
Blort.java
35
public int[]
test5
() {
method in class:Blort
/external/clang/test/Parser/
expressions.c
48
int
test5
(int);
50
return
test5
( // expected-note {{to match}}
51
test5
(1)
statements.c
42
void
test5
() {
function
implicit-casts.c
21
int y; void
test5
(char c) { y += c; }
function
pointer-arithmetic.c
8
int
test5
(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */
function
/external/clang/test/Sema/
attr-visibility.c
14
struct
test5
;
15
struct __attribute__((visibility("hidden")))
test5
; // expected-note {{previous attribute is here}}
16
struct __attribute__((visibility("default")))
test5
; // expected-error {{visibility does not match previous declaration}}
return-noreturn.c
40
_Noreturn void
test5
() {
function
warn-shadow.c
48
void
test5
(int i);
/ndk/tests/build/mips-fp4/jni/
mips-fp4-test3-6.c
11
double
test5
(double a)
function
26
test5
(a);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp
27
namespace
test5
= ns3;
/external/clang/test/SemaCXX/
condition.cpp
63
void
test5
() {
function
68
test5
<int>();
attr-weak.cpp
14
struct
Test5
{
15
static void
test5
() __attribute__((weak)); // no error
warn-vla.cpp
18
void
test5
(int n, int v[n]) { // expected-warning {{variable length array used}}
function
/external/llvm/test/MC/AsmParser/
macros.s
47
.macro
test5
_a
52
test5
zed1
label
/dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java
58
public int
test5
(int x) {
method in class:Blort
/dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java
71
public static Object
test5
() {
method in class:Blort
Completed in 844 milliseconds
1
2
3
4
5
6
7
8