Home
last modified time | relevance | path

Searched full:directive (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/freebsd-src/contrib/bmake/unit-tests/
H A Ddirective-misspellings.exp1 make: "directive-misspellings.mk" line 13: Unknown directive "dinclud"
2 make: "directive-misspellings.mk" line 16: Unknown directive "dincludx"
3 make: "directive-misspellings.mk" line 18: .include filename must be delimited by '"' or '<'
4 make: "directive-misspellings.mk" line 21: Unknown directive "erro"
5 make: "directive-misspellings.mk" line 23: Unknown directive "errox"
6 make: "directive-misspellings.mk" line 28: Unknown directive "expor"
7 make: "directive-misspellings.mk" line 31: Unknown directive "exporx"
8 make: "directive-misspellings.mk" line 33: Unknown directive "exports"
9 make: "directive-misspellings.mk" line 36: Unknown directive "export-en"
10 make: "directive-misspellings.mk" line 40: Unknown directive "export-environment"
[all …]
H A Ddirective-for.exp1 make: "directive-for.mk" line 117: outer
2 make: "directive-for.mk" line 138: a:\ a:\file.txt
3 make: "directive-for.mk" line 138: d:\\
4 make: "directive-for.mk" line 138: d:\\file.txt
5 make: "directive-for.mk" line 158: ( ( (
6 make: "directive-for.mk" line 158: [ [ [
7 make: "directive-for.mk" line 158: { { {
8 make: "directive-for.mk" line 158: ) ) )
9 make: "directive-for.mk" line 158: ] ] ]
10 make: "directive
[all...]
H A Ddirective-misspellings.mk1 # $NetBSD: directive-misspellings.mk,v 1.4 2023/06/01 20:56:35 rillig Exp $
6 # example, the directive ".exporting" was interpreted as if it were spelled
12 # expect+1: Unknown directive "dinclud"
15 # expect+1: Unknown directive "dincludx"
20 # expect+1: Unknown directive "erro"
22 # expect+1: Unknown directive "errox"
27 # expect+1: Unknown directive "expor"
30 # expect+1: Unknown directive "exporx"
32 # expect+1: Unknown directive "exports"
35 # expect+1: Unknown directive "export-en"
[all …]
H A Ddirective-elif.exp1 make: "directive-elif.mk" line 48: Unknown directive "elsif"
2 make: "directive-elif.mk" line 54: This branch is taken.
3 make: "directive-elif.mk" line 62: Unknown directive "elsif"
4 make: "directive-elif.mk" line 66: This branch is taken.
5 make: "directive-elif.mk" line 73: This branch is taken.
6 make: "directive-elif.mk" line 94: Unknown directive "elsif"
7 make: "directive
[all...]
H A Ddirective-if.exp1 make: "directive-if.mk" line 14: 0 evaluates to false.
2 make: "directive-if.mk" line 19: 1 evaluates to true.
3 make: "directive-if.mk" line 43: Unknown directive "ifx"
4 make: "directive-if.mk" line 45: This is not conditional.
5 make: "directive-if.mk" line 47: if-less else
6 make: "directive-if.mk" line 49: This is not conditional.
7 make: "directive-if.mk" line 51: if-less endif
8 make: "directive-if.mk" line 55: Malformed conditional ()
9 make: "directive-if.mk" line 66: Quotes in plain words are probably a mistake.
10 make: "directive-if.mk" line 76: Don't do this, always put a space after a directive.
[all …]
H A Ddirective-info.exp1 make: "directive-info.mk" line 12: begin .info tests
2 make: "directive-info.mk" line 14: Unknown directive "inf"
3 make: "directive-info.mk" line 16: Missing argument for ".info"
4 make: "directive-info.mk" line 18: message
5 make: "directive-info.mk" line 20: indented message
6 make: "directive-info.mk" line 22: Unknown directive "information"
7 make: "directive-info.mk" line 24: Unknown directive "informatio
[all...]
H A Ddirective-for-escape.exp4 make: "directive-for-escape.mk" line 21: while evaluating "${:U!"" with value "!"": Unclosed expression, expecting '}' for modifier "U!""
5 in .for loop from directive-for-escape.mk:20 with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
6 make: "directive-for-escape.mk" line 21: !"
10 make: "directive-for-escape.mk" line 33: while evaluating "${:U!"\\\\" with value "!"\\": Unclosed expression, expecting '}' for modifier "U!"\\\\"
11 in .for loop from directive-for-escape.mk:32 with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
12 make: "directive-for-escape.mk" line 33: !"\\
16 make: "directive-for-escape.mk" line 57: $
19 make: "directive-for-escape.mk" line 57: value
22 make: "directive-for-escape.mk" line 57: value-with-modifier
25 make: "directive
[all...]
H A Ddirective-for-errors.exp1 make: "directive-for-errors.mk" line 9: Unknown directive "fori"
2 make: "directive-for-errors.mk" line 11: warning: <>
3 make: "directive-for-errors.mk" line 13: for-less endfor
4 make: "directive-for-errors.mk" line 25: Unknown directive "for"
5 make: "directive-for-errors.mk" line 27: warning: <>
6 make: "directive-for-errors.mk" line 29: for-less endfor
7 make: "directive-for-errors.mk" line 44: invalid character '$' in .for loop variable name
8 make: "directive
[all...]
H A Ddirective-warning.exp1 make: "directive-warning.mk" line 10: Unknown directive "warn"
2 make: "directive-warning.mk" line 12: Unknown directive "warn"
3 make: "directive-warning.mk" line 14: Unknown directive "warnin"
4 make: "directive-warning.mk" line 16: Unknown directive "warnin"
5 make: "directive-warning.mk" line 18: Missing argument for ".warning"
6 make: "directive
[all...]
H A Ddirective-else.exp1 make: "directive-else.mk" line 14: The .else directive does not take arguments
2 make: "directive-else.mk" line 16: ok
3 make: "directive-else.mk" line 21: ok
4 make: "directive-else.mk" line 23: The .else directive does not take arguments
5 make: "directive-else.mk" line 29: if-less else
6 make: "directive-else.mk" line 36: ok
7 make: "directive-else.mk" line 38: warning: extra else
8 make: "directive
[all...]
H A Ddirective.exp1 make: "directive.mk" line 10: Unknown directive "indented"
2 make: "directive.mk" line 12: Unknown directive "indented"
3 make: "directive.mk" line 14: Unknown directive "indented"
4 make: "directive.mk" line 19: Unknown directive ""
7 make: "directive.mk" line 31: := value
10 make: "directive
[all...]
H A Ddirective-endif.exp1 make: "directive-endif.mk" line 16: The .endif directive does not take arguments
2 make: "directive-endif.mk" line 21: The .endif directive does not take arguments
3 make: "directive-endif.mk" line 32: The .endif directive does not take arguments
4 make: "directive-endif.mk" line 39: The .endif directive does not take arguments
5 make: "directive-endif.mk" line 44: Unknown directive "endifx"
H A Ddirective-info.mk1 # $NetBSD: directive-info.mk,v 1.11 2023/06/01 20:56:35 rillig Exp $
3 # Tests for the .info directive.
5 # Until parse.c 1.502 from 2020-12-19, a missing argument to the directive
6 # produced the wrong error message "Unknown directive". Since parse.c 1.503
13 # expect+1: Unknown directive "inf"
21 # expect+1: Unknown directive "information"
23 # expect+1: Unknown directive "information"
35 # expect+1: Unknown directive "info-message"
36 .info-message # This is an unknown directive.
38 .info no-target: no-source # This is a .info directive, not a dependency.
[all …]
H A Ddirective-include.exp2 Comparing "directive-include.mk null" != "directive-include.mk null"
4 Comparing "directive-include.mk null" != "directive-include.mk null"
5 make: "directive-include.mk" line 26: Could not find nonexistent.mk
6 make: "directive-include.mk" line 49: Could not find "
7 make: "directive-include.mk" line 56: while evaluating "${:U123:Z}.mk" with value "123": Unknown modifier "Z"
8 make: "directive-include.mk" line 56: Could not find nonexistent.mk
9 make: "directive-include.mk" line 61: Cannot open /nonexistent
10 make: "directive
[all...]
H A Ddirective-warning.mk1 # $NetBSD: directive-warning.mk,v 1.9 2023/12/17 09:44:00 rillig Exp $
3 # Tests for the .warning directive.
5 # Until parse.c 1.502 from 2020-12-19, a missing argument to the directive
6 # produced the wrong error message "Unknown directive". Since parse.c 1.503
9 # expect+1: Unknown directive "warn"
11 # expect+1: Unknown directive "warn"
13 # expect+1: Unknown directive "warnin"
15 # expect+1: Unknown directive "warnin"
20 # expect+1: Unknown directive "warnings"
22 # expect+1: Unknown directive "warnings"
H A Ddirective-if.mk1 # $NetBSD: directive-if.mk,v 1.12 2023/06/01 20:56:35 rillig Exp $
3 # Tests for the .if directive.
29 # token_len). This made is_token return true even if the directive was
32 # (x 123)", while the intended error message was "Unknown directive".
42 # expect+1: Unknown directive "ifx"
75 # expect+1: Don't do this, always put a space after a directive.
76 . info Don't do this, always put a space after a directive.
80 # expect+1: Don't do this, always put a space after a directive.
81 . info Don't do this, always put a space after a directive.
94 # expect+1: Don't do this, always put a space after a directive.
[all …]
H A Ddirective-elif.mk1 # $NetBSD: directive-elif.mk,v 1.8 2023/06/01 20:56:35 rillig Exp $
3 # Tests for the .elif directive.
5 # Misspellings of the .elif directive are not always detected. They are only
8 # at the initial '.' of the line and whether the directive is one of the known
21 # directive and is thus silently skipped.
36 # directive and is thus silently skipped. Since the .if condition evaluated
47 # expect+1: Unknown directive "elsif"
49 # The only thing that make detects here is a misspelled directive, make
50 # doesn't recognize that it was meant to be a conditional directive.
61 # expect+1: Unknown directive "elsif"
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive;
239 /// Checks if the specified directive is a directive with an associated
241 /// \param DKind Specified directive.
242 /// \return true - the directive is a loop-associated directive like 'omp simd'
243 /// or 'omp for' directive, otherwise - false.
246 /// Checks if the specified directive is a worksharing directive.
247 /// \param DKind Specified directive
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h60 /// directive. A OMPCanonicalLoop must not appear in the AST unless associated
264 /// directive.
270 /// Kind of the directive.
272 /// Starting location of the directive (directive keyword).
274 /// Ending location of the directive.
284 /// Was this directive mapped from an another directive?
288 /// It was necessary to note it down in the Directive because of
294 /// Data, associated with the directive
[all...]
/freebsd-src/contrib/bmake/
H A DFILES295 unit-tests/directive-dinclude.exp
296 unit-tests/directive-dinclude.mk
297 unit-tests/directive-elif.exp
298 unit-tests/directive-elif.mk
299 unit-tests/directive-elifdef.exp
300 unit-tests/directive-elifdef.mk
301 unit-tests/directive-elifmake.exp
302 unit-tests/directive-elifmake.mk
303 unit-tests/directive-elifndef.exp
304 unit-tests/directive
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td1 //===-- OMP.td - OpenMP directive definition file ----------*- tablegen -*-===//
13 include "llvm/Frontend/Directive/DirectiveBase.td"
486 // Sorted alphabetically wrt directive spelling, except "end xyz" immediately
490 def OMP_Allocate : Directive<"allocate"> {
498 def OMP_Allocators : Directive<"allocators"> {
505 def OMP_Assumes : Directive<"assumes"> {
509 def OMP_EndAssumes : Directive<"end assumes"> {
513 def OMP_Atomic : Directive<"atomic"> {
534 def OMP_Barrier : Directive<"barrier"> {
538 def OMP_BeginAssumes : Directive<"begi
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h80 /// \param FilenameTok The file name token in \#include "FileName" directive
81 /// or macro expanded file name token from \#include MACRO(PARAMS) directive.
88 /// embed directive.
97 /// Callback invoked whenever an embed directive has been processed,
100 /// \param HashLoc The location of the '#' that starts the embed directive.
108 /// \param File The actual file that may be included by this embed directive.
110 /// \param Params The parameters used by the directive.
116 /// inclusion directive.
125 /// Callback invoked whenever an inclusion directive of
130 /// directive
[all...]
/freebsd-src/lib/libfigpar/
H A Dfigpar.343 .Fa "char *directive"
50 .Fa "const char *directive"
104 const char *directive; /* keyword */
107 /* Pointer to function used when directive is found */
109 char *directive, char *value);
148 is normally considered part of the directive.
149 This flag enables terminating the directive at the equals sign.
160 This flag enables directive matching to be case sensitive.
162 If a directive is not followed by an equals,
165 Equals must be part of the directive to be considered a delimiter between
[all …]
H A Dfigpar.c43 * options, returning the struct whose directive matches the given parameter.
51 get_config_option(struct figpar_config options[], const char *directive)
56 if (options == NULL || directive == NULL) in get_config_option()
60 for (n = 0; options[n].directive != NULL; n++) in get_config_option()
61 if (strcmp(options[n].directive, directive) == 0) in get_config_option()
65 figpar_dummy_config.directive = NULL; in get_config_option()
86 char *directive, char *value), uint16_t processing_options) in parse_config()
99 char *directive; in parse_config()
130 directive in parse_config()
52 get_config_option(struct figpar_config options[],const char * directive) get_config_option() argument
87 parse_config(struct figpar_config options[],const char * path,int (* unknown)(struct figpar_config * option,uint32_t line,char * directive,char * value),uint16_t processing_options) parse_config() argument
100 char *directive; parse_config() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp40 /// Implementation of directive handling which is shared across all
44 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
47 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
219 // Named Section Directive
436 // Darwin silently ignores the .ident directive. in parseSectionDirectiveIdent()
446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument
447 return parseVersionMin(Directive, Loc, MCVM_WatchOSVersionMin); in parseWatchOSVersionMin()
449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument
450 return parseVersionMin(Directive, Loc, MCVM_TvOSVersionMin); in parseTvOSVersionMin()
452 bool parseIOSVersionMin(StringRef Directive, SMLo in parseTvOSVersionMin() argument
455 parseMacOSXVersionMin(StringRef Directive,SMLoc Loc) parseMacOSXVersionMin() argument
586 parseDirectiveDumpOrLoad(StringRef Directive,SMLoc IDLoc) parseDirectiveDumpOrLoad() argument
1091 checkVersion(StringRef Directive,StringRef Arg,SMLoc Loc,Triple::OSType ExpectedOS) checkVersion() argument
1121 parseVersionMin(StringRef Directive,SMLoc Loc,MCVersionMinType Type) parseVersionMin() argument
1165 parseBuildVersion(StringRef Directive,SMLoc Loc) parseBuildVersion() argument
[all...]

12345678910>>...31