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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 150 unsigned Ptrs = 0;
153 Ptrs = 1;
163 return std::make_pair(Ptrs, Ints);
171 unsigned Ptrs, Ints;
172 std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
177 uint64_t Width = Ptrs * PtrSize + Ints * IntSize;
183 if (Ptrs + Ints > 1 && Target.getTriple().getArch() == llvm::Triple::x86)
185 else if (Ptrs)
  /external/clang/test/Sema/
scope-check.c 147 void *Ptrs[] = {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]

Completed in 890 milliseconds