/third_party/typescript/tests/baselines/reference/ |
D | getterSetterNonAccessor.types | 2 function getFunc():any{return 0;} 3 >getFunc : () => any 11 >Object.defineProperty({}, "0", <PropertyDescriptor>({ get: getFunc, set: setFunc… 17 ><PropertyDescriptor>({ get: getFunc, set: setFunc, configurable: true … 18 >({ get: getFunc, set: setFunc, configurable: true }) : { get: () =… 19 >{ get: getFunc, set: setFunc, configurable: true } : { get: () => … 21 get: getFunc, 23 >getFunc : () => any
|
D | getterSetterNonAccessor.symbols | 2 function getFunc():any{return 0;} 3 >getFunc : Symbol(getFunc, Decl(getterSetterNonAccessor.ts, 0, 0)) 15 get: getFunc, 17 >getFunc : Symbol(getFunc, Decl(getterSetterNonAccessor.ts, 0, 0))
|
D | getterSetterNonAccessor.js | 2 function getFunc():any{return 0;} 6 get: getFunc, 13 function getFunc() { return 0; } function 16 get: getFunc,
|
/third_party/typescript/tests/cases/compiler/ |
D | getterSetterNonAccessor.ts | 1 function getFunc():any{return 0;} function 5 get: getFunc,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 186 Function *getFunc() const { return F; } in getFunc() function in __anon1686e4250111::FunctionNode 220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() 867 Function *F = FN.getFunc(); in replaceFunctionInTree() 918 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) { in insert() 920 Function *F = OldF.getFunc(); in insert() 923 assert(OldF.getFunc() != F && "Must have swapped the functions."); in insert() 926 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName() in insert() 930 mergeTwoFunctions(OldF.getFunc(), DeleteF); in insert()
|
/third_party/jerryscript/tests/jerry/ |
D | object-defineproperty.js | 25 function getFunc() { function 31 get: getFunc
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 317 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetGetMethod(true).CreateDelegate(typeof(Func<T1, E… in CreateIsInitializedCaller() 319 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionS… in CreateIsInitializedCaller() 327 var set = getFunc((T1)m); in CreateIsInitializedCaller()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 163 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in run() 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFDeadCode.cpp | 128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect() 157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
|
D | RDFLiveness.cpp | 429 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computePhiInfo() 686 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in computeLiveIns() 720 NodeAddr<FuncNode*> FA = DFG.getFunc(); in computeLiveIns() 1069 for (auto I : DFG.getFunc().Addr->findBlock(B, DFG).Addr->members(DFG)) { in traverse()
|
D | RDFGraph.h | 660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
|
D | HexagonOptAddrMode.cpp | 802 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1004 Function &getFunc() const { return F; } in getFunc() function in __anon71b8f0620511::PGOUseFunc 1603 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1612 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1614 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions() 1616 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n"; in annotateAllFunctions() 1757 return &G->getFunc().front(); in getEntryNode() 1767 return nodes_iterator(G->getFunc().begin()); in nodes_begin() 1771 return nodes_iterator(G->getFunc().end()); in nodes_end() 1780 return G->getFunc().getName(); in getGraphName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 70 Cfg *getFunc() const { return Func; } in getFunc() function
|
D | IceTargetLowering.h | 279 Cfg *getFunc() const { return Func; } in getFunc() function
|
D | PNaClTranslator.cpp | 1410 Ice::Cfg *getFunc() const { return Func.get(); } in getFunc() function in __anon594ff7a90111::FunctionParser 2952 V->setName(getFunctionParser()->getFunc(), Nm); in setValueName() 2963 if (Index >= getFunctionParser()->getFunc()->getNumNodes()) { in setBbName() 2969 getFunctionParser()->getFunc()->getNodes()[Index]->setName(Nm); in setBbName()
|
D | IceAssemblerX8632.cpp | 38 Target->getFunc()->getFunctionName()); in AsmAddress()
|
D | IceAssemblerX8664.cpp | 38 Target->getFunc()->getFunctionName()); in AsmAddress()
|
D | IceTargetLoweringMIPS32.cpp | 3940 Operand *FCC0 = OperandMIPS32FCC::create(getFunc(), OperandMIPS32FCC::FCC0); in lowerFcmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 119 inline const UnaryFunc &getFunc() const { return Fn; } in getFunc() function 177 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 5222 virtual const FuncBase& getFunc (void) const = 0; 5226 return de::toLower(getFunc().getName()); in getName() 5231 return "Function '" + getFunc().getName() + "'"; in getDesc() 5289 const FuncBase& getFunc (void) const { return instance<GenF<1> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::TemplateFuncCaseFactory 5310 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::SquareMatrixFuncCaseFactory 5335 const FuncBase& getFunc (void) const { return instance<GenF<2,2> >(); } in getFunc() function in deqp::gls::BuiltinPrecisionTests::MatrixFuncCaseFactory
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 1048 void (gl::Program::*getFunc)(const gl::Context *, in SerializeUniformData() 1053 (program->*getFunc)(context, loc, uniformData.data()); in SerializeUniformData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 6834 virtual const FuncBase& getFunc (void) const = 0; 6835 string getName (void) const { return de::toLower(getFunc().getName()); } in getName() 6836 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; } in getDesc() 6886 const FuncBase& getFunc (void) const { return instance<GenF<1, T> >(); } in getFunc() function in vkt::shaderexecutor::TemplateFuncCaseFactory 6904 std::string fileName = getFunc().getName() + "_" + ctx.name; in createCase() 6939 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in vkt::shaderexecutor::SquareMatrixFuncCaseFactory 6964 const FuncBase& getFunc (void) const { return instance<GenF<2,2, T> >(); } in getFunc() function in vkt::shaderexecutor::MatrixFuncCaseFactory
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 6834 virtual const FuncBase& getFunc (void) const = 0; 6835 string getName (void) const { return de::toLower(getFunc().getName()); } in getName() 6836 string getDesc (void) const { return "Function '" + getFunc().getName() + "'"; } in getDesc() 6886 const FuncBase& getFunc (void) const { return instance<GenF<1, T> >(); } in getFunc() function in vkt::shaderexecutor::TemplateFuncCaseFactory 6904 std::string fileName = getFunc().getName() + "_" + ctx.name; in createCase() 6939 const FuncBase& getFunc (void) const { return instance<GenF<2> >(); } in getFunc() function in vkt::shaderexecutor::SquareMatrixFuncCaseFactory 6964 const FuncBase& getFunc (void) const { return instance<GenF<2,2, T> >(); } in getFunc() function in vkt::shaderexecutor::MatrixFuncCaseFactory
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 9585 const getFunc = getTypeOfPropertyOfType(objectLitType, "get" as __String); constant 9586 if (getFunc) { 9587 const getSig = getSingleCallSignature(getFunc);
|