Searched refs:currType (Results 1 – 9 of 9) sorted by relevance
145 TypeMirror currType = element.asType(); in checkNotErrorKind() local147 while (currType.getKind() != TypeKind.NONE) { in checkNotErrorKind()148 typeHierarchy.add(currType.toString()); in checkNotErrorKind()149 if (currType.getKind() == TypeKind.ERROR) { in checkNotErrorKind()155 currType, in checkNotErrorKind()159 currType = MoreTypes.asTypeElement(currType).getSuperclass(); in checkNotErrorKind()
45 TypeMirror currType = queue.remove(); in validateTypeHierarchy() local46 if (!SuperficialValidation.validateType(currType)) { in validateTypeHierarchy()47 throw new TypeNotPresentException(currType.toString(), null); in validateTypeHierarchy()49 for (TypeMirror superType : types.directSupertypes(currType)) { in validateTypeHierarchy()
470 TType &currType = *curr.type(); in introducePacking() local471 const bool canBePacked = CanBePacked(currType); in introducePacking()476 setUnpackedStorage(currType); in introducePacking()478 glslLayoutTotal += GlslLayoutOf(currType); in introducePacking()481 if (!CanBePacked(currType)) in introducePacking()487 const Layout packedGlslLayout = GlslLayoutOf(currType); in introducePacking()488 const TLayoutBlockStorage packedStorage = currType.getLayoutQualifier().blockStorage; in introducePacking()489 setUnpackedStorage(currType); in introducePacking()490 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking()491 SetBlockStorage(currType, packedStorage); in introducePacking()
1692 uint32_t currType; /* UCurrCurrencyType */ member1704 uint32_t currType; member2018 uint32_t currType = myContext->currType; in ucurr_countCurrencyList() local2023 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()2040 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()2243 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() argument2259 myContext->currType = currType; in ucurr_openISOCurrencies()
352 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
1609 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() local1610 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()
1657 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() local1658 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()