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::__anonc4d7ffe80a11::NumericOperands
/third_party/typescript/lib/
Dtypescript.d.ts2465getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
DtypescriptServices.d.ts2465getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
Dtsserverlibrary.d.ts2465getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
DtypingsInstaller.js28558 function getConstantValue(node) { function
51178 getConstantValue: function (nodeIn) { method
91275 function getConstantValue(node) { function
115591 getConstantValue: ts.notImplemented, property
Dtsc.js23063 function getConstantValue(node) { function
42159 getConstantValue: function (nodeIn) { method
76978 function getConstantValue(node) { function
95434 getConstantValue: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2465getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
Dtsserverlibrary.d.ts2465getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
/third_party/typescript/src/compiler/
Dchecker.ts44368 … function getConstantValue(node: EnumMember | AccessExpression): string | number | undefined { function