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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 225 unsigned Ptrs = 0;
228 Ptrs = 1;
238 return std::make_pair(Ptrs, Ints);
249 unsigned Ptrs, Ints;
250 std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
251 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
257 if (Ptrs + Ints > 1 && Target.getTriple().isArch32Bit())
259 else if (Ptrs)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 726 /// Bases[i] is the base pointer for Ptrs[i]. Together they denote the set
729 SmallVector<const Value *, 16> Ptrs;
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 731 milliseconds