HomeSort by relevance Sort by last modified time
    Searched defs:OrigTy (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr());
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 554 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
555 assert(OrigTy->isSized());
556 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp 754 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
756 assert(OrigTy->isSized());
757 uint32_t TypeSize = DL->getTypeStoreSizeInBits(OrigTy);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 729 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT();
732 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 6662 milliseconds