Searched refs:f1 (Results 226 - 250 of 966) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dinstantiate-decl-init.cpp44 template<int N> void f1() { function
47 template<> void f1<2>();
H A Danonymous-union.cpp19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}} expected-note{{in instantiation of template class 'T1<A>' requested here}} function
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
H A Ddtor.pass.cpp46 void f1() function
53 std::set_terminate(f1);
/external/libcxxabi/test/
H A Dcatch_class_01.pass.cpp27 void f1() function
37 f1();
/external/pdfium/testing/tools/
H A Dtext_diff.py16 with open(filename1, "r") as f1:
17 str1 = f1.readlines();
/external/r8/src/test/examples/regress/
H A DRegress.java15 float f1 = 1.0f;
23 if (f[0] == f1) {
/external/skia/src/core/
H A DSkVertState.cpp16 state->f1 = index + 1;
29 state->f1 = indices[index + 1];
43 state->f1 = index + 0;
46 state->f1 = index + 1;
61 state->f1 = indices[index + 0];
64 state->f1 = indices[index + 1];
76 state->f1 = index + 1;
89 state->f1 = indices[index + 1];
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp4 void f1() &&; // expected-error {{non-member function cannot have '&&' qualifier}}
9 void f1() &&;
46 func_type_rvalue f1; member in struct:Y
50 void (X::*mpf2)() && = &X::f1;
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp11 void f1(volatile int *x, volatile S* s) { function
/external/clang/test/CodeGen/
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c4 // CHECK-LABEL: define i32 @f1
20 int f1(int *a) { function
H A Dc-strings.c10 // ITANIUM: @f1.x = internal global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0)
11 // MSABI: @f1.x = internal global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0)
38 // CHECK-LABEL: define {{.*}}void @f1()
39 void f1() { function
42 // CHECK: [[T1:%.*]] = load i8*, i8** @f1.x
H A Dcleanup-stack.c13 int f1(void) { function
H A Dtentative-decls.c24 int *f1() { function
H A Dunreachable.c12 int f1(int i) { function
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp15 // CHECK-LABEL: define void @f1
17 extern "C" void f1() { function
H A Dcxx1z-init-statement.cpp13 void f1() { function
H A Dmangle-variadic-templates.cpp23 template<typename ...Types> void f1() {} function
25 template void f1<>();
27 template void f1<int>();
29 template void f1<int, float>();
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp13 void f1(double *a);
14 void f1(intTy &a);
17 // CHECK: error: no matching function for call to 'f1
19 // CHECK: void f1(intTy &a);
22 // CHECK: void f1(double *a);
23 f1(a + 1);
26 // CHECK: error: no matching function for call to 'f1
29 f1((int *)0);
/external/clang/test/Parser/
H A Dfor.cpp3 void f1() { function
/external/clang/test/Sema/
H A Dattr-used.c15 void f1() { function
H A Dfloating-point-compare.c3 int f1(float x, float y) { function
H A Dfp16-sema.c22 extern __fp16 f1 (void); // expected-error {{function return value cannot have __fp16 type; did you forget * ?}}
H A Dfunction-redecl.c33 int f1; local
35 void f1(double);
37 void f1(double); // expected-note{{previous declaration is here}}
39 int f1(int); // expected-error{{conflicting types for 'f1'}}
H A Dwarn-unused-variables.c15 void f1(void) { function
/external/clang/test/SemaCXX/
H A Dattr-no-sanitize.cpp7 int f1() __attribute__((no_sanitize)); // expected-error{{'no_sanitize' attribute takes at least 1 argument}}

Completed in 649 milliseconds

1234567891011>>