/external/clang/test/Analysis/ |
stackaddrleak.c | 12 void f1() { function
|
reinterpret-cast.cpp | 26 Derived1 *f1(); 36 v = f1();
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 50 void f1(int i) { // expected-note{{declared here}} function
|
/external/clang/test/CodeGen/ |
builtin-attributes.c | 11 void f1() { function
|
le32-arguments.c | 13 // CHECK: define void @f1(%struct.s1* byval %i) 14 void f1(s1 i) {} function
|
arm-aapcs-vfp.c | 54 float f1; member in struct:big_struct 69 float f1; member in struct:heterogeneous_struct
|
bitfield.c | 23 static int f1(void) { function 38 return f1() + 16;
|
/external/clang/test/CodeGenCXX/ |
constructor-init.cpp | 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), 33 float f1; member in struct:N 37 printf("f1 = %f d1 = %f i1 = %d ld = %f \n", f1,d1,i1, ld);
|
default-arguments.cpp | 30 void f1() { function
|
mangle-subst.cpp | 40 template <typename T> void f1(typename V<T>::U, V<T>) { } function 43 template void f1<int>(int, V<int>);
|
/external/clang/test/Sema/ |
attr-args.c | 4 inline __attribute__((noreturn(a))) void *f1(); // expected-error {{'noreturn' attribute takes no arguments}}
|
attr-noreturn.c | 12 int f1() __attribute__((noreturn));
|
attr-unused.c | 8 int f1() __attribute__((unused));
|
complex-imag.c | 3 void f1() { function
|
decl-in-prototype.c | 5 int f1(enum {AA,BB} E) { function
|
/external/clang/test/SemaCXX/ |
decltype.cpp | 12 int &f1(int*);
|
value-dependent-exprs.cpp | 28 void f1(int *a)
|
/external/clang/test/SemaTemplate/ |
instantiate-init.cpp | 19 Ret f1(Ret *retty, T t, U u) { function 25 f1(x0, ip, fp); 26 f1(x0, ip, dp); // expected-note{{instantiation}} 53 void f1() function in namespace:PR6657
|
/external/llvm/test/MC/SystemZ/ |
regs-bad.s | 11 #CHECK: lr %r0,%f1 21 lr %r0,%f1 33 #CHECK: lgr %r0,%f1 43 lgr %r0,%f1 71 #CHECK: dlr %r0,%f1 89 dlr %r0,%f1 97 #CHECK: ler %r0,%f1 99 #CHECK: ler %a0,%f1 109 ler %r0,%f1 110 ler %a0,%f1 [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldMessageFormatTest.java | 122 MessageFormat f1 = (MessageFormat) format1.clone(); local 123 f1.setFormat(0, DateFormat.getTimeInstance()); 124 f1.setFormat(1, DateFormat.getTimeInstance()); 125 f1.setFormat(2, NumberFormat.getInstance()); 126 f1.setFormat(3, new ChoiceFormat("0#off|1#on")); 127 f1.setFormat(4, new ChoiceFormat("1#few|2#ok|3#a lot")); 128 f1.setFormat(5, DateFormat.getTimeInstance()); 130 Format[] formats = f1.getFormats(); 131 formats = f1.getFormats(); 149 f1.setFormat(-1, DateFormat.getDateInstance()) 300 MessageFormat f1 = (MessageFormat) format1.clone(); local [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
control-flow-1.js | 44 o.f1 = f1; 45 function f1(x) { function 51 return o.f1(x == y);
|
regress-3.js | 29 var f0 = 0, f1 = 1; 31 var f2 = f0 + f1; 32 f0 = f1; f1 = f2;
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 27 virtual void f1() throw(); 63 virtual void f1() throw();
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 44 template<typename T> void f1(T) { } function 51 template void f1<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ function in namespace:args_bad 52 expected-error {{no function template matches function template specialization 'f1'}}
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p3.cpp | 36 template void X1<int>::f1(int); // expected-error {{undefined template}} 37 template void X1<int>::f1<int>(int); // expected-error {{undefined template}}
|