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 AnonymousClass92af7ae30101
36 function makeP(Ctor) { argument
/third_party/musl/libc-test/src/functional/
Dexit_constructor.c5 void Ctor() in Ctor() function
/third_party/decimal.js/
Ddecimal.js2641 function cosine(Ctor, x) { argument
3156 function getLn10(Ctor, sd, pr) { argument
3168 function getPi(Ctor, sd, rm) { argument
3208 function intPow(Ctor, x, n, pr) { argument
3251 function maxOrMin(Ctor, args, ltgt) { argument
3679 function sine(Ctor, x) { argument
3713 function taylorSeries(Ctor, n, x, y, isHyperbolic) { argument
3757 function toLessThanHalfPi(Ctor, x) { argument
Ddecimal.mjs231 Ctor = x.constructor; variable
2648 function cosine(Ctor, x) { argument
3163 function getLn10(Ctor, sd, pr) { argument
3176 function getPi(Ctor, sd, rm) { argument
3217 function intPow(Ctor, x, n, pr) { argument
3260 function maxOrMin(Ctor, args, ltgt) { argument
3689 function sine(Ctor, x) { argument
3723 function taylorSeries(Ctor, n, x, y, isHyperbolic) { argument
3767 function toLessThanHalfPi(Ctor, x) { argument
/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/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