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

/freebsd-13-stable/usr.bin/indent/
H A Dindent_codes.h51 #define lbrace 11 macro
H A Dparse.c119 case lbrace: /* scanned { */
142 ps.p_stack[++ps.tos] = lbrace;
181 /* stack should have <lbrace> <stmt> or <lbrace> <stmtl> */
182 if (ps.tos > 0 && ps.p_stack[ps.tos - 1] == lbrace) {
303 ps.p_stack[i] != lbrace
H A Dlexi.c347 (state->last_token == semicolon || state->last_token == lbrace ||
447 /* ? code = state->block_init ? lparen : lbrace; */
448 code = lbrace;
H A Dindent.c382 case lbrace:
391 * Originally the lbrace may have been alone on its own
529 (type_code != lbrace || !opt.btype_2)) {
811 case lbrace: /* got a '{' */
874 parse(lbrace); /* let parser know about this */
H A Dpr_comment.c198 if (opt.blanklines_before_blockcomments && ps.last_token != lbrace)
/freebsd-13-stable/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
141 lbrace: label
142 '{' | lbrace NL
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
178 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
180 | XBEGIN lbrace stmtlist '}'
182 | XEND lbrace stmtlist '}'
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
328 | lbrace stmtlis
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h43 lbrace, enumerator in enum:llvm::MIToken::TokenKind
H A DMIParser.cpp755 if (Token.is(MIToken::lbrace))
897 if (Token.is(MIToken::lbrace)) {
987 Token.isNot(MIToken::coloncolon) && Token.isNot(MIToken::lbrace)) {
997 Token.is(MIToken::lbrace))
3114 Token.is(MIToken::lbrace))
3130 Token.is(MIToken::lbrace))
H A DMILexer.cpp635 return MIToken::lbrace;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLToken.h30 lbrace, enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp724 ParseToken(lltok::lbrace, "Expected '{' here"))
1195 ParseToken(lltok::lbrace, "expected '{' here") ||
2400 case lltok::lbrace:
2414 if (Lex.getKind() == lltok::lbrace) {
2798 if (Lex.getKind() != lltok::lbrace) {
2834 assert(Lex.getKind() == lltok::lbrace);
3199 case lltok::lbrace: {
3218 bool isPackedStruct = EatIfPresent(lltok::lbrace);
3838 if (Lex.getKind() == lltok::lbrace)
5702 if (Lex.getKind() != lltok::lbrace)
[all...]
H A DLLLexer.cpp234 case '{': return lltok::lbrace;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk47 # is meant to represent dollar, lbrace, "UNDEF:U", backslash, dollar,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp403 syntax::Leaf *syntax::CompoundStatement::lbrace() { function in class:syntax::CompoundStatement
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h630 syntax::Leaf *lbrace();

Completed in 115 milliseconds