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
57
) sorted by null
1
2
3
/external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp
20
class
test17
: virtual test16 { virtual void f(); };
class in inherits:test16
21
class test18 : virtual
test17
{ virtual void f(); };
/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
148
define i32 @
test17
(i32 %a, i32 %b) {
149
; CHECK: @
test17
153
; CHECK: [[
TEST17
:%.*]] = ashr i32 %a, 31
154
; CHECK-NEXT: %e = and i32 [[
TEST17
]], %b
apint-shift.ll
169
; CHECK: @
test17
171
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
/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/CodeGen/
object-size.c
130
// CHECK: @
test17
131
void
test17
() {
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
/external/llvm/test/CodeGen/X86/
select.ll
334
define i16 @
test17
(i16 %x) nounwind {
339
; CHECK:
test17
:
343
; ATOM:
test17
:
fast-isel-x86-64.ll
215
define i32 @
test17
(i32 *%P) ssp nounwind {
227
; CHECK:
test17
:
avx-shuffle.ll
223
;CHECK:
test17
226
define <8 x float> @
test17
(<4 x float> %y) {
/external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll
36
%
test17
= icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
/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/DeadStoreElimination/
simple.ll
204
define void @
test17
(i8* %P, i8* noalias %Q) nounwind ssp {
208
; CHECK: @
test17
/external/llvm/test/Transforms/ObjCARC/
rv.ll
254
; CHECK: define void @
test17
(
257
define void @
test17
(i8* %y) {
Completed in 1480 milliseconds
1
2
3