Searched refs:casts (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/bot/
H A Dapi.js27 // of casts to the arguments (types are lost in dnode).
28 function expose(obj, src, method, casts) {
30 for (index in casts)
31 arguments[index] = new (casts[index])(arguments[index]);
/external/clang/test/Index/
H A Dload-stmts.cpp116 void casts(int *ip) { function
/external/clang/test/SemaCXX/
H A Dvector.cpp64 void casts(longlong16 ll16, longlong16_e ll16e) { function
65 // C-style casts.
75 // Function-style casts.
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml322 group "constant casts";
813 group "casts";
970 group "casts"; begin
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1184 or trunc for integer -> integer casts of constant [c] to type [ty].
1191 fp casts of constant [c] to type [ty].
1683 (** [value_of_block bb] losslessly casts [bb] to an [llvalue]. *)
1691 (** [block_of_value v] losslessly casts [v] to an [llbasicblock]. *)

Completed in 160 milliseconds