Home
last modified time | relevance | path

Searched defs:oldType (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
Dconvert_op_folder.cc30 auto oldType = getElementTypeOrSelf(elements); in convertElementsAttr() local
/external/angle/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java319 Type oldType = old.getLocal(i); in mergeJsr() local
377 Type oldType = old.getLocal(index); in mergeRet() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTestUtilities.java520 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
533 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
569 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java252 int oldType = oldTypeI; in assignStringTypes() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java671 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
672 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType); in replaceUninitializedTypeInStack() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DCreatorCollector.java308 Class<?> oldType = oldOne.getRawParameterType(0); in verifyNonDup() local
/external/skia/src/gpu/ganesh/geometry/
DGrStyledShape.cpp599 GrShape::Type oldType = fShape.type(); in simplify() local
/external/truth/core/src/main/java/com/google/common/truth/
DActualValueInference.java950 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
951 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType); in replaceUninitializedTypeInStack() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc284 auto oldType = arg.getType().template cast<TensorType>(); in matchAndRewrite() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1213 String oldType = null; in writeCtorChangedTableEntry() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp5064 TType& oldType = *member->type; in redeclareBuiltinBlock() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5047 TType& oldType = *member->type; in redeclareBuiltinBlock() local
/external/clang/lib/Sema/
DTreeTransform.h5729 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local