Home
last modified time | relevance | path

Searched refs:createSwitch (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp309 static SwitchCases *createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases);
DLLVMReactor.cpp1685 SwitchCases *Nucleus::createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases) in createSwitch() function in rr::Nucleus
DSubzeroReactor.cpp1943 SwitchCases *Nucleus::createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases) in createSwitch() function in rr::Nucleus
/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts564 export const createSwitch = Debug.deprecate(factory.createSwitchStatement, factoryDeprecation); constant
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1554 …SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[curren… in RET()
DPixelProgram.cpp1869 …SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[curren… in RET()
/third_party/typescript/lib/
Dtypescript.d.ts6868 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
DtypescriptServices.d.ts6868 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
Dtsserverlibrary.d.ts10613 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
DtypescriptServices.js153166 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
Dtsserverlibrary.js162938 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
Dtsserver.js162934 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
Dtypescript.js153166 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7115 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
Dtsserverlibrary.d.ts10898 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant