Home
last modified time | relevance | path

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

/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/geometry/
DGrStyledShape.cpp599 GrShape::Type oldType = fShape.type(); in simplify() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1213 String oldType = null; in writeCtorChangedTableEntry() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4823 TType& oldType = *member->type; in redeclareBuiltinBlock() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp4846 TType& oldType = *member->type; in redeclareBuiltinBlock() local
/external/clang/lib/Sema/
DTreeTransform.h5729 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local