HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 151 - 175 of 214) sorted by null

1 2 3 4 5 67 8 9

  /external/clang/lib/Sema/
SemaDeclAttr.cpp 65 Ty = Ty->getAs<PointerType>()->getPointeeType();
182 const PointerType *PT = T->getAs<PointerType>();
267 if (const PointerType *PT = QT->getAs<PointerType>())
    [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp 570 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
572 OldType = OldType->getAs<PointerType>()->getPointeeType();
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 294 } else if (isa<PointerType>(CanDerivedReturnType)) {
296 CanDerivedReturnType->getAs<PointerType>()->getPointeeType();
298 CanBaseReturnType->getAs<PointerType>()->getPointeeType();
    [all...]
ExprConstant.cpp     [all...]
DumpXML.cpp 936 void visitPointerTypeChildren(PointerType *T) {
  /external/clang/lib/CodeGen/
CGDecl.cpp 553 llvm::PointerType *ty
554 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
555 ty = cast<llvm::PointerType>(ty->getElementType());
    [all...]
CGStmt.cpp     [all...]
CGObjC.cpp 41 cast<llvm::PointerType>(addr->getType())->getElementType();
42 return llvm::ConstantPointerNull::get(cast<llvm::PointerType>(type));
398 cast<llvm::PointerType>(selfAddr->getType())->getElementType();
    [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 459 if (const PointerType *PT = OCT->getAs<PointerType>()) {
555 const PointerType *PT = funcType->getAs<PointerType>();
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 42 assert(isa<PointerType>(Ty) && "Expected a pointer type!");
    [all...]
ScalarEvolution.cpp 388 AllocTy = cast<PointerType>(CE->getOperand(0)->getType())
403 cast<PointerType>(CE->getOperand(0)->getType())->getElementType();
430 cast<PointerType>(CE->getOperand(0)->getType())->getElementType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 674 if (B->getLHS()->getType()->getAs<PointerType>())
  /external/clang/tools/libclang/
CXType.cpp 290 T = cast<PointerType>(TP)->getPointeeType();
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 433 cast<PointerType>(CI->getType())));
MachineInstr.cpp 355 return cast<PointerType>(V->getType())->getAddressSpace();
389 assert((PtrInfo.V == 0 || isa<PointerType>(PtrInfo.V->getType())) &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopIdiomRecognize.cpp 482 unsigned AddrSpace = cast<PointerType>(DestPtr->getType())->getAddressSpace();
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 85 else if (AA && isa<PointerType>(PN->getType()))
  /external/v8/tools/gcmole/
gcmole.cc 1099 const clang::PointerType* type =
1100 dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 113 return ConstantPointerNull::get(cast<PointerType>(Ty));
131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 265 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 808 DEF_TRAVERSE_TYPE(PointerType, {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 633 PointerType *Ty = cast<PointerType>(CalleeFn->arg_begin()->getType());
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 67 8 9