Home
last modified time | relevance | path

Searched defs:idGen (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmodularizeLibrary_UsingES5LibAndES6FeatureLibs.js8 function* idGen() { generator
21 function* idGen() { generator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp54 bool rewrite(TIntermBlock &root, IdGen &idGen) in rewrite()
92 IdGen &idGen, in HoistConstants()
DWrapMain.cpp24 Wrapper(TSymbolTable &symbolTable, IdGen &idGen) in Wrapper()
84 bool sh::WrapMain(TCompiler &compiler, IdGen &idGen, TIntermBlock &root) in WrapMain()
DSeparateCompoundStructDeclarations.cpp25 Separator(TSymbolTable &symbolTable, IdGen &idGen) in Separator()
107 IdGen &idGen, in SeparateCompoundStructDeclarations()
DReduceInterfaceBlocks.cpp31 Reducer(TCompiler &compiler, IdGen &idGen) in Reducer()
118 IdGen &idGen, in ReduceInterfaceBlocks()
DRewritePipelines.cpp87 IdGen &idGen, in Exec()
103 IdGen &idGen, in GeneratePipelineStruct()
354 IdGen &idGen, in PipelineFunctionEnv()
561 IdGen &idGen, in ThreadPipeline()
582 IdGen &idGen, in UpdatePipelineFunctions()
896 IdGen &idGen, in RewritePipeline()
956 IdGen &idGen, in RewritePipelines()
DAstHelpers.cpp100 IdGen &idGen, in CloneFunction()
118 IdGen *idGen, in CloneFunctionAndPrependParam()
139 IdGen *idGen, in CloneFunctionAndAppendParams()
163 IdGen *idGen, in CloneFunctionAndChangeReturnType()
DSeparateCompoundExpressions.cpp134 Separator(TCompiler &compiler, SymbolEnv &symbolEnv, IdGen &idGen) in Separator()
635 IdGen &idGen, in SeparateCompoundExpressions()
DModifyStruct.cpp155 IdGen &idGen, in ConvertStructState()
627 IdGen &idGen; member in __anon1fceafbe0111::ConvertStructState
1037 IdGen &idGen, in TryCreateModifiedStruct()
DEmitMetal.cpp212 IdGen &idGen, in GenMetalTraverser()
2440 IdGen &idGen, in EmitMetal()
/third_party/typescript/tests/cases/compiler/
DmodularizeLibrary_UsingES5LibAndES6FeatureLibs.ts10 function* idGen() { generator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp658 IdGen idGen; in translateImpl() local