Searched refs:Array (Results 151 - 175 of 181) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2340 Array = 0x00, enumerator in enum:clang::OffsetOfNode::Kind
2371 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {}
2394 assert(getKind() == Array);
2639 /// ArraySubscriptExpr - [C99 6.5.2.1] Array Subscripting.
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp200 ConstantAddress Array = local
202 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
203 Array.getPointer(), Zeros);
3081 // Array of ivar structures.
3863 // Array of classes, categories, and constant objects.
H A DCGObjCMac.cpp2494 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
2495 auto *CArray = cast<ConstantArrayType>(Array);
2499 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) {
2500 auto *CArray = cast<ConstantArrayType>(Array);
H A DCodeGenModule.cpp3243 llvm::Constant *Array = llvm::ConstantArray::get(llvm::ArrayType::get(
3245 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false,
3247 Array, "llvm.global.annotations");
H A DCGCall.cpp2236 if (const ArrayType *Array = dyn_cast<ArrayType>(QTy))
2237 return DetermineNoUndef(Array->getElementType(), Types, DL, AI, false);
H A DCodeGenFunction.h4043 Address EmitArrayToPointerDecay(const Expr *Array,
H A DCGExprScalar.cpp2966 case OffsetOfNode::Array: {
H A DCGOpenMPRuntime.cpp2129 static Address emitAddrOfVarFromArray(CodeGenFunction &CGF, Address Array, argument
2132 Address PtrAddr = CGF.Builder.CreateConstArrayGEP(Array, Index);
7612 // OpenMP 5.0, 2.1.5 Array Sections, Description.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1658 using CLASS##Array = MDTupleTypedArrayWrapper<CLASS>;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2886 const StructuredData::Array &supported_type_names);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1844 StructuredData::Array *messages_array = messages->GetAsArray();
H A DProcess.cpp6038 const StructuredData::Array &supported_type_names) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4248 StructuredData::Array separate_debug_info_files;
4307 std::make_shared<StructuredData::Array>(
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1399 case OffsetOfNode::Array:
H A DStmtPrinter.cpp1418 if (ON.getKind() == OffsetOfNode::Array) {
1419 // Array node
H A DItaniumMangle.cpp5253 // Array subscript is treated as a syntactically weird form of
6184 case APValue::Array: {
6374 case APValue::Array: {
H A DMicrosoftMangle.cpp1475 // ?_R2 # RTTI Base Class Array
1973 case APValue::Array: {
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp860 // FIXME: Array fillers.
1805 if (Node.getKind() == OffsetOfNode::Array) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp985 if (Slice.Array == nullptr) {
990 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) {
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp831 case OffsetOfNode::Array:
H A DASTReaderStmt.cpp747 case OffsetOfNode::Array:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; member in class:__anon2225::MatrixKind
3505 AArch64::ZA, ElementWidth, MatrixKind::Array, S, getLoc(),
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3145 if (auto *Array = dyn_cast<ArrayType>(CurTy))
3146 EltTy = Array->getElementType();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2347 llvm::ArrayRef<llvm::EnumEntry<unsigned int>> Array) {
2350 printFlags(V, Array, OS);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7802 case DeclaratorChunk::Array:

Completed in 1099 milliseconds

12345678