HomeSort by relevance Sort by last modified time
    Searched refs:ArrayType (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /external/llvm/lib/IR/
LLVMContextImpl.h 266 typedef ConstantAggrUniqueMap<ArrayType, ConstantArray> ArrayConstantsTy;
313 DenseMap<std::pair<Type *, uint64_t>, ArrayType*> ArrayTypes;
Constants.cpp 733 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
745 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 70 if (const ArrayType *AT = Ctx.getAsArrayType(T))
128 : ArrayType(DependentSizedArray, et, can, sm, tq,
200 if (const ArrayType *ATy = dyn_cast<ArrayType>(this))
204 if (!isa<ArrayType>(CanonicalType))
209 return cast<ArrayType>(getUnqualifiedDesugaredType())
573 AutoType *VisitArrayType(const ArrayType *T) {
875 return isa<ArrayType>(CanonicalType);
925 return cast<ArrayType>(CanonicalType)->getElementType()
    [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 326 if (isa<ArrayType>(T->getPointeeType()))
335 if (isa<ArrayType>(T->getPointeeType()))
359 if (isa<ArrayType>(T->getPointeeTypeAsWritten()))
369 if (isa<ArrayType>(T->getPointeeTypeAsWritten()))
381 if (isa<ArrayType>(T->getPointeeTypeAsWritten()))
391 if (isa<ArrayType>(T->getPointeeTypeAsWritten()))
403 if (isa<ArrayType>(T->getPointeeType()))
418 if (isa<ArrayType>(T->getPointeeType()))
    [all...]
MicrosoftMangle.cpp 127 void mangleDecayedArrayType(const ArrayType *T, bool IsGlobal);
128 void mangleArrayType(const ArrayType *T);
323 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 170 ArrayType::get(AI.getAllocatedType(), C->getZExtValue());
302 if (ArrayType *ASrcTy = dyn_cast<ArrayType>(SrcPTy))
482 } else if (ArrayType *ATy = dyn_cast<ArrayType>(SrcPTy)) {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 505 ArrayType *CounterTy =
506 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
771 cast<ArrayType>(GV->getType()->getElementType())->getNumElements();
  /external/llvm/include/llvm/Support/
IntegersSubset.h 464 return cast<ArrayType>(C->getType())->getNumElements();
527 ArrayType *ArrTy =
528 ArrayType::get(Elts.front()->getType(), (uint64_t)Elts.size());
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 98 ArrayType::get(Int32Ty, 4), // __data
101 ArrayType::get(VoidPtrTy, 5), // __jbuf
255 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilities.cpp 60 case IDBKey::ArrayType:
230 if (keyPath.type() == IDBKeyPath::ArrayType) {
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 603 if (ArrayType *AT = dyn_cast<ArrayType>(*GEPI)) {
624 if (ArrayType *SubArrayTy = dyn_cast<ArrayType>(*GEPI))
705 if (ArrayType *ATy = dyn_cast<ArrayType>(STy))
    [all...]
MergeFunctions.cpp 283 ArrayType *ATy1 = cast<ArrayType>(Ty1);
284 ArrayType *ATy2 = cast<ArrayType>(Ty2);
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 371 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size());
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 163 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
  /external/clang/utils/ABITest/
ABITestGen.py 243 elif isinstance(t, ArrayType):
304 elif isinstance(t, ArrayType):
334 elif isinstance(t, ArrayType):
558 vTypes.append(ArrayType(i, True, type, count * type.size))
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 194 << IndexVal << Data->ArrayType;
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 166 return VM[V] = ConstantArray::get(cast<ArrayType>(NewTy), Ops);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 235 while (const ArrayType *VT = dyn_cast<ArrayType>(ty)) {
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 449 if (const ArrayType *arrayT =
450 dyn_cast<ArrayType>(originalTy.getCanonicalType())) {
466 // QualType elemTy = cast<ArrayType>(originalTy)->getElementType();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 93 (TySize >= 8 && isa<ArrayType>(Ty) &&
94 cast<ArrayType>(Ty)->getElementType()->isIntegerTy(8)));

Completed in 2556 milliseconds

1 23 4 5 6 7