Home
last modified time | relevance | path

Searched defs:ctor (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/boost/boost/compute/detail/
Dglobal_static.hpp19 # define BOOST_COMPUTE_DETAIL_GLOBAL_STATIC(type, name, ctor) \ argument
24 # define BOOST_COMPUTE_DETAIL_GLOBAL_STATIC(type, name, ctor) \ argument
33 # define BOOST_COMPUTE_DETAIL_GLOBAL_STATIC(type, name, ctor) \ argument
/third_party/node/deps/npm/node_modules/inherits/
Dinherits_browser.js3 module.exports = function inherits(ctor, superCtor) { argument
6 ctor.prototype = Object.create(superCtor.prototype, { class
/third_party/skia/third_party/externals/tint/src/writer/
Dappend_vector_test.cc55 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
99 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
151 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
194 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
237 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
275 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
315 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
353 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
394 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
431 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
[all …]
Dappend_vector.cc33 const sem::TypeConstructor* ctor = nullptr; member
38 if (auto* ctor = call->Target()->As<sem::TypeConstructor>()) { in AsVectorConstructor() local
/third_party/typescript/tests/baselines/reference/
DerrorsWithInvokablesInUnions01.js17 export let ctor: IDirectiveLinkFn<number> | ConstructableA | IDirectivePrePost<number> = class { class
28 exports.ctor = /** @class */ (function () { function
DunionSignaturesWithThisParameter.js18 function x(ctor, t) { argument
DjsdocTypeTag.js68 var ctor; variable
92 var ctor: new (s: string) => { s: string }; variable
139 var ctor; variable
162 var ctor; variable
DvarArgsOnConstructorTypes.js3 constructor(ctor) { } argument
48 function A(ctor) { argument
DidenticalGenericConditionalsWithInferRelated.js44 Y.prototype.decode = function (ctor) { argument
DnormalizedIntersectionTooComplex.js43 var ctor = getCtor(all); variable
DjsdocDisallowedInTypescript.js34 function hof(ctor) { argument
DweakType.js91 var ctor = K; variable
DdeclarationEmitPrivateNameCausesError.js32 function ignoreExtraVariables(ctor) { argument
/third_party/skia/src/sksl/ir/
DSkSLPrefixExpression.cpp51 const ConstructorArray& ctor = value->as<ConstructorArray>(); in simplify_negation() local
60 const ConstructorDiagonalMatrix& ctor = value->as<ConstructorDiagonalMatrix>(); in simplify_negation() local
72 const ConstructorSplat& ctor = value->as<ConstructorSplat>(); in simplify_negation() local
84 const ConstructorCompound& ctor = value->as<ConstructorCompound>(); in simplify_negation() local
/third_party/node/deps/npm/node_modules/create-error-class/
Dindex.js4 function inherits(ctor, superCtor) { argument
6 ctor.prototype = Object.create(superCtor.prototype, { class
/third_party/skia/third_party/externals/tint/src/ast/
Dvariable.cc33 const Expression* ctor, in Variable()
69 auto* ctor = ctx->Clone(constructor); in Clone() local
/third_party/node/lib/internal/process/
Dwarning.js111 function emitWarning(warning, type, code, ctor) { argument
150 function createWarningObject(warning, type, code, ctor, detail) { argument
/third_party/skia/src/sksl/
DSkSLInliner.cpp338 const ConstructorArray& ctor = expression.as<ConstructorArray>(); in inlineExpression() local
344 const ConstructorArrayCast& ctor = expression.as<ConstructorArrayCast>(); in inlineExpression() local
350 const ConstructorCompound& ctor = expression.as<ConstructorCompound>(); in inlineExpression() local
356 const ConstructorCompoundCast& ctor = expression.as<ConstructorCompoundCast>(); in inlineExpression() local
362 const ConstructorDiagonalMatrix& ctor = expression.as<ConstructorDiagonalMatrix>(); in inlineExpression() local
368 const ConstructorMatrixResize& ctor = expression.as<ConstructorMatrixResize>(); in inlineExpression() local
374 const ConstructorScalarCast& ctor = expression.as<ConstructorScalarCast>(); in inlineExpression() local
380 const ConstructorSplat& ctor = expression.as<ConstructorSplat>(); in inlineExpression() local
386 const ConstructorStruct& ctor = expression.as<ConstructorStruct>(); in inlineExpression() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc328 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_P() local
456 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
473 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
652 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
670 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
688 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
706 auto* ctor = call->Target()->As<sem::TypeConversion>(); in TEST_F() local
724 auto* ctor = call->Target()->As<sem::TypeConversion>(); in TEST_F() local
742 auto* ctor = call->Target()->As<sem::TypeConversion>(); in TEST_F() local
881 auto* ctor = call->Target()->As<sem::TypeConstructor>(); in TEST_F() local
[all …]
/third_party/typescript/tests/cases/compiler/
DerrorsWithInvokablesInUnions01.ts16 export let ctor: IDirectiveLinkFn<number> | ConstructableA | IDirectivePrePost<number> = class { variable
DcontrolFlowInstanceof.ts109 declare const ctor: Function; constant
/third_party/node/lib/internal/
Dfreelist.js8 constructor(name, max, ctor) { argument
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeTag.ts70 var ctor; variable
94 var ctor: new (s: string) => { s: string }; variable
/third_party/node/test/node-api/test_env_teardown_gc/
Dbinding.c31 napi_value ctor; in NAPI_MODULE_INIT() local
/third_party/boost/libs/dll/example/mangled/
Dsmart_lib.cpp34 auto ctor = lib.get_constructor<alias(const std::string&)>(); //get the constructor in main() local

12345