Home
last modified time | relevance | path

Searched defs:setConstantValue (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/factory/
DemitNode.ts194 export function setConstantValue(node: AccessExpression, value: string | number): AccessExpression { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h601 void setConstantValue(Constant *V) { ConstantValue = V; } in setConstantValue() function
/third_party/typescript/lib/
Dtsc.js23184 function setConstantValue(node, value) { function