OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArrayType
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTT.cpp
45
llvm::
ArrayType
*
ArrayType
=
46
llvm::
ArrayType
::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
90
llvm::Constant *Init = llvm::ConstantArray::get(
ArrayType
, VTTComponents);
118
llvm::
ArrayType
*
ArrayType
=
119
llvm::
ArrayType
::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
123
Name,
ArrayType
, llvm::GlobalValue::ExternalLinkage, Align);
CGExprAgg.cpp
90
void EmitArrayInit(Address DestPtr, llvm::
ArrayType
*AType,
395
const ConstantArrayType *
ArrayType
=
397
assert(
ArrayType
&& "std::initializer_list constructed from non-array");
410
ArrayType
->getElementType())) {
430
llvm::Value *Size = Builder.getInt(
ArrayType
->getSize());
434
ArrayType
->getElementType())) {
473
void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::
ArrayType
*AType,
1614
auto AType = cast<llvm::
ArrayType
>(Dest.getAddress().getElementType());
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h
76
const TypeDescriptor &
ArrayType
;
/src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py
118
class
ArrayType
(Type):
309
return
ArrayType
(N, True, self.typeGen.get(T), self.sizes[S])
323
return
ArrayType
(N, false, self.typeGen.get(T), self.sizes[S])
351
return
ArrayType
(N, False, self.typeGen.get(T), size)
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h
86
const TypeDescriptor &
ArrayType
;
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h
86
const TypeDescriptor &
ArrayType
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamArray.h
158
typedef VarStreamArray<ValueType, Extractor>
ArrayType
;
161
VarStreamArrayIterator(const
ArrayType
&Array, const Extractor &E,
248
const
ArrayType
*Array{nullptr};
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
359
class
ArrayType
: public Type {
365
ArrayType
(Type *ElType, uint64_t NumEl);
368
ArrayType
(const
ArrayType
&) = delete;
369
ArrayType
&operator=(const
ArrayType
&) = delete;
374
/// This static method is the primary way to construct an
ArrayType
375
static
ArrayType
*get(Type *ElementType, uint64_t NumElements);
387
return cast<
ArrayType
>(this)->getNumElements();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
106
if (auto *ATy = dyn_cast<
ArrayType
>(this)) {
167
if (auto *ATy = dyn_cast<
ArrayType
>(this))
588
//
ArrayType
Implementation
591
ArrayType
::
ArrayType
(Type *ElType, uint64_t NumEl)
598
ArrayType
*
ArrayType
::get(Type *ElementType, uint64_t NumElements) {
602
ArrayType
*&Entry =
606
Entry = new (pImpl->Alloc)
ArrayType
(ElementType, NumElements);
610
bool
ArrayType
::isValidElementType(Type *ElemTy)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
259
ArrayType
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h
242
ArrayType
,
486
ArrayTypeNode() : TypeNode(NodeKind::
ArrayType
) {}
ItaniumDemangle.h
47
X(
ArrayType
) \
614
class
ArrayType
final : public Node {
619
ArrayType
(const Node *Base_, Node *Dimension_)
3635
return make<
ArrayType
>(Ty, Dimension);
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
107
if (const
ArrayType
*AT = Ctx.getAsArrayType(T))
118
ArrayType
::
ArrayType
(TypeClass tc, QualType et, QualType can,
207
:
ArrayType
(DependentSizedArray, et, can, sm, tq, e),
371
if (const auto *ATy = dyn_cast<
ArrayType
>(this))
375
if (!isa<
ArrayType
>(CanonicalType))
380
return cast<
ArrayType
>(getUnqualifiedDesugaredType())
1825
Type *VisitArrayType(const
ArrayType
*T) {
2191
return isa<
ArrayType
>(CanonicalType);
2237
return cast<
ArrayType
>(CanonicalType)->getElementType(
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1540
friend class
ArrayType
;
1550
/// Actually an
ArrayType
::ArraySizeModifier.
2233
/// NOTE: getAs*
ArrayType
are methods on ASTContext.
2299
const
ArrayType
*getAsArrayTypeUnsafe() const;
2311
const
ArrayType
*castAsArrayTypeUnsafe() const;
2877
class
ArrayType
: public Type, public llvm::FoldingSetNode {
2894
ArrayType
(TypeClass tc, QualType et, QualType can, ArraySizeModifier sm,
2924
: public
ArrayType
,
2933
:
ArrayType
(ConstantArray, et, can, sm, tq, sz), Size(size) {
2983
class IncompleteArrayType : public
ArrayType
{
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
675
func
ArrayType
(elementType Type, elementCount int) (t Type) {
/src/sys/external/bsd/acpica/dist/include/
actbl2.h
2831
UINT8
ArrayType
;
2835
/* Values for
ArrayType
field above */
2886
UINT8
ArrayType
;
Completed in 44 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026