Home
last modified time | relevance | path

Searched refs:overloaded (Results 1 - 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DstrictBindCallApply1.js4 declare function overloaded(s: string): number;
5 declare function overloaded(n: number): string;
14 let f04 = overloaded.bind(undefined); // typeof overloaded
30 overloaded(s: string): number;
31 overloaded(n: number): string;
32 overloaded(x: any): any { return <any>undefined }
45 let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded
109 var f04 = overloaded
[all...]
/third_party/toybox/toys/pending/
H A Ddhcp.c1058 uint8_t type = 0, *options, overloaded = 0;; in dhcpc_parseoptions() local
1095 overloaded = optptr[2]; in dhcpc_parseoptions()
1192 if ((overloaded == 1) || (overloaded == 3)) dhcpc_parseoptions(presult, optptr); in dhcpc_parseoptions()
1193 if ((overloaded == 2) || (overloaded == 3)) dhcpc_parseoptions(presult, optptr); in dhcpc_parseoptions()
H A Ddhcpd.c1060 uint8_t overloaded = 0; in get_optval() local
1066 overloaded = optptr[2]; in get_optval()
1096 if ((overloaded == 1) | (overloaded == 3)) get_optval((uint8_t*)&gstate.rcvd.rcvd_pkt.file, opt, var); in get_optval()
1097 if ((overloaded == 2) | (overloaded == 3)) get_optval((uint8_t*)&gstate.rcvd.rcvd_pkt.sname, opt, var); in get_optval()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c223 boolean overloaded; member
459 if (sx->inputs[index].declared && !sx->inputs[index].overloaded) { in dcl_base_input()
469 sx->inputs[index].overloaded = TRUE; in dcl_base_input()
471 } else if (sx->inputs[index].overloaded) { in dcl_base_input()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h498 bool overloaded() const { return symId[0] != -1 && symId[1] != -1; } in overloaded() function
H A DhlslParseHelper.cpp4736 // subpass load: the multisample form is overloaded. Here, we convert that to in decomposeSampleMethods()
5610 // if builtIn == false, it's a userDefined -> could be an overloaded built-in function also in handleFunctionCall()
7748 error(loc, "no matching overloaded function found", call.getName().c_str(), ""); in findFunction()
9841 // Based on directed experiments, it appears that if there are overloaded patchconstantfunctions, in findPatchConstantFunction()
10230 if (shadowMode->second->overloaded()) in fixTextureShadowModes()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S190 ! as libc provides a stub, which is overloaded the moment you link
/third_party/openssl/crypto/
H A Dsparccpuid.S190 ! as libc provides a stub, which is overloaded the moment you link
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 49 milliseconds