Home
last modified time | relevance | path

Searched defs:constantValue (Results 1 – 18 of 18) sorted by relevance

/external/doclava/src/com/google/doclava/
DFieldInfo.java37 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, in FieldInfo()
58 static String chooseKind(boolean isFinal, boolean isStatic, Object constantValue) in chooseKind()
108 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) in isConstant()
133 public Object constantValue() { in constantValue() method in FieldInfo
DInfoBuilder.java688 Object constantValue = null; in buildFields() local
777 Object constantValue = null; in parseExpression() local
1266 Object constantValue = null; in buildEnumConstant() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java234 long constantValue = 0; in test() local
513 … private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister, in getIncrementType()
/external/proguard/src/proguard/evaluation/
DConstantValueFactory.java54 public Value constantValue(Clazz clazz, in constantValue() method in ConstantValueFactory
/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java113 protected int constantValue = INVALID_PRED_VALUE; field in SemanticContext.Predicate
115 public Predicate(int constantValue) { in Predicate()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToAffineLoops.cpp138 DenseElementsAttr constantValue = op.value(); in matchAndRewrite() local
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp138 DenseElementsAttr constantValue = op.value(); in matchAndRewrite() local
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp138 DenseElementsAttr constantValue = op.value(); in matchAndRewrite() local
/external/deqp/framework/opengl/
DgluShaderProgram.cpp136 const glw::GLuint* constantIndex, const glw::GLuint* constantValue) in specialize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h591 ConstantExpression(Constant *constantValue) in ConstantExpression()
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h584 ConstantExpression(Constant *constantValue) in ConstantExpression()
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt388 override fun constantValue(): Any? = constantValueExpression() in constantValue() method
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp187 float constantValue = 0.0f; in ProcessAttributes() local
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp295 std::vector<uint32_t> constantValue; member in sw::SpirvShader::Object
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt1150 fun DocumentationNode.constantValue(): String? = in DocumentationNode() method
/external/angle/src/compiler/translator/
DIntermNode.cpp1948 const TConstantUnion *constantValue = getConstantValue(); in fold() local
/external/mesa3d/src/amd/compiler/
Daco_ir.h634 constexpr uint32_t constantValue() const noexcept in constantValue() function
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11024 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue() function