Searched refs:Array (Results 126 - 139 of 139) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp686 case OffsetOfNode::Array:
H A DASTWriterStmt.cpp723 case OffsetOfNode::Array:
H A DASTReader.cpp8866 case APValue::Array:
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp64 llvm::Value *Array,
71 Builder.CreateConstInBoundsGEP1_32(Builder.getInt8Ty(), Array, I);
63 AssignToArrayRange(CodeGen::CGBuilderTy &Builder, llvm::Value *Array, llvm::Value *Value, unsigned FirstIndex, unsigned LastIndex) argument
H A DCGExprScalar.cpp2728 case OffsetOfNode::Array: {
H A DCGOpenMPRuntime.cpp3314 static Address emitAddrOfVarFromArray(CodeGenFunction &CGF, Address Array, argument
3317 Address PtrAddr = CGF.Builder.CreateConstArrayGEP(Array, Index);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5850 const StructuredData::Array &supported_type_names) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7046 case DeclaratorChunk::Array:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11748 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType))
11749 BaseDeclType = Array->getElementType();
H A DSemaTemplate.cpp6451 // Array-to-pointer decay.
6833 case APValue::Array:
H A DSemaDeclCXX.cpp10179 case DeclaratorChunk::Array:
H A DTreeTransform.h803 /// Also by default, all of the other Rebuild*Array
4947 // Array bounds are constant expressions.
9630 case OffsetOfNode::Array: {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1964 #pragma mark Array Types
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7026 case OffsetOfNode::Array:

Completed in 624 milliseconds

123456