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

  /external/clang/lib/AST/
APValue.cpp 30 unsigned PathLength;
47 LV() { PathLength = (unsigned)-1; }
51 if (Length == PathLength)
55 PathLength = Length;
60 bool hasPath() const { return PathLength != (unsigned)-1; }
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
72 unsigned PathLength;
85 MemberPointerData() { PathLength = 0; }
89 if (Length == PathLength)
93 PathLength = Length
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2spi.h 325 DWORD PathLength,
356 DWORD PathLength,
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 1001 milliseconds