Home
last modified time | relevance | path

Searched full:parsing (Results 1 – 25 of 1905) sorted by relevance

12345678910>>...77

/freebsd-src/contrib/bmake/unit-tests/
H A Dsuff-main-several.exp1 Parsing line 8: .1.2 .1.3 .1.4:
4 Parsing line 9: : Making ${.TARGET} from ${.IMPSRC}.
5 Parsing line 14: next-main:
7 Parsing line 15: : Making ${.TARGET}
8 Parsing line 19: .SUFFIXES: .1 .2 .3 .4
29 Parsing line 24: .SUFFIXES:
32 Parsing line 32: .SUFFIXES: .4 .3 .2 .1
38 Parsing line 33: .SUFFIXES:
41 Parsing line 34: .SUFFIXES: .1 .2 .3 .4
47 Parsing lin
[all...]
H A Dsuff-rebuild.exp1 Parsing line 10: .SUFFIXES:
4 Parsing line 12: .SUFFIXES: .a .b .c
9 Parsing line 14: suff-rebuild-example.a:
12 Parsing line 15: : Making ${.TARGET} out of nothing.
13 Parsing line 17: .a.b:
18 Parsing line 18: : Making ${.TARGET} from ${.IMPSRC}.
19 Parsing line 19: .b.c:
25 Parsing line 20: : Making ${.TARGET} from ${.IMPSRC}.
26 Parsing line 21: .c:
32 Parsing line 22: : Making ${.TARGET} from ${.IMPSRC}.
[all …]
H A Dvarname-dot-shell.exp1 Parsing line 10: ORIG_SHELL:= ${.SHELL}
7 Parsing line 12: .SHELL= overwritten
9 Parsing line 13: .if ${.SHELL} != ${ORIG_SHELL}
14 Parsing line 19: .MAKEFLAGS: .SHELL+=appended
17 Parsing line 20: .if ${.SHELL} != ${ORIG_SHELL}
22 Parsing line 27: .undef .SHELL
24 Parsing line 28: .SHELL= newly overwritten
26 Parsing line 29: .if ${.SHELL} != ${ORIG_SHELL}
31 Parsing line 33: .MAKEFLAGS: -d0
H A Ddirective-export-impl.exp1 Parsing line 21: UT_VAR= <${REF}>
3 Parsing line 28: .export UT_VAR
5 Parsing line 32: : ${UT_VAR:N*}
13 Parsing line 42: .if ${:!echo "\$UT_VAR"!} != "<>"
28 Parsing line 50: : ${UT_VAR:N*}
36 Parsing line 54: REF= defined
38 Parsing line 58: .if ${:!echo "\$UT_VAR"!} != "<defined>"
53 Parsing line 62: all:
56 Parsing line 63: .MAKEFLAGS: -d0
H A Dopt-debug-parse.exp1 Parsing line 16: .for var in value
4 Parsing line 21: .info trace with multi-line .for loop head
9 Parsing line 26: .include "/dev/null"
15 Parsing line 31: .for a b c in 1 2 3 ${:U4 5 6}
18 Parsing line 34: .info trace
21 Parsing line 34: .info trace
26 Parsing line 38: .MAKEFLAGS: -d0
H A Dvar-eval-short.exp1 make: "var-eval-short.mk" line 46: while parsing "${:Uword:@${FAIL}@expr@}": In the :@ modifier, the variable name "${FAIL}" must not contain a dollar
3 Parsing line 159: .if 0 && ${0:?${FAIL}then:${FAIL}else}
6 Parsing modifier ${0:?...}
12 Parsing line 167: DEFINED= defined
14 Parsing line 168: .if 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else}
17 Parsing modifier ${DEFINED:L}
19 Parsing modifier ${DEFINED:?...}
25 Parsing line 170: .MAKEFLAGS: -d0
H A Dsuff-incomplete.exp1 Parsing line 9: .SUFFIXES:
4 Parsing line 11: .SUFFIXES: .a .b .c
9 Parsing line 17: .a.b:
14 Parsing line 21: .a.c: ${.PREFIX}.dependency
23 Parsing line 23: .DEFAULT:
26 Parsing line 24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
H A Ddeptgt.exp3 Parsing line 36: ${:U}: empty-source
5 Parsing line 37: : command for empty targets list
6 Parsing line 38: : empty-source
8 Parsing line 39: : command for empty targets list
9 Parsing line 40: .MAKEFLAGS: -d0
12 make: "deptgt.mk" line 49: while parsing "${:U:Z}:": Unknown modifier "Z"
H A Dvarmod-loop.exp1 Parsing line 89: USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$
2 Parsing line 90: .if ${USE_8_DOLLARS} != "\$\$\$\$ \$\$\$\$ \$\$\$\$"
5 Parsing line 94: SUBST_CONTAINING_LOOP:= ${USE_8_DOLLARS}
6 Parsing line 116: .if ${SUBST_CONTAINING_LOOP} != "\$\$ \$\$\$\$ \$\$\$\$"
9 Parsing line 119: .MAKEFLAGS: -d0
H A Dvar-op-assign.mk24 # early stage of parsing and applies to all line types, except for the
67 # the implementation of the parser, which cheats when parsing a variable
68 # name. It only counts parentheses and braces instead of properly parsing
89 # In safe mode, parsing would stop immediately after the "VARIABLE NAME="
94 # expect+1: Parsing still continues until here.
95 .info Parsing still continues until here.
H A Dvarmod-ifelse.mk142 # When parsing such an expression, the parser used to be strict. It first
143 # evaluated the left-hand side of the operator '&&' and then started parsing
149 # therefore parsing stopped at the '>', producing the 'Bad conditional
152 # Ideally, the conditional expression would not be expanded before parsing
207 # When parsing the modifier ':?', there are 3 possible cases:
223 # In var.c 1.285 from 2020-07-20, the parsing of the expressions changed so
230 # reverted, still not knowing about the difference between regular parsing and
231 # balanced-mode parsing.
234 # inconsistency in parsing, but since that broke parsing o
[all...]
H A Dvarmod-indirect.exp13 Parsing line 176: _:= before ${UNDEF} after
17 Parsing line 179: _:= before ${UNDEF:${:US,a,a,}} after
26 Parsing line 189: _:= before ${UNDEF:${:U}} after
30 Parsing line 195: _:= before ${UNDEF:${:UZ}} after
37 Parsing line 197: .MAKEFLAGS: -d0
H A Dparse-var.mk3 # Tests for parsing expressions.
45 # for the long forms, EOF after parsing a modifier
70 # How much does the parsing position advance (pp)?
89 # 2023-02-18, the exact way of parsing an expression with subexpressions
92 # If it was evaluated, nested expressions were parsed correctly, parsing each
122 # contains more '{' than '}', parsing failed with the error message 'Unfinished
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp27 "Error while parsing %s: unknown record entry (%lu).", BlockName, in unknownRecord()
34 "Error while parsing %s: malformed record entry (%s).", BlockName, in malformedRecord()
168 "Error while parsing %s: expecting [ENTER_SUBBLOCK, %s, ...].", in parseBlock()
188 "Error while parsing %s: expecting records.", BlockName); in parseBlock()
199 "Error while parsing %s: unterminated block.", BlockName); in parseBlock()
231 "Error while parsing BLOCKINFO_BLOCK: expecting [ENTER_SUBBLOCK, " in parseBlockInfoBlock()
242 "Error while parsing BLOCKINFO_BLOCK."); in parseBlockInfoBlock()
264 "Unexpected error while parsing bitstream."); in isBlock()
376 "Error while parsing BLOCK_META: missing container version."); in processCommonMeta()
383 "Error while parsing BLOCK_META: invalid container type."); in processCommonMeta()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h40 /// run the verifier after parsing the file to check that it is okay.
46 /// parsing.
55 /// run the verifier after parsing the file to check that it is okay.
61 /// parsing.
79 /// run the verifier after parsing the file to check that they are okay.
85 /// parsing.
103 /// should run the verifier after parsing the file to check that it is okay.
114 /// should run the verifier after parsing the file to check that it is okay.
126 /// parsing.
140 /// parsing
[all...]
/freebsd-src/contrib/expat/tests/
H A Dnsalloc_tests.c75 /* Test the effects of allocation failure in simple namespace parsing.
101 fail("Parsing worked despite failing allocations"); in START_TEST()
103 fail("Parsing failed even at maximum allocation count"); in START_TEST()
245 fail("Parsing worked despite failing allocations"); in START_TEST()
247 fail("Parsing failed even at max allocation count"); in START_TEST()
305 fail("Parsing worked despite failing allocations"); in START_TEST()
307 fail("Parsing failed even at max allocation count"); in START_TEST()
348 fail("Parsing worked despite failing allocations"); in START_TEST()
350 fail("Parsing failed even at max allocation count"); in START_TEST()
434 fail("Parsing worked despite failing allocations"); in START_TEST()
[all …]
/freebsd-src/contrib/bc/include/
H A Dbc.h121 // The following section is for flags needed when parsing bc code. These flags
124 // If you don't believe me, go read the bc Parsing section of the Development
153 // This flag is set if the parser is parsing inside of the braces of a function
158 // This flag is set if the parser is parsing a function. It is different from
159 // the one above because it is set if it is parsing a function body *or* header,
160 // not just if it's parsing a function body.
169 // This flag is set if bc is parsing a loop. This is important because the break
174 // This flag is set if bc is parsing the body of a loop. It is different from
180 // This flag is set if bc is parsing an if statement.
184 // This flag is set if bc is parsing a
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h48 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
53 llvm_unreachable("target did not implement parsing MIR immediate mnemonic"); in parseImmMnemonic()
65 /// Implement target specific parsing of target custom pseudo source value.
70 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue()
80 /// will be useful for target specific parser, e.g. for parsing IR value for
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h42 /// as a glorified parameter list, performing the required parsing and
60 /// List of include directories that should be used when parsing the
84 /// The number of errors encountered during parsing. 0 means
102 /// After parsing, ownership of the execution unit for
136 /// from the parsing process.
139 /// The completion consumer that should be used during parsing
151 /// The number of parsing errors.
/freebsd-src/crypto/heimdal/kadmin/
H A Dload.c66 * -1 if error parsing
147 * return -1 if parsing failed
459 fprintf (stderr, "%s:%d:error parsing keys (%s)\n", in doit()
466 fprintf (stderr, "%s:%d:error parsing created event (%s)\n", in doit()
472 fprintf (stderr, "%s:%d:error parsing event (%s)\n", in doit()
478 fprintf (stderr, "%s:%d:error parsing time (%s)\n", in doit()
484 fprintf (stderr, "%s:%d:error parsing time (%s)\n", in doit()
490 fprintf (stderr, "%s:%d:error parsing time (%s)\n", in doit()
497 fprintf (stderr, "%s:%d:error parsing lifetime (%s)\n", in doit()
504 fprintf (stderr, "%s:%d:error parsing lifetime (%s)\n", in doit()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h87 /// currently parsing a declaration. This is active when parsing a
88 /// variable's initializer, but not when parsing the body of a
174 /// A class for parsing a DeclSpec.
199 /// A class for parsing a declarator.
228 /// A class for parsing a field declarator.
293 /// Activates OpenMP parsing mode to preseve OpenMP specific annotation
312 /// Activates OpenACC parsing mode to preseve OpenACC specific annotation
377 /// after declaration/statement parsing, even when there's a parsing erro
[all...]
/freebsd-src/contrib/expat/lib/
H A Dexpat.h414 If parameter entity parsing is enabled, then in addition to the
425 The parser argument is the parser parsing the entity containing the
440 The context argument specifies the parsing context in the format
796 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
806 except when parsing an external parameter entity and resumable != 0.
811 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
813 When resumable != 0 (true) then parsing is suspended, that is,
815 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
820 there is a parent parser then it will continue parsing when the
823 parser (recursively), if one wants to stop parsing altogethe
845 enum XML_Parsing parsing; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h24 /// between parsing an asm instruction and recognizing it.
27 /// parsing MS-style inline assembly.
30 /// Constraint - The constraint on this operand. Only valid when parsing
79 /// variable/label? Only valid when parsing MS-style inline assembly. in needAddressOf()
83 /// variable, rather than its value? Only valid when parsing MS-style inline
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Deth_common.h150 * The parsing information data for the first tx bd of a given packet.
167 * The parsing information data for the second tx bd of a given packet.
205 struct eth_tx_data_1st_bd data_1st_bd /* Parsing information data from the 1st BD. */;
206 struct eth_tx_data_2nd_bd data_2nd_bd /* Parsing information data from the 2nd BD. */;
211 * tunneling parsing flags
258 struct parsing_and_err_flags pars_flags /* Parsing and error flags from the parser */;
263 struct eth_tunnel_parsing_flags tunnel_pars_flags /* Tunnel Parsing Flags */;
319 struct parsing_and_err_flags pars_flags /* Parsing and error flags from the parser */;
324 struct eth_tunnel_parsing_flags tunnel_pars_flags /* Tunnel Parsing Flags */;
432 struct eth_tx_data_1st_bd data /* Parsing information data. */;
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h32 /// JIT an expression. The actual parsing part will be provided by the specific
51 /// If not eLanguageTypeUnknown, a language to use when parsing
73 /// are needed for parsing (locations of functions, types of
95 /// are needed for parsing and completing (locations of functions, types
128 /// are needed for parsing (locations of variables, etc.)
159 /// are needed for parsing (locations of variables, etc.)
197 /// where parsing an expression in the exact same context is unsafe. For
203 /// Return the language that should be used when parsing. To use the
327 /// The language to use when parsing (unknown means use defaults).

12345678910>>...77