Home
last modified time | relevance | path

Searched refs:oldType (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/vulkan/
DSeparateStructFromUniformDeclarations.cpp61 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement() argument
63 const TStructure *structure = oldType.getStruct(); in doReplacement()
89 uniformType->makeArrays(oldType.getArraySizes()); in doReplacement()
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java319 Type oldType = old.getLocal(i); in mergeJsr() local
321 if (oldType == null) { in mergeJsr()
327 newType = oldType.merge(newType); in mergeJsr()
330 if (!newType.equals(oldType) || newType.popChanged()) in mergeJsr()
377 Type oldType = old.getLocal(index); in mergeRet() local
379 if (oldType != newType) { in mergeRet()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DCreatorCollector.java308 Class<?> oldType = oldOne.getRawParameterType(0); in verifyNonDup() local
311 if (oldType == newType) { in verifyNonDup()
325 else if (newType.isAssignableFrom(oldType)) { in verifyNonDup()
328 } else if (oldType.isAssignableFrom(newType)) { in verifyNonDup()
/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java520 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
521 Set<String> allCodes = sc.getAvailableCodes(oldType); in checkStandardCodes()
533 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
534 Set<String> goodCodes = sc.getGoodAvailableCodes(oldType); in checkStandardCodes()
539 List<String> sdata = sc.getFullData(oldType, tag); in checkStandardCodes()
569 String oldType = type.equals("region") ? "territory" : type; in checkStandardCodes() local
571 String aliasType =oldType.equals("legacy") ? "language" : oldType; in checkStandardCodes()
591 Set<String> goodCodes = sc.getAvailableCodes(oldType); in checkStandardCodes()
597 List<String> sdata = sc.getFullData(oldType, tag); in checkStandardCodes()
604 ….println("\t\t\t<variable id=\"$" + oldType + "\" type=\"list\">" + allCodeString + "</variable>"); in checkStandardCodes()
/external/llvm-project/lld/wasm/
DSymbolTable.cpp164 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType() local
165 if (*newType != *oldType) { in checkGlobalType()
167 toString(*oldType) + " in " + toString(existing->getFile()) + in checkGlobalType()
181 const WasmEventType *oldType = cast<EventSymbol>(existing)->getEventType(); in checkEventType() local
183 if (newType->Attribute != oldType->Attribute) in checkEventType()
185 toString(*oldType) + " in " + toString(existing->getFile()) + in checkEventType()
/external/antlr/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java252 int oldType = oldTypeI; in assignStringTypes() local
253 if ( oldType<Label.MIN_TOKEN_TYPE ) { in assignStringTypes()
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h545 auto oldType = getType(); in setType() local
548 for (int i = newType.getNumInputs(), e = oldType.getNumInputs(); i < e; i++) in setType()
550 for (int i = newType.getNumResults(), e = oldType.getNumResults(); i < e; i++) in setType()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java671 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack() argument
672 checkArgument(oldType.isUninitialized(), "The old type is NOT uninitialized. %s", oldType); in replaceUninitializedTypeInStack() local
675 if (type.equals(oldType)) { in replaceUninitializedTypeInStack()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4496 TType& oldType = *member->type; in redeclareBuiltinBlock() local
4498 if (! newType.sameElementType(oldType)) in redeclareBuiltinBlock()
4500 if (oldType.isArray() != newType.isArray()) in redeclareBuiltinBlock()
4502 …else if (! oldType.getQualifier().isPerView() && ! oldType.sameArrayness(newType) && oldType.isSiz… in redeclareBuiltinBlock()
4504 else if (! oldType.getQualifier().isPerView() && newType.isArray()) in redeclareBuiltinBlock()
4506 if (oldType.getQualifier().isPerView() && ! newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
4508 else if (! oldType.getQualifier().isPerView() && newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
4511 if (oldType.getArraySizes()->getNumDims() != newType.getArraySizes()->getNumDims()) in redeclareBuiltinBlock()
4518 oldType.getArraySizes()->setDimSize(1, innerDimSize); in redeclareBuiltinBlock()
4521 … if (oldType.getQualifier().isPerPrimitive() && ! newType.getQualifier().isPerPrimitive()) in redeclareBuiltinBlock()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp4769 TType& oldType = *member->type; in redeclareBuiltinBlock() local
4771 if (! newType.sameElementType(oldType)) in redeclareBuiltinBlock()
4773 if (oldType.isArray() != newType.isArray()) in redeclareBuiltinBlock()
4775 …else if (! oldType.getQualifier().isPerView() && ! oldType.sameArrayness(newType) && oldType.isSiz… in redeclareBuiltinBlock()
4777 else if (! oldType.getQualifier().isPerView() && newType.isArray()) in redeclareBuiltinBlock()
4779 if (oldType.getQualifier().isPerView() && ! newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
4781 else if (! oldType.getQualifier().isPerView() && newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
4784 if (oldType.getArraySizes()->getNumDims() != newType.getArraySizes()->getNumDims()) in redeclareBuiltinBlock()
4791 oldType.getArraySizes()->setDimSize(1, innerDimSize); in redeclareBuiltinBlock()
4794 … if (oldType.getQualifier().isPerPrimitive() && ! newType.getQualifier().isPerPrimitive()) in redeclareBuiltinBlock()
[all …]
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp696 auto oldType = getType(); in setType() local
697 assert(newType.getNumResults() == oldType.getNumResults() && in setType()
701 for (int i = newType.getNumInputs(), e = oldType.getNumInputs(); i < e; i++) in setType()
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1213 String oldType = null; in writeCtorChangedTableEntry() local
1224 oldType = memberDiff.oldType_; in writeCtorChangedTableEntry()
1225 if (oldType.compareTo("void") == 0) in writeCtorChangedTableEntry()
1226 oldType = ""; in writeCtorChangedTableEntry()
1230 oldMemberRef + ".html#" + className + "(" + oldType + in writeCtorChangedTableEntry()
/external/skia/src/gpu/geometry/
DGrStyledShape.cpp599 GrShape::Type oldType = fShape.type(); in simplify() local
601 fSimplified = oldType != fShape.type(); in simplify()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1881 const Type& oldType = ((TypeReference&) *base).fValue; in convertIndex() local
1883 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]", in convertIndex()
1884 Type::kArray_Kind, oldType, size); in convertIndex()
2116 const Type& oldType = ((TypeReference&) *base).fValue; in convertSuffixExpression() local
2117 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType, in convertSuffixExpression()
/external/clang/lib/Sema/
DTreeTransform.h5729 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
5738 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
5742 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()
5748 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
5756 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h6651 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
6666 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
6670 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()
6676 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()