Home
last modified time | relevance | path

Searched refs:nextType (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/lint/lints/
Dsafeunion.cpp45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively() local
46 if (!nextType->isCompoundType()) { in lintUnionRecursively()
48 lintUnionRecursively(static_cast<const Scope*>(nextType), visited, errors); in lintUnionRecursively()
52 const CompoundType* compoundType = static_cast<const CompoundType*>(nextType); in lintUnionRecursively()
/system/tools/hidl/
DType.cpp174 for (auto* nextType : getDefinedTypes()) { in recursivePass() local
175 err = nextType->recursivePass(stage, func, visited); in recursivePass()
198 for (const auto* nextType : getDefinedTypes()) { in recursivePass() local
199 err = nextType->recursivePass(stage, func, visited); in recursivePass()
235 for (const auto* nextType : getDefinedTypes()) { in topologicalOrder() local
236 auto err = nextType->topologicalOrder(reversedOrder, stack); in topologicalOrder()
241 std::cerr << " '" << nextType->typeName() << "' in '" << typeName() << "'"; in topologicalOrder()
242 if (nextType->isNamedType()) { in topologicalOrder()
243 std::cerr << " at " << static_cast<const NamedType*>(nextType)->location(); in topologicalOrder()
255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder() local
[all …]
DAST.cpp213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes() local
214 if (nextType == nullptr) { in lookupTypes()
221 nextRef->set(nextType); in lookupTypes()
269 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupConstantExpressions() local
270 if (nextType == nullptr) { in lookupConstantExpressions()
276 nextRef->set(nextType); in lookupConstantExpressions()