OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test11
(Results
1 - 25
of
195
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/CodeGen/
conditional.c
58
// CHECK: @
test11
60
int
test11
(int c) {
function
init.c
111
void
test11
(struct test11S *P) {
function
113
// CHECK: @
test11
object-size.c
88
// CHECK-LABEL: define void @
test11
89
void
test11
() {
function
switch-dce.c
187
// CHECK: @
test11
190
void
test11
() {
function
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java
27
ScriptC_set_target_api_11
test11
= new ScriptC_set_target_api_11(mRS);
local
28
test11
.invoke_check(11);
/external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp
14
class
test11
: virtual test10 { virtual void f(); };
class in inherits:test10
15
class test12 : virtual
test11
{ virtual void f(); };
undefined-inline.cpp
59
namespace
test11
{
namespace
undefined-internal.cpp
235
namespace
test11
{
namespace
247
bool operator()() const; // expected-warning {{function '
test11
::(anonymous namespace)::B::operator()' has internal linkage but is not defined}}
248
void operator!() const; // expected-warning {{function '
test11
::(anonymous namespace)::B::operator!' has internal linkage but is not defined}}
249
bool operator+(const B&) const; // expected-warning {{function '
test11
::(anonymous namespace)::B::operator+' has internal linkage but is not defined}}
250
int operator[](int) const; // expected-warning {{function '
test11
::(anonymous namespace)::B::operator[]' has internal linkage but is not defined}}
251
const B* operator->() const; // expected-warning {{function '
test11
::(anonymous namespace)::B::operator->' has internal linkage but is not defined}}
ast-print.cpp
96
// CHECK:
test11
98
int
test11
() {
function
/dalvik/dx/tests/064-dex-array-access/
Blort.java
69
public static int
test11
(Object x) {
method in class:Blort
/external/clang/test/Analysis/
unreachable-code-path.c
126
//
test11
: we can actually end up in the default case, even if it is not
130
void
test11
(enum foobar fb) {
function
/external/llvm/test/CodeGen/AArch64/
movw-consts.ll
76
define void @
test11
() {
77
; CHECK-LABEL:
test11
:
/external/llvm/test/CodeGen/ARM/
arm32-round-conv.ll
94
; CHECK-LABEL:
test11
96
define i32 @
test11
(double %a) {
arm32-rounding.ll
90
; CHECK-LABEL:
test11
92
define float @
test11
(float %a) {
/external/llvm/test/CodeGen/X86/
fp-fast.ll
118
; CHECK-LABEL:
test11
119
define float @
test11
(float %a) {
narrow-shl-cst.ll
94
define i64 @
test11
(i64 %x) nounwind {
98
; CHECK-LABEL:
test11
:
pmovsx-inreg.ll
149
define void @
test11
(<2 x i32>* %in, <2 x i64>* %out) nounwind {
156
; SSE41-LABEL:
test11
:
159
; AVX1-LABEL:
test11
:
162
; AVX2-LABEL:
test11
:
xor.ll
185
define i32 @
test11
(i32 %b) {
189
; X64-LABEL:
test11
:
192
; X32-LABEL:
test11
:
/external/v8/test/mjsunit/
debug-stepout-scope-part1.js
145
function
test11
() {
function
153
test11
();
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
67
public static char[][]
test11
() {
method in class:Blort
/external/v8/test/mjsunit/regress/
regress-969.js
124
function
test11
(index) { return first((o[index]++, typeof x11), 2); }
function
125
assertEquals('number',
test11
());
127
assertEquals('undefined',
test11
());
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
78
public static void
test11
(float x) {
method in class:Blort
/external/clang/test/Analysis/inlining/
inline-defensive-checks.c
42
int
test11
(int *q, int *x) {
function
/external/clang/test/Parser/
char-literal-printing.c
17
char
test11
(void) { return '\f'; }
function
/external/clang/test/Sema/
statements.c
38
void
test11
(int bit) {
Completed in 1741 milliseconds
1
2
3
4
5
6
7
8