HomeSort by relevance Sort by last modified time
    Searched refs:f0 (Results 201 - 225 of 574) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 4 void f0() { function
13 template void f0<int>();
instantiate-init.cpp 8 X0 f0(T t, U u) { function
14 f0(ip, fp);
15 f0(ip, dp); // expected-note{{instantiation}}
48 void f0() function in namespace:PR6657
55 f0<int>();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 20 float f0 = 0.0f; local
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 6 void f0(Types ...args);
  /external/clang/test/Sema/
struct-decl.c 43 struct s0 f0(void) {} function
expr-address-of.c 40 void f0() { function
64 register struct { int f0[10]; } x4; member in struct:__anon18696
65 int *_dummy4 = &x4.f0[2]; // expected-error {{address of register variable requested}}
attr-noreturn.c 7 static void __attribute__((noreturn)) f0(void) { function
attr-unused.c 5 static void __attribute__((unused)) f0(void);
implicit-builtin-decl.c 35 int f0() { function
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 18 friend void f0(X3);
37 void f0();
41 template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}} function in class:PR8748::X2
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p1.cpp 18 template<typename T> void f0(T) { function
22 template<> void f0(NonDefaultConstructible) { } function
25 f0(NDC);
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 18 // CHECK: define { i64, i64 } @f0()
19 struct PP_Var f0() { function
66 struct s13_0 { long long f0[3]; }; member in struct:s13_0
67 struct s13_1 { long long f0[2]; }; member in struct:s13_1
alias.c 13 void f0(void) { } function
15 extern void f1(void) __attribute((alias("f0")));
16 // CHECKBASIC: @f1 = alias void ()* @f0
17 // CHECKBASIC: define void @f0() [[NUW:#[0-9]+]] {
arm-vector-arguments.c 12 // CHECK: define void @f0(%struct.int8x16x2_t* noalias sret %agg.result, <16 x i8> %{{.*}}, <16 x i8> %{{.*}})
13 int8x16x2_t f0(int8x16_t a0, int8x16_t a1) { function
builtin-attributes.c 5 void f0() { function
functions.c 22 void f0() {} function
23 // CHECK: define void @f0()
le32-arguments.c 5 // CHECK: define void @f0(i32 %i, i32 %j, double %k)
6 void f0(int i, long j, double k) {} function
  /external/clang/test/SemaCXX/
warn-unused-parameters.cpp 4 T f0(T x);
12 template<typename T> T X<T>::f0(T x) { return x; } function in class:X
20 x.f0(i);
  /external/llvm/test/MC/SystemZ/
insn-bad.s 14 #CHECK: adb %f0, -1
16 #CHECK: adb %f0, 4096
18 adb %f0, -1
19 adb %f0, 4096
22 #CHECK: aeb %f0, -1
24 #CHECK: aeb %f0, 4096
26 aeb %f0, -1
27 aeb %f0, 4096
238 #CHECK: axbr %f0, %f2
240 #CHECK: axbr %f2, %f0
    [all...]
insn-good.s 20 #CHECK: adb %f0, 0 # encoding: [0xed,0x00,0x00,0x00,0x00,0x1a]
21 #CHECK: adb %f0, 4095 # encoding: [0xed,0x00,0x0f,0xff,0x00,0x1a]
22 #CHECK: adb %f0, 0(%r1) # encoding: [0xed,0x00,0x10,0x00,0x00,0x1a]
23 #CHECK: adb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x1a]
24 #CHECK: adb %f0, 4095(%r1,%r15) # encoding: [0xed,0x01,0xff,0xff,0x00,0x1a]
25 #CHECK: adb %f0, 4095(%r15,%r1) # encoding: [0xed,0x0f,0x1f,0xff,0x00,0x1a]
28 adb %f0, 0
29 adb %f0, 4095
30 adb %f0, 0(%r1)
31 adb %f0, 0(%r15
    [all...]
  /external/valgrind/main/none/tests/mips32/
MoveIns.stdout.exp 2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
30 mtc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
58 mov.s $f0, $f0 :: fs 0.000000, rt 0x0
59 mov.s $f0, $f1 :: fs 456.248962, rt 0x43e41fde
86 mov.d $f0, $f0 ::fs 11600973572943642624.000000, rt 0x0
87 mov.d $f0, $f0 ::fs -0.007813, rt 0x40400000
88 mov.d $f0, $f2 ::fs -52072.789633, rt 0x44ad133
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 11 friend struct F0;
12 friend void f0(int);
13 struct F0 member_func();
15 struct F0 { };
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1.cpp 10 void f0(const T&, const U&);
25 void X0<T, U>::f0(const T&, const U&) { // expected-note{{previous definition}} function in class:X0
47 // FIXME: error message should probably say, "redefinition of 'X0<T, U>::f0'"
48 // rather than just "redefinition of 'f0'"
50 void X0<T, U>::f0(const T&, const U&) { // expected-error{{redefinition}} function in class:X0
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 98 template<typename R, typename T> void f0(R (*)(T), T);
106 f0(g, 1);
107 f0(&g, 1);
  /external/clang/test/Analysis/
stackaddrleak.c 7 void f0() { function

Completed in 1199 milliseconds

1 2 3 4 5 6 7 891011>>