Searched refs:VariableArray (Results 1 – 23 of 23) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 307 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 …]
|
D | OutputASM.cpp | 3457 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/ |
D | CXType.cpp | 90 TKCASE(VariableArray); in GetTypeKind() 492 TKIND(VariableArray); in clang_getTypeKindSpelling() 631 case Type::VariableArray: in clang_getElementType() 683 case Type::VariableArray: in clang_getArrayElementType()
|
D | CIndex.cpp | 1708 DEFAULT_TYPELOC_IMPL(VariableArray, ArrayType) in DEFAULT_TYPELOC_IMPL()
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 189 case VariableArray: in getBeginLoc() 220 case VariableArray: in getEndLoc()
|
D | Type.cpp | 2007 case Type::VariableArray: in isCXX98PODType() 3344 case Type::VariableArray: in computeCachedProperties() 3430 case Type::VariableArray: in computeLinkageInfo() 3589 case Type::VariableArray: in canHaveNullability()
|
D | ASTContext.cpp | 1548 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()
|
D | TypePrinter.cpp | 210 case Type::VariableArray: in canPrefixQualifiers()
|
D | Decl.cpp | 1729 case Type::VariableArray: in typeIsPostfix()
|
D | ItaniumMangle.cpp | 1809 case Type::VariableArray: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTImporter.cpp | 579 case Type::VariableArray: { in IsStructurallyEquivalent()
|
D | ExprConstant.cpp | 6491 case Type::VariableArray: in EvaluateBuiltinClassifyType()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 73 TYPE(VariableArray, ArrayType)
|
D | Type.h | 2480 (tc == VariableArray || et->isVariablyModifiedType()), 2503 T->getTypeClass() == VariableArray || 2617 : ArrayType(VariableArray, et, can, sm, tq, 2636 return T->getTypeClass() == VariableArray;
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 516 case Type::VariableArray: { in ConvertType()
|
D | CodeGenFunction.cpp | 208 case Type::VariableArray: in getEvaluationKind() 1731 case Type::VariableArray: { in EmitVariablyModifiedType()
|
D | ItaniumCXXABI.cpp | 2765 case Type::VariableArray: in BuildVTablePointer() 2980 case Type::VariableArray: in BuildTypeInfo()
|
D | CGDebugInfo.cpp | 2440 case Type::VariableArray: in CreateTypeNode()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 510 case Type::VariableArray: in IsPossiblyOpaquelyQualifiedType() 1204 case Type::VariableArray: in DeduceTemplateArgumentsByTypeMatch() 4945 case Type::VariableArray: in MarkUsedTemplateParameters()
|
D | SemaLookup.cpp | 2600 case Type::VariableArray: in addAssociatedClassesAndNamespaces()
|
D | SemaExprCXX.cpp | 5696 case Type::VariableArray: in MaybeBindToTemporary()
|
D | SemaCodeComplete.cpp | 639 case Type::VariableArray: in getSimplifiedTypeClass()
|
D | SemaExpr.cpp | 3881 case Type::VariableArray: { in captureVariablyModifiedType()
|