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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 60 llvm::PointerType *Int8PtrPtrTy;
CGObjCMac.cpp 176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 371 auto *Int8PtrPtrTy = Int8PtrTy->getPointerTo();
390 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy, nullptr);
459 TypeName == nullptr ? ConstantPointerNull::get(Int8PtrPtrTy) :
460 ConstantExpr::getPointerCast(TypeName, Int8PtrPtrTy),
    [all...]

Completed in 119 milliseconds