Searched refs:braces (Results 1 – 25 of 159) sorted by relevance
1234567
39 int braces = 0; in ReadOneJsonDict() local60 if (braces == 0) in ReadOneJsonDict()62 braces++; in ReadOneJsonDict()66 if (braces <= 0) in ReadOneJsonDict()68 if (--braces > 0) in ReadOneJsonDict()
3 --braces-after-func-def-line4 --braces-on-if-line5 --braces-on-struct-decl-line
18 #include "{{TFCOMPILE_HEADER}}" // NOLINT(whitespace/braces)26 #define CPP_CLASS {{TFCOMPILE_CPP_CLASS}} // NOLINT(whitespace/braces)
3 from __future__ import nested_scopes, braces
101 braces = re.compile(r'({)|(})')136 for open, close in braces.findall(line):
123 - opening braces are on the same line as the if statement;124 - no braces in an if-body with just one statement;125 - if one of the branches of an if-else condition has braces, then the126 other branch should also have braces;
2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c
2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I.
2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
2 CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
29 "-Wno-missing-braces",
25 "-Wno-missing-braces",
46 -Wno-missing-braces68 -Wno-missing-braces
12 CFLAGS += -Wall -Wno-missing-braces
6 "-Wno-missing-braces",
31 …hift-count-overflow -Wno-error=non-virtual-dtor -Wno-sign-compare -Wno-switch -Wno-missing-braces")
11 filter=+readability/braces
193 double braces: B<{{yourregex}}>. Because we want to use fixed string203 Because regular expressions are enclosed with double braces, they are205 braces like you would in C. In the rare case that you want to match double206 braces explicitly from the input, you can use something ugly like