Home
last modified time | relevance | path

Searched refs:kw_byte (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h456 kw_byte, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1103 kw_byte = &IdentTable.get("byte"); in AdditionalKeywords()
1295 {kw_base, kw_byte, kw_checked, kw_decimal, kw_delegate, in AdditionalKeywords()
1446 IdentifierInfo *kw_byte; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9456 case lltok::kw_byte: in parseOptionalResByArg()