Searched refs:f1 (Results 351 - 375 of 966) sorted by relevance

<<11121314151617181920>>

/external/clang/test/Sema/
H A Dalias-redefinition.c6 void f1() {} function
8 void fun1(void) __attribute((alias("f1"))); // expected-error {{redefinition of 'fun1'}}
H A Dattr-args.c4 inline __attribute__((noreturn(a))) void *f1(); // expected-error {{'noreturn' attribute takes no arguments}}
H A Dattr-noreturn.c12 int f1() __attribute__((noreturn));
H A Dattr-unused.c8 int f1() __attribute__((unused));
H A Dcomplex-imag.c3 void f1() { function
H A Ddecl-in-prototype.c5 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}} function
H A Doverloadable.c23 void test_funcptr(int (*f1)(int, double), argument
25 float *fp = accept_funcptr(f1);
67 f1_type __attribute__((overloadable)) f1; // expected-error{{'overloadable' function 'f1' must have a prototype}} variable
71 f1();
/external/clang/test/SemaCXX/
H A Dattr-flatten.cpp5 void f1() __attribute__((flatten));
H A Dattr-no-split-stack.cpp5 void f1() __attribute__((no_split_stack));
H A Dvalue-dependent-exprs.cpp28 void f1(int *a)
/external/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp19 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
H A Dinstantiate-using-decl.cpp69 T f1() const;
72 using s1::f1;
73 T f1() const;
81 b.f1();
/external/llvm/test/MC/SystemZ/
H A Dregs-bad.s11 #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...]
/external/skia/src/core/
H A DSkVertState.h21 int f0, f1, f2; member in struct:VertState
/external/testng/src/test/java/test/factory/
H A DFactoryInterleavingSampleA.java35 public void f1() { method in class:FactoryInterleavingSampleA
/external/testng/src/test/java/test/thread/
H A DParallelWithFactorySampleTest.java30 public void f1() { method in class:ParallelWithFactorySampleTest
31 addId("f1 " + getN(), Thread.currentThread().getId());
H A DThreadPoolSizeWithTimeOutTest.java12 public void f1() { method in class:ThreadPoolSizeWithTimeOutTest
16 @Test(dependsOnMethods = {"f1"})
/external/testng/src/test/java/test/verify/
H A DVerify2SampleTest.java22 public void f1() { method in class:Verify2SampleTest
23 log("f1");
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_from_file_agent_unittest.py39 open(DECOMPRESSED_ATRACE_DATA, 'r')) as (f1, f2):
40 full_trace = f1.read()
/external/clang/test/Analysis/
H A Dreinterpret-cast.cpp26 Derived1 *f1();
36 v = f1();
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3.cpp62 constexpr int (*f1)(char) = &f; member in namespace:PR13293
64 static_assert(S<char>::p == f1, "");
/external/clang/test/CXX/drs/
H A Ddr15xx.cpp154 void f1(int, int=0); // Would make selection of #1 ambiguous
155 void f1(int); // #1
156 void f1(std::initializer_list<long>); // #2
157 void g1() { f1({42}); } // chooses #2
171 void f1(int); // #1 expected-note {{candidate function}}
172 void f1(std::initializer_list<long>); // #2 expected-note {{candidate function}}
173 void f1(std::initializer_list<long>, int = 0); // Makes selection of #00 ambiguous \
175 void g1() { f1({42}); } // chooses #2 expected-error{{call to 'f1' is ambiguous}}
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp27 virtual void f1() throw();
63 virtual void f1() throw();
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp12 type f1(T);
19 typename X0<T, Types...>::type X0<T, Types...>::f1(T) { } function in class:X0
/external/clang/test/CodeGen/
H A Dbitfield.c26 static int f1(void) { function
45 return f1() + 16;

Completed in 3799 milliseconds

<<11121314151617181920>>