Searched refs:f2 (Results 276 - 300 of 831) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp100 template<typename R, typename T> void f2(R (* const&)(T), T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
110 f2(g, 1); // expected-error{{no matching function for call to 'f2'}}
111 f2(&g, 1);
/external/clang/test/Parser/
H A Dattributes.c18 int f2(y, __attribute__(()) x); // expected-error {{expected identifier}}
32 void g2(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}}
38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}}
/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.h21 int f0, f1, f2; member in struct:VertState
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dproto-chain-load.js34 var obj2 = Object.create(obj3, { f2: {value: 2} });
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js60 function f2(y, z) { function
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
96 return f2(local_y); /* f should be inlined into h */
117 invoke(f2, [2]);
H A Dregress-crbug-107996.js50 (function f2() {
/external/clang/test/Analysis/
H A Dcxx-crashes.cpp12 long f2(char *c) { function
H A Dstackaddrleak.c18 void f2() { function
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
35 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
/external/clang/test/CodeGen/
H A Dbuiltin-attributes.c16 char* f2(char* a, char* b) { function
H A Dfunctions.c26 void f2(void) { function
H A Dle32-arguments.c20 // CHECK-LABEL: define void @f2(%struct.s2* noalias sret %agg.result)
21 s2 f2() { function
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp58 void f2(E) { function in namespace:A::B::PR14029::test4
H A Ddebug-info-template-member.cpp75 void f2() { function
/external/clang/test/Sema/
H A Dattr-args.c5 inline __attribute__((always_inline(a))) void *f2(); // expected-error {{'always_inline' attribute takes no arguments}}
H A Dattr-noreturn.c16 int f2() __attribute__((noreturn(1, 2))); // expected-error {{'noreturn' attribute takes no arguments}}
H A Dattr-unused.c12 int f2() __attribute__((unused(1, 2))); // expected-error {{'unused' attribute takes no arguments}}
H A Dcomplex-imag.c10 void f2() { function
H A Ddecl-in-prototype.c9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}} function
H A Dimplicit-builtin-decl.c26 void f2() { function
/external/clang/test/SemaCXX/
H A Dattr-flatten.cpp6 void f2() __attribute__((flatten(1))); // expected-error {{'flatten' attribute takes no arguments}}
H A Dattr-no-split-stack.cpp6 void f2() __attribute__((no_split_stack(1))); // expected-error {{'no_split_stack' attribute takes no arguments}}
H A Dvalue-dependent-exprs.cpp43 int f2() {
/external/skia/src/core/
H A DSkVertState.h21 int f0, f1, f2; member in struct:VertState
/external/valgrind/main/none/tests/mips32/
H A DMoveIns.stdout.exp4 mfc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
32 mtc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
60 mov.s $f1, $f2 :: fs 3.000000, rt 0x40400000
61 mov.s $f2, $f3 :: fs -1.000000, rt 0xbf800000
88 mov.d $f0, $f2 ::fs -52072.789633, rt 0x44ad1333
89 mov.d $f2, $f4 ::fs -6445705852632282607665545216.000000, rt 0x4e6e6b28
90 mov.d $f2, $f4 ::fs 0.000000, rt 0x44db0000
193 movn.s $f0, $f2, $t3 :: fs rt 0x0
194 movn.s $f0, $f2, $t3 :: fs rt 0x43e41fde
195 movn.s $f0, $f2,
[all...]

Completed in 499 milliseconds

<<11121314151617181920>>