Searched refs:lbrace (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/tests/usr.bin/indent/
H A Dlsym_lparen_or_lbracket.c260 int lbrace[] = {(3)}; local
306 int lbrace[] = {(3)};
305 int lbrace[] = {(3)}; local
/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y76 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
146 lbrace: label
147 '{' | lbrace NL
181 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
183 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); }
184 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
185 | XBEGIN lbrace stmtlist '}'
187 | XEND lbrace stmtlist '}'
189 | FUNC funcname '(' varlist rparen {infunc = true;} lbrace stmtlist '}'
333 | lbrace stmtlis
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h43 lbrace, enumerator in enum:llvm::MIToken::TokenKind
H A DMIParser.cpp752 if (Token.is(MIToken::lbrace))
894 if (Token.is(MIToken::lbrace)) {
985 Token.isNot(MIToken::coloncolon) && Token.isNot(MIToken::lbrace)) {
997 Token.is(MIToken::lbrace))
3139 Token.is(MIToken::lbrace))
3155 Token.is(MIToken::lbrace))
H A DMILexer.cpp639 return MIToken::lbrace;
/netbsd-current/external/gpl3/gdb.old/dist/etc/
H A Dtexi2pod.pl217 s/\@\{/&lbrace;/g;
451 s/&lbrace;/\{/g;
/netbsd-current/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl219 s/\@\{/&lbrace;/g;
453 s/&lbrace;/\{/g;
/netbsd-current/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl219 s/\@\{/&lbrace;/g;
453 s/&lbrace;/\{/g;
/netbsd-current/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl219 s/\@\{/&lbrace;/g;
453 s/&lbrace;/\{/g;
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl221 s/\@\{/&lbrace;/g;
479 s/&lbrace;/\{/g;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl221 s/\@\{/&lbrace;/g;
479 s/&lbrace;/\{/g;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLToken.h30 lbrace, enumerator in enum:llvm::lltok::Kind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp766 parseToken(lltok::lbrace, "Expected '{' here"))
1260 parseToken(lltok::lbrace, "expected '{' here") ||
2552 case lltok::lbrace:
2566 if (Lex.getKind() == lltok::lbrace) {
2961 if (Lex.getKind() != lltok::lbrace) {
2997 assert(Lex.getKind() == lltok::lbrace);
3369 case lltok::lbrace: {
3388 bool isPackedStruct = EatIfPresent(lltok::lbrace);
4047 if (Lex.getKind() == lltok::lbrace)
6034 if (Lex.getKind() != lltok::lbrace)
[all...]
H A DLLLexer.cpp234 case '{': return lltok::lbrace;
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex1325 \ifx\p\lbrace
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex1325 \ifx\p\lbrace
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex4379 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex4328 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex4379 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex4326 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex4379 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex4379 % should define @lbrace and @rbrace commands a la @comma.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex4328 % should define @lbrace and @rbrace commands a la @comma.

Completed in 328 milliseconds