OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeArray
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
1586
typedef llvm::ArrayRef<llvm::Type*>
TypeArray
;
1614
TypeArray
(builder.getInt32Ty()));
1623
TypeArray
(caughtResultFieldTypes));
1627
TypeArray
(ourTypeInfoType));
1635
TypeArray
(builder.getInt64Ty()));
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h
633
Metadata *
TypeArray
;
635
MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *
TypeArray
)
636
: Flags(Flags), CC(CC),
TypeArray
(
TypeArray
) {}
638
: Flags(N->getFlags()), CC(N->getCC()),
TypeArray
(N->getRawTypeArray()) {}
642
TypeArray
== RHS->getRawTypeArray();
645
unsigned getHashValue() const { return hash_combine(Flags, CC,
TypeArray
); }
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
437
class
TypeArray
: public TypeNext
444
class TypeSArray : public
TypeArray
470
class TypeDArray : public
TypeArray
486
class TypeAArray : public
TypeArray
Completed in 65 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026