Home
last modified time | relevance | path

Searched refs:VariableArray (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h307 typedef std::vector<TIntermTyped*> VariableArray; typedef
309 int lookup(VariableArray &list, TIntermTyped *variable);
310 int lookup(VariableArray &list, TInterfaceBlock *block);
312 int allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly = false);
313 void free(VariableArray &list, TIntermTyped *variable);
343 VariableArray temporaries;
344 VariableArray uniforms;
345 VariableArray varyings;
346 VariableArray attributes;
347 VariableArray samplers;
[all …]
DOutputASM.cpp3457 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) in lookup()
3519 int OutputASM::lookup(VariableArray &list, TInterfaceBlock *block) in lookup()
3531 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate()
3575 void OutputASM::free(VariableArray &list, TIntermTyped *variable) in free()
/external/clang/tools/libclang/
DCXType.cpp90 TKCASE(VariableArray); in GetTypeKind()
492 TKIND(VariableArray); in clang_getTypeKindSpelling()
631 case Type::VariableArray: in clang_getElementType()
683 case Type::VariableArray: in clang_getArrayElementType()
DCIndex.cpp1708 DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType) in DEFAULT_TYPELOC_IMPL()
/external/clang/lib/AST/
DTypeLoc.cpp189 case VariableArray: in getBeginLoc()
220 case VariableArray: in getEndLoc()
DType.cpp2007 case Type::VariableArray: in isCXX98PODType()
3344 case Type::VariableArray: in computeCachedProperties()
3430 case Type::VariableArray: in computeLinkageInfo()
3589 case Type::VariableArray: in canHaveNullability()
DASTContext.cpp1548 case Type::VariableArray: in getTypeInfoImpl()
2733 case Type::VariableArray: { in getVariableArrayDecayedType()
5704 case Type::VariableArray: { in getObjCEncodingForTypeImpl()
7702 if (LHSClass == Type::VariableArray || LHSClass == Type::IncompleteArray) in mergeTypes()
7704 if (RHSClass == Type::VariableArray || RHSClass == Type::IncompleteArray) in mergeTypes()
7754 case Type::VariableArray: in mergeTypes()
DTypePrinter.cpp210 case Type::VariableArray: in canPrefixQualifiers()
DDecl.cpp1729 case Type::VariableArray: in typeIsPostfix()
DItaniumMangle.cpp1809 case Type::VariableArray: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp579 case Type::VariableArray: { in IsStructurallyEquivalent()
DExprConstant.cpp6491 case Type::VariableArray: in EvaluateBuiltinClassifyType()
/external/clang/include/clang/AST/
DTypeNodes.def73 TYPE(VariableArray, ArrayType)
DType.h2480 (tc == VariableArray || et->isVariablyModifiedType()),
2503 T->getTypeClass() == VariableArray ||
2617 : ArrayType(VariableArray, et, can, sm, tq,
2636 return T->getTypeClass() == VariableArray;
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp516 case Type::VariableArray: { in ConvertType()
DCodeGenFunction.cpp208 case Type::VariableArray: in getEvaluationKind()
1731 case Type::VariableArray: { in EmitVariablyModifiedType()
DItaniumCXXABI.cpp2765 case Type::VariableArray: in BuildVTablePointer()
2980 case Type::VariableArray: in BuildTypeInfo()
DCGDebugInfo.cpp2440 case Type::VariableArray: in CreateTypeNode()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp510 case Type::VariableArray: in IsPossiblyOpaquelyQualifiedType()
1204 case Type::VariableArray: in DeduceTemplateArgumentsByTypeMatch()
4945 case Type::VariableArray: in MarkUsedTemplateParameters()
DSemaLookup.cpp2600 case Type::VariableArray: in addAssociatedClassesAndNamespaces()
DSemaExprCXX.cpp5696 case Type::VariableArray: in MaybeBindToTemporary()
DSemaCodeComplete.cpp639 case Type::VariableArray: in getSimplifiedTypeClass()
DSemaExpr.cpp3881 case Type::VariableArray: { in captureVariablyModifiedType()