/external/clang/test/CodeGenCXX/ |
2004-09-27-DidntEmitTemplate.cpp | 19 bool foo2(basic_string &X) { function
|
/external/clang/test/Lexer/ |
counter.c | 15 // CHECK: C: foo2;
|
/external/clang/test/Sema/ |
convertvector.c | 10 float foo2(vector4double x) { function
|
arm-interrupt-attr.c | 6 __attribute__((interrupt("IRQ", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}} function
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
TestDefaults.java | 12 public void foo2(@DottedClassName String c) { method in class:TestDefaults
|
/external/libxml2/result/HTML/ |
cf_128.html | 14 <td>Foo2<p></p>
|
/external/libxml2/test/HTML/ |
cf_128.html | 14 <td>Foo2<p><p></td></tr></table>
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-05-Small-ByVal-Structs-PR15293.ll | 14 ;CHECK-LABEL: foo2: 42 ;CHECK: bl foo2 57 define void @foo2(%artz* byval %s, i32 %p, %artz* byval %s2) { 70 call void @foo2(%artz* byval @static_val, i32 0, %artz* byval @static_val)
|
/external/llvm/test/CodeGen/X86/ |
2008-09-25-sseregparm-1.ll | 9 define inreg float @foo2() nounwind {
|
alloca-align-rounding.ll | 16 define void @foo2(i64 %h) { 20 ; CHECK-LABEL: foo2 23 ; X32ABI-LABEL: foo2
|
/external/llvm/test/Feature/ |
aliases.ll | 9 @foo2 = alias i32* @bar 10 @foo3 = alias i32* @foo2 11 @foo4 = unnamed_addr alias i32* @foo2 34 %tmp1 = load i32, i32* @foo2
|
/external/llvm/test/Object/Inputs/ |
elf-versioning-test.i386 | |
/external/clang/test/CodeGen/ |
ppc64-qpx-vector.c | 20 v4df foo2(struct sdf a, v4df b, struct sdf2 c) { function 24 // QPX-LABEL: define <4 x double> @foo2(<4 x double> inreg %a.coerce, <4 x double> %b, [2 x i256] %c.coerce) 27 // NORMAL-LABEL: define void @foo2(<4 x double>* noalias sret %agg.result, [2 x i128] %a.coerce, <4 x double>*, [4 x i128] %c.coerce)
|
/external/llvm/test/CodeGen/Mips/ |
remat-immed-load.ll | 22 tail call void @foo2(i64 1) nounwind 23 tail call void @foo2(i64 1) nounwind 27 declare void @foo2(i64)
|
fp16mix.ll | 33 define void @foo2() { 36 ; fmask2: .ent foo2 43 ; fmask2: .end foo2 44 ; fmask1: .ent foo2 46 ; fmask1: .end foo2 47 ; fmask1nr: .ent foo2 49 ; fmask1nr: .end foo2
|
/external/v8/test/mjsunit/lithium/ |
MulI.js | 63 function foo2(value) { function 67 foo2(-2147483600); 68 foo2(-2147483600); 69 %OptimizeFunctionOnNextCall(foo2); 70 assertEquals(2147483648, foo2(-2147483648));
|
/external/clang/test/SemaTemplate/ |
derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' that would make 'const T' equal 'int'}} 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
|
/external/compiler-rt/test/tsan/ |
simple_stack2.cc | 17 void __attribute__((noinline)) foo2() { function 27 foo2(); 51 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack2.cc:18{{(:22)?}} (simple_stack2.cc.exe+{{.*}})
|
/external/llvm/test/MC/ELF/ |
alias-reloc.s | 14 .weak foo2 15 foo2: label 17 .set bar2,foo2
|
/external/v8/test/webkit/fast/js/ |
object-prototype-constructor.js | 34 var Foo2 = { Bar: F}; 35 var f2 = new Foo2.Bar(); 36 shouldBe("f2.constructor", "Foo2.Bar");
|
/external/clang/test/Index/ |
index-refs.m | 20 void foo2() {
|
/external/clang/test/PCH/ |
ocl_types.cl | 10 void foo2(img1darr_t img);
|
/external/clang/test/Parser/ |
bad-control.c | 7 void foo2() { function
|
/external/clang/test/Preprocessor/ |
c90.c | 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
|
/external/clang/test/SemaCXX/ |
warn-unused-local-typedef.cpp | 9 typedef int Foo2; // no diag 22 typedef int foo2; typedef 24 typedef int foo2; // expected-warning {{unused typedef 'foo2'}} typedef 26 typedef foo2 foo3; // expected-warning {{unused typedef 'foo3'}} 43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} 92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}}
|