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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 128 unsigned Ptrs;
136 Ptrs = 1; // First slot is always a function pointer.
148 Ptrs = 0;
158 return std::make_pair(Ptrs, Ints);
166 unsigned Ptrs, Ints;
167 llvm::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
172 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
173 unsigned Align = Ptrs > 0 ? Target.getPointerAlign(0) : Target.getIntAlign();
  /external/clang/test/Sema/
scope-check.c 147 void *Ptrs[] = {

Completed in 2753 milliseconds