OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayTyID
(Results
1 - 15
of
15
) sorted by null
/external/llvm/include/llvm/
Type.h
64
ArrayTyID
, ///< 12: Arrays
181
bool isArrayTy() const { return ID ==
ArrayTyID
; }
230
return ID == StructTyID || ID ==
ArrayTyID
;
244
if (ID != StructTyID && ID !=
ArrayTyID
&& ID != VectorTyID)
DerivedTypes.h
161
return T->getTypeID() ==
ArrayTyID
||
305
return T->getTypeID() ==
ArrayTyID
||
335
return T->getTypeID() ==
ArrayTyID
;
/external/llvm/lib/Target/
TargetData.cpp
398
case Type::
ArrayTyID
: {
449
case Type::
ArrayTyID
:
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
80
case Type::
ArrayTyID
: return 'A';
127
// TODO: Support other types such as StructTyID,
ArrayTyID
, OpaqueTyID, etc.
175
// TODO: Support other types such as StructTyID,
ArrayTyID
, OpaqueTyID, etc.
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
131
case Type::
ArrayTyID
:
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
197
case Type::
ArrayTyID
: return "array_";
374
case Type::
ArrayTyID
: prefix = "ArrayTy_"; break;
578
case Type::
ArrayTyID
: {
[
all
...]
/external/llvm/lib/Linker/
LinkModules.cpp
253
case Type::
ArrayTyID
:
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
274
case Type::
ArrayTyID
: {
/external/llvm/lib/VMCore/
Type.cpp
603
: SequentialType(
ArrayTyID
, ElType) {
AsmWriter.cpp
245
case Type::
ArrayTyID
: {
[
all
...]
Constants.cpp
88
case Type::
ArrayTyID
:
[
all
...]
Core.cpp
159
case Type::
ArrayTyID
:
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
549
case Type::
ArrayTyID
: {
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
288
case Type::
ArrayTyID
: {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
363
case Type::
ArrayTyID
: {
[
all
...]
Completed in 237 milliseconds