HomeSort by relevance Sort by last modified time
    Searched full:ptrty (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/include/clang/Sema/
Ownership.h 43 template <class PtrTy>
48 typedef llvm::PointerLikeTypeTraits<PtrTy> Traits;
53 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
63 PtrTy get() const {
67 void set(PtrTy P) {
222 template<class PtrTy,
223 bool CompressInvalid = IsResultPtrLowBitFree<PtrTy>::value>
225 PtrTy Val;
230 : Val(PtrTy()), Invalid(Invalid) {}
231 ActionResult(PtrTy val) : Val(val), Invalid(false) {
    [all...]
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 173 template<typename PtrTy>
175 typedef PointerLikeTypeTraits<PtrTy> PtrTraits;
178 typedef PtrTy value_type;
179 typedef PtrTy reference;
180 typedef PtrTy pointer;
189 const PtrTy operator*() const {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 146 llvm::PointerType *PtrTy;
634 llvm::StructType *SlotStructTy = llvm::StructType::get(PtrTy,
635 PtrTy, PtrTy, IntTy, IMPTy, NULL);
647 EnterCatchFn.init(&CGM, "__cxa_begin_catch", PtrTy, PtrTy, NULL);
651 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
    [all...]
CGException.cpp     [all...]
CGBuiltin.cpp     [all...]
CGExprAgg.cpp 570 QualType PtrTy = CGF.getContext().getPointerType(Ty);
572 CGF.ConvertType(PtrTy));
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 289 FUNC_CODE_INST_STORE = 24, // STORE: [ptrty,ptr,val, align, vol]
307 FUNC_CODE_INST_CMPXCHG = 37, // CMPXCHG: [ptrty,ptr,cmp,new, align, vol,
309 FUNC_CODE_INST_ATOMICRMW = 38, // ATOMICRMW: [ptrty,ptr,val, operation,
316 FUNC_CODE_INST_STOREATOMIC = 42 // STORE: [ptrty,ptr,val, align, vol
  /external/llvm/lib/CodeGen/
StackProtector.cpp 163 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
170 PointerType::get(PtrTy, AddressSpace));
172 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
178 AI = new AllocaInst(PtrTy, "StackGuardSlot", InsPt);
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 403 EVT PtrTy = SPUtli.getPointerTy();
412 Base = CurDAG->getTargetConstant(0, PtrTy);
413 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
423 Base = CurDAG->getTargetConstant(0, PtrTy);
438 Base = CurDAG->getTargetConstant(offset, PtrTy);
439 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
443 Base = CurDAG->getTargetConstant(offset, PtrTy);
459 Base = CurDAG->getTargetConstant(offset, PtrTy);
460 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
464 Base = CurDAG->getTargetConstant(offset, PtrTy);
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 597 uint64_t TargetData::getIndexedOffset(Type *ptrTy,
599 Type *Ty = ptrTy;
604 TI = gep_type_begin(ptrTy, Indices);
609 Type::getInt32Ty(ptrTy->getContext()) &&
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 29 if (const PointerType *PtrTy = T->getAs<PointerType>())
30 T = PtrTy->getPointeeType();
596 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) {
597 CanonicalSubT = PtrTy->getPointeeType();
617 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>())
618 CanonicalSuperT = PtrTy->getPointeeType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 357 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
383 SVal BufStart = svalBuilder.evalCast(BufVal, PtrTy, FirstBuf->getType());
388 LastOffset, PtrTy);
403 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
408 LastOffset, PtrTy);
    [all...]
GenericTaintChecker.cpp 595 if (const PointerType * PtrTy =
597 if (PtrTy->getPointeeType() == C.getASTContext().getFILEType())
  /external/clang/test/Analysis/
taint-tester.c 51 int ptrty = xyPtr->y;// expected-warning + {{tainted}} local
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 457 PointerType *PtrTy = cast<PointerType>(G->getType());
458 Type *Ty = PtrTy->getElementType();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 368 CAMLprim value llvm_address_space(LLVMTypeRef PtrTy) {
369 return Val_int(LLVMGetPointerAddressSpace(PtrTy));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 329 IntegerType *PtrTy = TD->getIntPtrType(V->getContext());
333 return ConstantInt::get(PtrTy, 0);
340 if (CI->getType() == PtrTy)
344 (ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1196 milliseconds

1 2