/external/llvm/test/CodeGen/NVPTX/ |
i1-int-to-fp.ll | 4 ; CHECK: setp 13 ; CHECK: setp 22 ; CHECK: setp 31 ; CHECK: setp
|
compare-int.ll | 12 ; CHECK: setp.eq.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 21 ; CHECK: setp.ne.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 30 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 39 ; CHECK: setp.ge.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 48 ; CHECK: setp.lt.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 57 ; CHECK: setp.le.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 66 ; CHECK: setp.gt.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 75 ; CHECK: setp.ge.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 84 ; CHECK: setp.lt.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 93 ; CHECK: setp.le.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+} [all...] |
add-128bit.ll | 9 ; CHECK: setp.lt.u64 10 ; CHECK: setp.lt.u64
|
shift-parts.ll | 12 ; CHECK: setp.gt.s32 30 ; CHECK: setp.gt.s32
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 15 // void setp(char_type* pbeg, char_type* pend); 28 void setp(CharT* pbeg, CharT* pend) function in struct:test 30 base::setp(pbeg, pend); 42 t.setp(in, in+sizeof(in)/sizeof(in[0])); 47 t.setp(in, in+sizeof(in)/sizeof(in[0]));
|
pbump.pass.cpp | 28 void setp(CharT* pbeg, CharT* pend) function in struct:test 30 base::setp(pbeg, pend); 50 t.setp(in, in+sizeof(in)/sizeof(in[0])); 57 t.setp(in, in+sizeof(in)/sizeof(in[0]));
|
Android.mk | 19 test_name := input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/setp 20 test_src := setp.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 15 // void setp(char_type* pbeg, char_type* pend); 28 void setp(CharT* pbeg, CharT* pend) function in struct:test 30 base::setp(pbeg, pend); 42 t.setp(in, in+sizeof(in)/sizeof(in[0])); 47 t.setp(in, in+sizeof(in)/sizeof(in[0]));
|
pbump.pass.cpp | 28 void setp(CharT* pbeg, CharT* pend) function in struct:test 30 base::setp(pbeg, pend); 50 t.setp(in, in+sizeof(in)/sizeof(in[0])); 57 t.setp(in, in+sizeof(in)/sizeof(in[0]));
|
/external/clang/test/CodeGenObjC/ |
property-section-attribute.m | 13 // CHECK: define internal void @"\01-[Foo setP:]"({{.*}} section "__TEXT,foo" {
|
arc-unbridged-cast.m | 24 - (void) setP : (CFStringRef)arg {}
|
/external/clang/test/SemaObjC/ |
error-implicit-property.m | 5 - (void) setP : (int)arg; 22 arg.P++; // expected-error {{no setter method 'setP:' for increment of property}} 23 arg.P--; // expected-error {{no setter method 'setP:' for decrement of property}}
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
xsputn.pass.cpp | 27 void setp(char* pbeg, char* pend) function in struct:test 29 base::setp(pbeg, pend); 40 t.setp(out, out+sizeof(out));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
xsputn.pass.cpp | 27 void setp(char* pbeg, char* pend) function in struct:test 29 base::setp(pbeg, pend); 40 t.setp(out, out+sizeof(out));
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
copy.pass.cpp | 45 void setp(CharT* pbeg, CharT* pend) function in struct:test 47 base::setp(pbeg, pend); 65 t.setp(&p1, &p3); 72 t.setp(&p1, &p3);
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
assign.pass.cpp | 46 void setp(CharT* pbeg, CharT* pend) function in struct:test 48 base::setp(pbeg, pend); 68 t.setp(&p1, &p3); 76 t.setp(&p1, &p3);
|
swap.pass.cpp | 56 void setp(CharT* pbeg, CharT* pend) function in struct:test 58 base::setp(pbeg, pend); 78 t.setp(&p1, &p3); 86 t.setp(&p1, &p3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
copy.pass.cpp | 45 void setp(CharT* pbeg, CharT* pend) function in struct:test 47 base::setp(pbeg, pend); 65 t.setp(&p1, &p3); 72 t.setp(&p1, &p3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
assign.pass.cpp | 46 void setp(CharT* pbeg, CharT* pend) function in struct:test 48 base::setp(pbeg, pend); 68 t.setp(&p1, &p3); 76 t.setp(&p1, &p3);
|
swap.pass.cpp | 56 void setp(CharT* pbeg, CharT* pend) function in struct:test 58 base::setp(pbeg, pend); 78 t.setp(&p1, &p3); 86 t.setp(&p1, &p3);
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.cpp | 21 void setP(ButterFly *inP) { 28 setP(inP);
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
sputc.pass.cpp | 33 void setp(char* pbeg, char* pend) function in struct:test 35 base::setp(pbeg, pend); 54 t.setp(out, out+sizeof(out));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
sputc.pass.cpp | 33 void setp(char* pbeg, char* pend) function in struct:test 35 base::setp(pbeg, pend); 54 t.setp(out, out+sizeof(out));
|
/external/clang/test/CodeGen/ |
nvptx-inlineasm.c | 10 "setp.ne.u32 \t%%p1, %1, 0; \n\t"
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCharStreamState.h | 41 @property (getter=getP,setter=setP:) NSInteger p; 50 - (void) setP: (NSInteger) anIndex;
|