Searched refs:f1 (Results 151 - 175 of 966) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dconditional-temporaries.cpp21 void f1(bool b) { function in namespace:__anon2411
30 f1(true);
31 f1(false);
H A Ddebug-info-namespace.cpp9 int f1() { return 0; } function in namespace:A::B
10 void f1(int) { } function in namespace:A::B
26 int B::i = f1();
35 using B::f1;
89 // CHECK: [[F1:![0-9]+]] = distinct !DISubprogram(name: "f1",{{.*}} line: 4
H A Dmangle-address-space.cpp15 void f1(char __attribute__((address_space(1))) const *p) { function
H A Dmangle-local-anonymous-unions.cpp38 int f1 (int a, int c) { function
H A Dmangle-windows.cpp7 void __stdcall f1(void) {} function
8 // WIN: define x86_stdcallcc void @"\01?f1@@YGXXZ"
/external/clang/test/Sema/
H A Dknr-def-call.c9 void f1(a, b) int a, b; {} function
11 f1(1, 2, 3); // expected-warning{{too many arguments}}
18 f3 t3(int b) { return b? f0 : f1; } // okay
H A Dwarn-unused-parameters.c10 void f1() { function
/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type-0x.cpp19 N<sizeof...(T)> f1() {} // expected-note{{previous}} function
22 N<sizeof...(T)> f1() {} function
25 N<sizeof...(U)> f1() {} // expected-error{{redefinition}} function
H A Ddefault-arguments-cxx0x.cpp16 int &f1(T);
18 float &f1(...);
25 float &fr = f1(15);
26 int &ir = f1(HasValue());
/external/syslinux/com32/include/sys/
H A Dcpu.h41 unsigned long f0, f1; local
52 : "=&r" (f0), "=&r" (f1)
54 return !!((f0^f1) & flag);
/external/clang/test/Analysis/
H A Dchroot.c9 void f1(void) { function
H A Dexercise-ps.c7 static void f1(const char *x, char *y) { function
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp3 void f1() { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dcg.cpp19 b = f1();
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp9-linkage.cpp47 inline void f1(T& t) { function
52 extern template void f1<>(int *&);
63 f1(ip);
65 f1(fp);
H A Dp9.cpp44 inline void f1(T& t) { function
49 extern template void f1<>(int *&);
57 f1(ip); // expected-note{{instantiation}}
58 f1(fp); // expected-note{{instantiation}}
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp13 void f1(A<int> x) { x.Allocate(); } function in namespace:test0
/external/clang/test/CodeGen/
H A D2008-07-30-implicit-initialization.c4 // CHECK-LABEL: define i32 @f1()
19 int f1() { function
H A Dattr-used.c5 // RUN: grep '@llvm.used = .*@f1.l0' %t
13 void f1() { function
H A Dbitfield-promote.c10 long long f1(void) { function
14 // CHECK: @f1()
H A Ddecl-in-prototype.c5 // CHECK-LABEL: define i32 @f1
6 int f1(enum {AA,BB} E) { function
/external/clang/test/PCH/
H A Dstmts.c9 int g1(int x) { return f1(x); }
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/
H A Dregister_callback.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
51 b.register_callback(f1, 4);
52 b.register_callback(f1, 4);
53 b.register_callback(f1, 4);
/external/llvm/test/MC/Mips/
H A Dset-oddspreg-nooddspreg.s5 sub.s $f1, $f2, $f2
9 # CHECK: sub.s $f1, $f2, $f2
/external/testng/src/test/java/test/dependent/
H A DDepthDependencyTest.java8 public void f1() { method in class:DepthDependencyTest

Completed in 2433 milliseconds

1234567891011>>