HomeSort by: relevance | last modified time | path
    Searched refs:getMaskType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 108 StringRef getMaskType() const { return MaskType; }
135 !Item.getMaskType().empty();
FormatString.h 598 StringRef getMaskType() const { return MaskType; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 131 ArgsData.back().MaskType = FS.getMaskType();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 1773 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I)
1774 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8;

Completed in 36 milliseconds