Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DgetterSetterNonAccessor.types2 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
DgetterSetterNonAccessor.symbols2 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))
DgetterSetterNonAccessor.js2 function getFunc():any{return 0;}
6 get: getFunc,
13 function getFunc() { return 0; } function
16 get: getFunc,
/third_party/typescript/tests/cases/compiler/
DgetterSetterNonAccessor.ts1 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/
DMergeFunctions.cpp186 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/
Dobject-defineproperty.js25 function getFunc() { function
31 get: getFunc
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs317 …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/
DHexagonRDFOpt.cpp163 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()
DRDFDeadCode.cpp128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) in collect()
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) { in collect()
DRDFLiveness.cpp429 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()
DRDFGraph.h660 NodeAddr<FuncNode*> getFunc() const { return Func; } in getFunc() function
DHexagonOptAddrMode.cpp802 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1004 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/
DIceLiveness.h70 Cfg *getFunc() const { return Func; } in getFunc() function
DIceTargetLowering.h279 Cfg *getFunc() const { return Func; } in getFunc() function
DPNaClTranslator.cpp1410 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()
DIceAssemblerX8632.cpp38 Target->getFunc()->getFunctionName()); in AsmAddress()
DIceAssemblerX8664.cpp38 Target->getFunc()->getFunctionName()); in AsmAddress()
DIceTargetLoweringMIPS32.cpp3940 Operand *FCC0 = OperandMIPS32FCC::create(getFunc(), OperandMIPS32FCC::FCC0); in lowerFcmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h119 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/
DglsBuiltinPrecisionTests.cpp5222 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/
Dframe_capture_utils.cpp1048 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/
DvktShaderBuiltinPrecisionTests.cpp6834 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/
DvktShaderBuiltinPrecisionTests.cpp6834 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/
Dchecker.ts9585 const getFunc = getTypeOfPropertyOfType(objectLitType, "get" as __String); constant
9586 if (getFunc) {
9587 const getSig = getSingleCallSignature(getFunc);

12