/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 308 typedef std::vector<TIntermTyped*> VariableArray; typedef 310 int lookup(VariableArray &list, TIntermTyped *variable); 311 int lookup(VariableArray &list, TInterfaceBlock *block); 314 int allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly = false); 315 void free(VariableArray &list, TIntermTyped *variable); 345 VariableArray temporaries; 346 VariableArray uniforms; 347 VariableArray varyings; 348 VariableArray attributes; 349 VariableArray samplers; [all …]
|
D | OutputASM.cpp | 3533 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) in lookup() 3595 int OutputASM::lookup(VariableArray &list, TInterfaceBlock *block) in lookup() 3607 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate() 3655 void OutputASM::free(VariableArray &list, TIntermTyped *variable) in free()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | TypeBitCodes.def | 22 TYPE_BIT_CODE(VariableArray, VARIABLE_ARRAY, 11)
|
/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()
|
/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()
|
/external/llvm-project/clang/lib/AST/ |
D | TypeLoc.cpp | 210 case VariableArray: in getBeginLoc() 241 case VariableArray: in getEndLoc()
|
D | Type.cpp | 131 (tc == VariableArray ? TypeDependence::VariablyModified in ArrayType() 2357 case Type::VariableArray: in isCXX98PODType() 3871 case Type::VariableArray: in computeCachedProperties() 3959 case Type::VariableArray: in computeTypeLinkageInfo() 4128 case Type::VariableArray: in canHaveNullability()
|
D | ASTContext.cpp | 1907 case Type::VariableArray: in getTypeInfoImpl() 3547 case Type::VariableArray: { in getVariableArrayDecayedType() 7409 case Type::VariableArray: { in getObjCEncodingForTypeImpl() 9570 if (LHSClass == Type::VariableArray || LHSClass == Type::IncompleteArray) in mergeTypes() 9572 if (RHSClass == Type::VariableArray || RHSClass == Type::IncompleteArray) in mergeTypes() 9623 case Type::VariableArray: in mergeTypes()
|
D | ASTStructuralEquivalence.cpp | 750 case Type::VariableArray: { in IsStructurallyEquivalent()
|
D | TypePrinter.cpp | 243 case Type::VariableArray: in canPrefixQualifiers()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 109 TKCASE(VariableArray); in GetTypeKind() 602 TKIND(VariableArray); in clang_getTypeKindSpelling() 805 case Type::VariableArray: in clang_getElementType() 863 case Type::VariableArray: in clang_getArrayElementType()
|
/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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 645 case Type::VariableArray: { in ConvertType()
|
D | CodeGenFunction.cpp | 266 case Type::VariableArray: in getEvaluationKind() 2084 case Type::VariableArray: { in EmitVariablyModifiedType()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 2580 case clang::Type::VariableArray: { in GetCompleteQualType() 2720 case clang::Type::VariableArray: in IsAggregateType() 2793 case clang::Type::VariableArray: in IsArrayType() 3800 case clang::Type::VariableArray: in GetTypeInfo() 4010 case clang::Type::VariableArray: in GetTypeClass() 4689 case clang::Type::VariableArray: in GetEncoding() 5000 case clang::Type::VariableArray: in GetFormat() 5933 case clang::Type::VariableArray: in GetNumPointeeChildren()
|
/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()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 2903 T->getTypeClass() == VariableArray || 3029 : ArrayType(VariableArray, et, can, sm, tq, e), 3049 return T->getTypeClass() == VariableArray;
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 640 case Type::VariableArray: in IsPossiblyOpaquelyQualifiedType() 1646 case Type::VariableArray: in DeduceTemplateArgumentsByTypeMatch() 6092 case Type::VariableArray: in MarkUsedTemplateParameters()
|