Home
last modified time | relevance | path

Searched refs:getMaskType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOSLog.h108 StringRef getMaskType() const { return MaskType; } in getMaskType() function
135 !Item.getMaskType().empty(); in hasNonScalarOrMask()
H A DFormatString.h598 StringRef getMaskType() const { return MaskType; } in getMaskType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOSLog.cpp131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1773 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I) in emitBuiltinOSLogFormat()
1774 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8; in emitBuiltinOSLogFormat()