Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp443 TType variableType; in acceptDeclaration() local
444 variableType.shallowCopy(declaredType); in acceptDeclaration()
449 variableType.transferArraySizes(arraySizes); in acceptDeclaration()
450 variableType.copyArrayInnerSizes(declaredType.getArraySizes()); in acceptDeclaration()
453 if (variableType.getBasicType() == EbtSampler) { in acceptDeclaration()
459 acceptPostDecls(variableType.getQualifier()); in acceptDeclaration()
474 … if (variableType.getBasicType() != EbtString && parseContext.getAnnotationNestingLevel() == 0) { in acceptDeclaration()
476 parseContext.declareTypedef(idToken.loc, *fullName, variableType); in acceptDeclaration()
477 else if (variableType.getBasicType() == EbtBlock) { in acceptDeclaration()
480 parseContext.declareBlock(idToken.loc, variableType, fullName); in acceptDeclaration()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java815 public static Map<String, String> getVariables(VariableType variableType) { in getVariables() argument
820 …i = (variableType == VariableType.full || type.equals("grandfathered")) ? sc.getAvailableCodes(typ… in getVariables()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java2440 String variableType = null;
2444 variableType = variable.group();
2451 lookup.add(new CoverageLevel2.MyRegexFinder(pattern, variableType, ci), ci.value);