Searched refs:rbrace (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLToken.h | 28 lbrace, rbrace, // { } enumerator
|
D | LLParser.cpp | 554 if (Lex.getKind() != lltok::rbrace) in ParseNamedMetadata() 564 if (ParseToken(lltok::rbrace, "expected end of metadata node")) in ParseNamedMetadata() 586 ParseToken(lltok::rbrace, "expected end of metadata node")) in ParseStandaloneMetadata() 820 ParseToken(lltok::rbrace, "expected end of attribute group")) in ParseUnnamedAttrGrp() 846 case lltok::rbrace: in ParseFnAttributeValuePairs() 1848 if (EatIfPresent(lltok::rbrace)) in ParseStructBody() 1869 return ParseToken(lltok::rbrace, "expected '}' at end of struct"); in ParseStructBody() 2227 ParseToken(lltok::rbrace, "expected end of struct constant")) in ParseValID() 2246 ParseToken(lltok::rbrace, "expected end of packed struct")) || in ParseValID() 2666 if (Lex.getKind() == lltok::rbrace || in ParseGlobalValueVector() [all …]
|
D | LLLexer.cpp | 241 case '}': return lltok::rbrace; in LexToken()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityNames.in | 1708 "rbrace;","U+0007D"
|
/external/dropbear/libtommath/ |
D | bn.tex | 1805 symbol. The result is stored in $c$ and can take on one of three values $\lbrace -1, 0, 1 \rbrace$…
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 906 Where \textit{XXX} is one of $\lbrace ecb, cbc, ctr, cfb, ofb \rbrace$. 3441 values such as $\lbrace$\textbf{NULL}, 0, 0$\rbrace$. 4046 \item $g$ cannot be one of $\lbrace -1, 0, 1 \rbrace$ (modulo $p$). 4619 will be subtracted. For instance, the array $\lbrace 5, 6, 20, 22, 4, 00, 0, 5, 0 \rbrace$ represe…
|
/external/bison/build-aux/ |
D | texinfo.tex | 4378 % should define @lbrace and @rbrace commands a la @comma.
|