HomeSort by relevance Sort by last modified time
    Searched defs:Int8PtrPtrTy (Results 1 - 4 of 4) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 383 auto *Int8PtrPtrTy = Int8PtrTy->getPointerTo();
402 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy);
470 ? ConstantPointerNull::get(Int8PtrPtrTy)
471 : ConstantExpr::getPointerCast(TypeName, Int8PtrPtrTy),
    [all...]

Completed in 314 milliseconds