Home
last modified time | relevance | path

Searched refs:returning (Results 1 – 25 of 187) sorted by relevance

12345678

/external/clang/test/SemaObjC/
Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
13 __attribute((malloc)) id (*f)(); // expected-warning {{functions returning a pointer type}}
14 __attribute((malloc)) bptr (*g)(); // expected-warning {{functions returning a pointer type}}
15 __attribute((malloc)) void *(^h)(); // expected-warning {{functions returning a pointer type}}
Dprotocol-id-test-3.m33 …return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result…
40 …return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible resul…
65 …return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result…
70 …return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible resul…
Dblock-explicit-return-type.m69 // intent: block taking int returning block that takes char,int and returns int
74 …turn ^(char c, short y) { return one + c + y; };}; // expected-error {{returning block that lives…
76 …^(char c, short y) { return one + (int)c + y; };}; // expected-error {{returning block that lives…
Darc-decls.m58 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
59 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
60 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
Dproperty-ns-returns-not-retained-attr.m11 …Name2; // expected-warning {{property declared as returning non-retained objects; getter returni…
Divar-lookup-resolution-builtin.m33 // expected-warning {{incompatible pointer to integer conversion returning}}
37 return index; // expected-warning {{incompatible pointer to integer conversion returning}}
Dincompatible-protocol-qualified-types.m25 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto1> *' from a fu…
32 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto2> *' from a fu…
Dprotocol-warn.m54 …pdfView : browserView; // expected-warning {{incompatible pointer types returning 'UIView<NSObject…
Dmethod-prototype-scope.m23 …return object; // expected-warning {{incompatible pointer types returning 'NSArray *' from a funct…
Dcomptypes-10.m28 …return bar; // expected-warning {{returning 'id<NSCopying>' from a function with incompatible res…
/external/webkit/LayoutTests/storage/
Dtransaction-error-callback-expected.txt4 Testing transaction failing mid-way and error callback returning true : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
/external/webkit/LayoutTests/platform/android-v8/storage/
Dtransaction-error-callback-expected.txt4 Testing transaction failing mid-way and error callback returning true : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
/external/chromium/testing/gmock/test/
Dgmock_output_test_golden.txt27 Called 2 times, but only 1 WillOnce() is specified - returning default value.
33 Unexpected mock function call - returning default value.
47 Unexpected mock function call - returning directly.
59 Mock function called more times than expected - returning default value.
67 Mock function called more times than expected - returning directly.
75 Uninteresting mock function call - returning default value.
83 Uninteresting mock function call - returning directly.
90 Unexpected mock function call - returning default value.
111 Unexpected mock function call - returning default value.
132 Unexpected mock function call - returning default value.
[all …]
/external/stlport/src/
Dsparc_atomic64.s20 ! returning
39 ! returning
59 ! returning
Dsparc_atomic.s42 ! returning
65 ! returning
/external/guava/src/com/google/common/util/concurrent/
DCallables.java36 public static <T> Callable<T> returning(final @Nullable T value) { in returning() method in Callables
/external/webkit/LayoutTests/fast/dom/Selection/
DgetRangeAt-expected.txt1 Test to make sure that getRangeAt does not modify the range when returning it.
/external/llvm/test/Assembler/
D2002-07-25-ReturnPtrFunction.ll1 ; Test that returning a pointer to a function causes the disassembler to print
Dvector-select.ll2 ; rudimentary test of select on vectors returning vector of bool
Dvbool-cmp.ll2 ; rudimentary test of fcmp/icmp on vectors returning vector of bool
/external/llvm/test/CodeGen/X86/
Dfast-cc-callee-pops.ll3 ; Check that a fastcc function pops its stack variables before returning.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml36 (* JIT the function, returning a function pointer. *)

12345678