Home
last modified time | relevance | path

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

12345678910>>...73

/freebsd/contrib/bmake/unit-tests/
H A Dsuff-main-several.exp1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4:
4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}.
5 Parsing suff-main-several.mk:14: next-main:
7 Parsing suff-main-several.mk:15: : Making ${.TARGET}
8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4
29 Parsing suff-main-several.mk:24: .SUFFIXES:
32 Parsing suff-main-several.mk:32: .SUFFIXES: .4 .3 .2 .1
38 Parsing suff-main-several.mk:33: .SUFFIXES:
41 Parsing suff-main-several.mk:34: .SUFFIXES: .1 .2 .3 .4
47 Parsing suff-main-several.mk:35: .SUFFIXES:
[all …]
H A Dsuff-rebuild.exp1 Parsing suff-rebuild.mk:10: .SUFFIXES:
4 Parsing suff-rebuild.mk:12: .SUFFIXES: .a .b .c
9 Parsing suff-rebuild.mk:14: suff-rebuild-example.a:
12 Parsing suff-rebuild.mk:15: : Making ${.TARGET} out of nothing.
13 Parsing suff-rebuild.mk:17: .a.b:
18 Parsing suff-rebuild.mk:18: : Making ${.TARGET} from ${.IMPSRC}.
19 Parsing suff-rebuild.mk:19: .b.c:
25 Parsing suff-rebuild.mk:20: : Making ${.TARGET} from ${.IMPSRC}.
26 Parsing suff-rebuild.mk:21: .c:
32 Parsing suff-rebuild.mk:22: : Making ${.TARGET} from ${.IMPSRC}.
[all …]
H A Dvarname-dot-shell.exp1 Parsing varname-dot-shell.mk:10: ORIG_SHELL:= ${.SHELL}
7 Parsing varname-dot-shell.mk:12: .SHELL= overwritten
9 Parsing varname-dot-shell.mk:13: .if ${.SHELL} != ${ORIG_SHELL}
14 Parsing varname-dot-shell.mk:19: .MAKEFLAGS: .SHELL+=appended
17 Parsing varname-dot-shell.mk:20: .if ${.SHELL} != ${ORIG_SHELL}
22 Parsing varname-dot-shell.mk:27: .undef .SHELL
24 Parsing varname-dot-shell.mk:28: .SHELL= newly overwritten
26 Parsing varname-dot-shell.mk:29: .if ${.SHELL} != ${ORIG_SHELL}
31 Parsing varname-dot-shell.mk:33: .MAKEFLAGS: -d0
H A Dvar-eval-short.exp2 while parsing "${:Uword:@${FAIL}@expr@}"
3 Parsing var-eval-short.mk:158: .if 0 && ${0:?${FAIL}then:${FAIL}else}
6 Parsing modifier ${0:?...}
12 Parsing var-eval-short.mk:166: DEFINED= defined
14 Parsing var-eval-short.mk:167: .if 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else}
17 Parsing modifier ${DEFINED:L}
19 Parsing modifier ${DEFINED:?...}
25 Parsing var-eval-short.mk:169: .MAKEFLAGS: -d0
H A Ddirective-export-impl.exp1 Parsing directive-export-impl.mk:21: UT_VAR= <${REF}>
3 Parsing directive-export-impl.mk:28: .export UT_VAR
5 Parsing directive-export-impl.mk:32: : ${UT_VAR:N*}
13 Parsing directive-export-impl.mk:42: .if ${:!echo "\$UT_VAR"!} != "<>"
28 Parsing directive-export-impl.mk:50: : ${UT_VAR:N*}
36 Parsing directive-export-impl.mk:54: REF= defined
38 Parsing directive-export-impl.mk:58: .if ${:!echo "\$UT_VAR"!} != "<defined>"
53 Parsing directive-export-impl.mk:62: all:
56 Parsing directive-export-impl.mk:63: .MAKEFLAGS: -d0
H A Dopt-debug-parse.exp1 Parsing opt-debug-parse.mk:16: .for var in value
4 Parsing opt-debug-parse.mk:21: .info trace with multi-line .for loop head
9 Parsing opt-debug-parse.mk:26: .include "/dev/null"
15 Parsing opt-debug-parse.mk:31: .for a b c in 1 2 3 ${:U4 5 6}
18 Parsing opt-debug-parse.mk:34: .info trace
21 Parsing opt-debug-parse.mk:34: .info trace
26 Parsing opt-debug-parse.mk:38: .MAKEFLAGS: -d0
H A Ddeptgt.exp3 Parsing deptgt.mk:36: ${:U}: empty-source
5 Parsing deptgt.mk:37: : command for empty targets list
6 Parsing deptgt.mk:38: : empty-source
8 Parsing deptgt.mk:39: : command for empty targets list
9 Parsing deptgt.mk:40: .MAKEFLAGS: -d0
20 while parsing "${:U:Z}:"
H A Dsuff-incomplete.exp1 Parsing suff-incomplete.mk:9: .SUFFIXES:
4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c
9 Parsing suff-incomplete.mk:17: .a.b:
14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency
23 Parsing suff-incomplete.mk:23: .DEFAULT:
26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
H A Dvarmod-loop.exp1 Parsing varmod-loop.mk:89: USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$
2 Parsing varmod-loop.mk:90: .if ${USE_8_DOLLARS} != "\$\$\$\$ \$\$\$\$ \$\$\$\$"
5 Parsing varmod-loop.mk:94: SUBST_CONTAINING_LOOP:= ${USE_8_DOLLARS}
6 Parsing varmod-loop.mk:116: .if ${SUBST_CONTAINING_LOOP} != "\$\$ \$\$\$\$ \$\$\$\$"
9 Parsing varmod-loop.mk: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.mk139 # When parsing such an expression, the parser used to be strict. It first
140 # evaluated the left-hand side of the operator '&&' and then started parsing
146 # therefore parsing stopped at the '>', producing the 'Bad conditional
149 # Ideally, the conditional expression would not be expanded before parsing
203 # When parsing the modifier ':?', there are 3 possible cases:
219 # In var.c 1.285 from 2020-07-20, the parsing of the expressions changed so
226 # reverted, still not knowing about the difference between regular parsing and
227 # balanced-mode parsing.
230 # inconsistency in parsing, but since that broke parsing of the modifier ':@',
233 # In var.c 1.1047 from 2023-02-18, the inconsistency in parsing was finally
[all …]
H A Dvarmod-indirect.exp16 Parsing varmod-indirect.mk:176: _:= before ${UNDEF} after
20 Parsing varmod-indirect.mk:179: _:= before ${UNDEF:${:US,a,a,}} after
29 Parsing varmod-indirect.mk:189: _:= before ${UNDEF:${:U}} after
33 Parsing varmod-indirect.mk:195: _:= before ${UNDEF:${:UZ}} after
41 Parsing varmod-indirect.mk: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/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h71 /// // Otherwise, continue parsing as normal.
88 /// // Otherwise, continue parsing as normal.
211 /// Called on well-formed '\#pragma omp metadirective' after parsing
403 /// Called on well-formed '\#pragma omp parallel' after parsing
410 /// Called on well-formed '\#pragma omp simd' after parsing
416 /// Called on well-formed '#pragma omp tile' after parsing of its clauses and
421 /// Called on well-formed '#pragma omp unroll' after parsing of its clauses
429 /// Called on well-formed '#pragma omp interchange' after parsing of its
435 /// Called on well-formed '\#pragma omp for' after parsing
441 /// Called on well-formed '\#pragma omp for simd' after parsing
[all …]
/freebsd/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/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/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/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 an else statement. This is important
[all …]
/freebsd/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/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/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/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 error.
418 /// RAII class that helps handle the parsing of an open/close delimiter
/freebsd/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
846 enum XML_Parsing parsing; global() member
[all...]
/freebsd/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/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.
83 /// variable, rather than its value? Only valid when parsing MS-style inline

12345678910>>...73