/aosp_15_r20/system/libcppbor/src/ |
H A D | cppbor_parse.cpp | 228 class IncompleteArray : public Array, public IncompleteItem { class 230 explicit IncompleteArray(std::optional<size_t> size) : mSize(size) {} in IncompleteArray() function in cppbor::__anone404769d0111::IncompleteArray 299 CHECK(dynamic_cast<IncompleteArray*>(item)); in cast() 301 return static_cast<IncompleteArray*>(item); in cast() 460 return handleCompound(std::make_unique<IncompleteArray>(addlData), addlData, begin, pos, in parseRecursively()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXType.cpp | 89 TKCASE(IncompleteArray); in GetTypeKind() 491 TKIND(IncompleteArray); in clang_getTypeKindSpelling() 628 case Type::IncompleteArray: in clang_getElementType() 680 case Type::IncompleteArray: in clang_getArrayElementType()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | TypeLoc.cpp | 188 case IncompleteArray: in getBeginLoc() 219 case IncompleteArray: in getEndLoc()
|
H A D | Type.cpp | 1928 case IncompleteArray: in isIncompleteType() 3343 case Type::IncompleteArray: in computeCachedProperties() 3429 case Type::IncompleteArray: in computeLinkageInfo() 3588 case Type::IncompleteArray: in canHaveNullability()
|
H A D | ASTContext.cpp | 1547 case Type::IncompleteArray: in getTypeInfoImpl() 2721 case Type::IncompleteArray: { in getVariableArrayDecayedType() 5703 case Type::IncompleteArray: in getObjCEncodingForTypeImpl() 7702 if (LHSClass == Type::VariableArray || LHSClass == Type::IncompleteArray) in mergeTypes() 7704 if (RHSClass == Type::VariableArray || RHSClass == Type::IncompleteArray) in mergeTypes() 7753 case Type::IncompleteArray: in mergeTypes()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | TypeBitCodes.def | 21 TYPE_BIT_CODE(IncompleteArray, INCOMPLETE_ARRAY, 10)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | TypeBitCodes.def | 21 TYPE_BIT_CODE(IncompleteArray, INCOMPLETE_ARRAY, 10)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | TypeBitCodes.def | 21 TYPE_BIT_CODE(IncompleteArray, INCOMPLETE_ARRAY, 10)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | TypeBitCodes.def | 21 TYPE_BIT_CODE(IncompleteArray, INCOMPLETE_ARRAY, 10)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | TypeNodes.inc | 27 TYPE(IncompleteArray, ArrayType)
|
D | AbstractTypeWriter.inc | 27 case Type::IncompleteArray:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | TypeNodes.inc | 27 TYPE(IncompleteArray, ArrayType)
|
D | AbstractTypeReader.inc | 27 case Type::IncompleteArray:
|
D | AbstractTypeWriter.inc | 27 case Type::IncompleteArray:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | TypeNodes.inc | 27 TYPE(IncompleteArray, ArrayType)
|
D | AbstractTypeReader.inc | 27 case Type::IncompleteArray:
|
D | AbstractTypeWriter.inc | 27 case Type::IncompleteArray:
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | TypeNodes.inc | 28 TYPE(IncompleteArray, ArrayType)
|
D | AbstractTypeWriter.inc | 29 case Type::IncompleteArray:
|
D | AbstractTypeReader.inc | 29 case Type::IncompleteArray:
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | TypeNodes.def | 72 TYPE(IncompleteArray, ArrayType)
|
H A D | Type.h | 2504 T->getTypeClass() == IncompleteArray || 2566 : ArrayType(IncompleteArray, et, can, sm, tq, 2574 return T->getTypeClass() == IncompleteArray;
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 525 case Type::IncompleteArray: { in ConvertType()
|
H A D | CodeGenFunction.cpp | 207 case Type::IncompleteArray: in getEvaluationKind() 1726 case Type::IncompleteArray: in EmitVariablyModifiedType()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 509 case Type::IncompleteArray: in IsPossiblyOpaquelyQualifiedType() 1288 case Type::IncompleteArray: { in DeduceTemplateArgumentsByTypeMatch() 4783 case Type::IncompleteArray: in MarkUsedTemplateParameters()
|