Home
last modified time | relevance | path

Searched defs:Ctor (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationsIndirectGeneratedAliasReference.ts3 export interface Ctor { interface
10 export const Ctor: CtorConstructor; constant
16 const Ctor = ns.default; constant
DweakType.ts44 interface Ctor { interface
/third_party/typescript/tests/baselines/reference/
DdeclarationsIndirectGeneratedAliasReference.js11 export const Ctor: CtorConstructor; constant
17 const Ctor = ns.default; constant
26 var Ctor = ns["default"]; variable
DtsxGenericAttributesType9.js8 <Ctor {...this.props } /> field in AnonymousClasseab197f50101
36 function makeP(Ctor) { argument
/third_party/musl/libc-test/src/functional/
Dexit_constructor.c5 void Ctor() in Ctor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h53 PassCtorTy Ctor; // Pass creator. variable
91 PassCtorTy Ctor = nullptr; in setDefault() local
/third_party/node/test/fixtures/debugger/
Dbacktrace.js11 class Ctor { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp129 Function *Ctor = Function::Create( in createSanitizerCtorAndInitFunctions() local
152 if (Function *Ctor = M.getFunction(CtorName)) in getOrCreateSanitizerCtorAndInitFunctions() local
159 Function *Ctor; in getOrCreateSanitizerCtorAndInitFunctions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassInfo.h91 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegistry.h29 std::unique_ptr<T> (*Ctor)(); variable
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc45 TEST(StringPiece, Ctor) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h298 for (auto Ctor : orc::getConstructors(*M)) in addIRModule() local
DOrcMCJITReplacement.h273 for (auto Ctor : orc::getConstructors(*M)) { in addModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1087 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
DMachineScheduler.cpp320 MachineSchedRegistry::ScheduleDAGCtor Ctor = MachineSchedOpt; in createMachineScheduler() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp150 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor()
DSanitizerCoverage.cpp455 Function *Ctor = nullptr; in instrumentModule() local
DHWAddressSanitizer.cpp402 [&](Function *Ctor, FunctionCallee) { in initializeModule()
DMemorySanitizer.cpp601 [&](Function *Ctor, FunctionCallee) { in insertModuleCtor()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc80 TEST(StringViewTest, Ctor) { in TEST() argument
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js4559 var Ctor = function(){}; class
4642 Ctor.prototype = prototype; class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp879 auto Ctor = cast<Constant>(Init->getOperand(i)); in UpgradeGlobalVariable() local
/third_party/node/tools/
Dlint-md.mjs22606 const throwError = (message, Ctor) => { argument