Home
last modified time | relevance | path

Searched defs:getConstantValue (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLConstructorDiagonalMatrix.cpp32 skstd::optional<double> ConstructorDiagonalMatrix::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorDiagonalMatrix
DSkSLConstructorMatrixResize.cpp31 skstd::optional<double> ConstructorMatrixResize::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorMatrixResize
DSkSLConstructorSplat.h51 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function
DSkSLConstructor.cpp176 skstd::optional<double> AnyConstructor::getConstantValue(int n) const { in getConstantValue() function in SkSL::AnyConstructor
DSkSLLiteral.h135 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function
DSkSLExpression.h202 virtual skstd::optional<double> getConstantValue(int n) const { in getConstantValue() function
/third_party/typescript/src/compiler/factory/
DemitNode.ts180 export function getConstantValue(node: AccessExpression): string | number | undefined { function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp572 const TConstantUnion *TIntermSymbol::getConstantValue() const in getConstantValue() function in sh::TIntermSymbol
832 const TConstantUnion *TIntermAggregate::getConstantValue() const in getConstantValue() function in sh::TIntermAggregate
1130 const TConstantUnion *TIntermTyped::getConstantValue() const in getConstantValue() function in sh::TIntermTyped
2054 const TConstantUnion *TIntermConstantUnion::getConstantValue() const in getConstantValue() function in sh::TIntermConstantUnion
2217 const TConstantUnion *TIntermBinary::getConstantValue() const in getConstantValue() function in sh::TIntermBinary
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h600 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp594 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp82 static bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2305 typename C::PrimType getConstantValue() const { in getConstantValue() function in Ice::ARM32::__anonc7c3a8090a11::NumericOperands
/third_party/typescript/lib/
Dtypescript.d.ts2451getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
DtypescriptServices.d.ts2451getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
Dtsserverlibrary.d.ts2451getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
DtypingsInstaller.js28517 function getConstantValue(node) { function
51004 getConstantValue: function (nodeIn) { method
91053 function getConstantValue(node) { function
115331 getConstantValue: ts.notImplemented, property
Dtsc.js23025 function getConstantValue(node) { function
41995 getConstantValue: function (nodeIn) { method
76773 function getConstantValue(node) { function
95196 getConstantValue: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2451getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
Dtsserverlibrary.d.ts2451getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
/third_party/typescript/src/compiler/
Dchecker.ts44297 … function getConstantValue(node: EnumMember | AccessExpression): string | number | undefined { function