OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test17
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/llvm/test/Transforms/InstSimplify/
undef.ll
143
; @
test17
145
define i64 @
test17
(i64 %a) {
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
91
public static String[][][][][]
test17
() {
method in class:Blort
/external/llvm/test/Transforms/InstCombine/
mul.ll
147
define i32 @
test17
(i32 %a, i32 %b) {
148
; CHECK: @
test17
152
; CHECK: [[
TEST17
:%.*]] = ashr i32 %a, 31
153
; CHECK-NEXT: %e = and i32 [[
TEST17
]], %b
apint-shift.ll
159
; CHECK: @
test17
161
define i1 @
test17
(i106 %A) {
apint-sub.ll
112
define i25 @
test17
(i25 %Aok) {
or.ll
155
define i32 @
test17
(i32 %A) {
161
; CHECK: @
test17
sub.ll
160
define i32 @
test17
(i32 %A) {
164
; CHECK: @
test17
set.ll
101
define i1 @
test17
(i8 %A) {
xor.ll
115
define i32 @
test17
(i32 %A) {
/external/clang/test/SemaObjC/
arc.m
382
@class
Test17
; // expected-note 2{{forward declaration of class here}}
384
- (void)
test17
;
385
+ (void)
test17
;
387
void
test17
(void) {
388
Test17
*v0;
389
[v0
test17
]; // expected-error {{receiver type '
Test17
' for instance message is a forward declaration}}
391
Test17
<Test17p> *v1;
392
[v1
test17
]; // expected-error {{receiver type '
Test17
<Test17p>' for instance message is a forward declaration}
[
all
...]
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
109
public static void
test17
(int[] x) {
method in class:Blort
/external/clang/test/Parser/
char-literal-printing.c
23
char
test17
(void) { return '\t'; }
function
declarators.c
102
void
test17
(i, j) int i, j k; { } // expected-error {{expected ';' at end of declaration}}
function
/external/clang/test/Sema/
attr-deprecated.c
100
foo_dep
test17
, // expected-warning {{'foo_dep' is deprecated}}
variable
block-misc.c
162
void
test17
() {
builtins.c
116
void
test17
() {
function
return.c
97
int
test17
() {
function
switch.c
287
void
test17
(int x) {
function
/external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll
209
define i32 @
test17
(i32 *%P) ssp nounwind {
221
; CHECK:
test17
:
/external/llvm/test/Transforms/DeadStoreElimination/
simple.ll
204
define void @
test17
(i8* %P, i8* noalias %Q) nounwind ssp {
208
; CHECK: @
test17
/external/clang/test/CodeGen/
object-size.c
127
void
test17
() {
function
mmx-builtins.c
90
__m64
test17
(__m128d a) {
function
/external/llvm/test/ExecutionEngine/
test-setcond-int.ll
36
%
test17
= icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
/external/clang/test/CXX/class.access/
p4.cpp
432
namespace
test17
{
namespace
437
A::Inner<int> s; // expected-error {{'Inner' is a private member of '
test17
::A'}}
/external/llvm/test/Transforms/ObjCARC/
rv.ll
254
; CHECK: define void @
test17
(
257
define void @
test17
(i8* %y) {
Completed in 901 milliseconds
1
2
3