/third_party/skia/src/sksl/ir/ |
D | SkSLConstructorDiagonalMatrix.cpp | 32 skstd::optional<double> ConstructorDiagonalMatrix::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorDiagonalMatrix
|
D | SkSLConstructorMatrixResize.cpp | 31 skstd::optional<double> ConstructorMatrixResize::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorMatrixResize
|
D | SkSLConstructorSplat.h | 51 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function
|
D | SkSLConstructor.cpp | 176 skstd::optional<double> AnyConstructor::getConstantValue(int n) const { in getConstantValue() function in SkSL::AnyConstructor
|
D | SkSLLiteral.h | 135 skstd::optional<double> getConstantValue(int n) const override { in getConstantValue() function
|
D | SkSLExpression.h | 202 virtual skstd::optional<double> getConstantValue(int n) const { in getConstantValue() function
|
/third_party/typescript/src/compiler/factory/ |
D | emitNode.ts | 180 export function getConstantValue(node: AccessExpression): string | number | undefined { function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 572 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/ |
D | GVNExpression.h | 600 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 594 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/ |
D | AMDGPUISelDAGToDAG.cpp | 82 static bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 2305 typename C::PrimType getConstantValue() const { in getConstantValue() function in Ice::ARM32::__anonc7c3a8090a11::NumericOperands
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2451 …getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
|
D | typescriptServices.d.ts | 2451 …getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
|
D | tsserverlibrary.d.ts | 2451 …getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
|
D | typingsInstaller.js | 28517 function getConstantValue(node) { function 51004 getConstantValue: function (nodeIn) { method 91053 function getConstantValue(node) { function 115331 getConstantValue: ts.notImplemented, property
|
D | tsc.js | 23025 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/ |
D | typescript.d.ts | 2451 …getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
|
D | tsserverlibrary.d.ts | 2451 …getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): string | … method
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 44297 … function getConstantValue(node: EnumMember | AccessExpression): string | number | undefined { function
|