/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-misspellings.exp | 1 make: directive-misspellings.mk:13: Unknown directive "dinclud" 2 make: directive-misspellings.mk:16: Unknown directive "dincludx" 3 make: directive-misspellings.mk:18: .include filename must be delimited by "" or <> 4 make: directive-misspellings.mk:21: Unknown directive "erro" 5 make: directive-misspellings.mk:23: Unknown directive "errox" 6 make: directive-misspellings.mk:28: Unknown directive "expor" 7 make: directive-misspellings.mk:31: Unknown directive "exporx" 8 make: directive-misspellings.mk:33: Unknown directive "exports" 9 make: directive-misspellings.mk:36: Unknown directive "export-en" 10 make: directive-misspellings.mk:40: Unknown directive "export-environment" [all …]
|
H A D | directive-misspellings.mk | 1 # $NetBSD: directive-misspellings.mk,v 1.5 2025/06/28 22:39:28 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 D | directive-for.exp | 1 make: directive-for.mk:117: outer 2 make: directive-for.mk:138: a:\ a:\file.txt 3 make: directive-for.mk:138: d:\\ 4 make: directive-for.mk:138: d:\\file.txt 5 make: directive-for.mk:158: ( ( ( 6 make: directive-for.mk:158: [ [ [ 7 make: directive-for.mk:158: { { { 8 make: directive-for.mk:158: ) ) ) 9 make: directive-for.mk:158: ] ] ] 10 make: directive-for.mk:158: } } } [all …]
|
H A D | directive-elif.exp | 1 make: directive-elif.mk:48: Unknown directive "elsif" 2 make: directive-elif.mk:54: This branch is taken. 3 make: directive-elif.mk:62: Unknown directive "elsif" 4 make: directive-elif.mk:66: This branch is taken. 5 make: directive-elif.mk:73: This branch is taken. 6 make: directive-elif.mk:94: Unknown directive "elsif" 7 make: directive-elif.mk:96: This misspelling is detected. 8 make: directive-elif.mk:98: This branch is taken because of the .else. 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch? 10 make: directive-elif.mk:128: else [all …]
|
H A D | directive-if.exp | 1 make: directive-if.mk:14: 0 evaluates to false. 2 make: directive-if.mk:19: 1 evaluates to true. 3 make: directive-if.mk:43: Unknown directive "ifx" 4 make: directive-if.mk:45: This is not conditional. 5 make: directive-if.mk:47: if-less else 6 make: directive-if.mk:49: This is not conditional. 7 make: directive-if.mk:51: if-less endif 8 make: directive-if.mk:55: Malformed conditional "" 9 make: directive-if.mk:66: Quotes in plain words are probably a mistake. 10 make: directive-if.mk:76: Don't do this, always put a space after a directive. [all …]
|
H A D | directive-for-escape.exp | 4 make: directive-for-escape.mk:21: Unclosed expression, expecting "}" for modifier "U!"" 6 in .for loop from directive-for-escape.mk:20 with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~ 7 make: directive-for-escape.mk:21: !" 11 make: directive-for-escape.mk:33: Unclosed expression, expecting "}" for modifier "U!"\\\\" 13 …in .for loop from directive-for-escape.mk:32 with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|… 14 make: directive-for-escape.mk:33: !"\\ 18 make: directive-for-escape.mk:57: $ 21 make: directive-for-escape.mk:57: value 24 make: directive-for-escape.mk:57: value-with-modifier 27 make: directive-for-escape.mk:57: value [all …]
|
H A D | directive-info.exp | 1 make: directive-info.mk:12: begin .info tests 2 make: directive-info.mk:14: Unknown directive "inf" 3 make: directive-info.mk:16: Missing argument for ".info" 4 make: directive-info.mk:18: message 5 make: directive-info.mk:20: indented message 6 make: directive-info.mk:22: Unknown directive "information" 7 make: directive-info.mk:24: Unknown directive "information" 8 make: directive-info.mk:30: Missing argument for ".info" 9 make: directive-info.mk:32: Missing argument for ".info" 10 make: directive-info.mk:36: Unknown directive "info-message" [all …]
|
H A D | directive-warning.exp | 1 make: directive-warning.mk:10: Unknown directive "warn" 2 make: directive-warning.mk:12: Unknown directive "warn" 3 make: directive-warning.mk:14: Unknown directive "warnin" 4 make: directive-warning.mk:16: Unknown directive "warnin" 5 make: directive-warning.mk:18: Missing argument for ".warning" 6 make: directive-warning.mk:20: warning: message 7 make: directive-warning.mk:22: Unknown directive "warnings" 8 make: directive-warning.mk:24: Unknown directive "warnings"
|
H A D | directive-for-errors.exp | 1 make: directive-for-errors.mk:9: Unknown directive "fori" 2 make: directive-for-errors.mk:11: warning: <> 3 make: directive-for-errors.mk:13: for-less endfor 4 make: directive-for-errors.mk:25: Unknown directive "for" 5 make: directive-for-errors.mk:27: warning: <> 6 make: directive-for-errors.mk:29: for-less endfor 7 make: directive-for-errors.mk:44: Invalid character "$" in .for loop variable name 8 make: directive-for-errors.mk:52: Missing iteration variables in .for loop 9 make: directive-for-errors.mk:64: Wrong number of words (5) in .for substitution list with 3 variab… 10 make: directive-for-errors.mk:78: Missing "in" in .for loop [all …]
|
H A D | directive-else.exp | 1 make: directive-else.mk:14: The .else directive does not take arguments 2 make: directive-else.mk:16: ok 3 make: directive-else.mk:21: ok 4 make: directive-else.mk:23: The .else directive does not take arguments 5 make: directive-else.mk:29: if-less else 6 make: directive-else.mk:36: ok 7 make: directive-else.mk:38: warning: extra else 8 make: directive-else.mk:51: The .else directive does not take arguments
|
H A D | directive.exp | 1 make: directive.mk:10: Unknown directive "indented" 2 make: directive.mk:12: Unknown directive "indented" 3 make: directive.mk:14: Unknown directive "indented" 4 make: directive.mk:19: Unknown directive "" 7 make: directive.mk:31: := value 10 make: directive.mk:40: Invalid line "target-without-colon" 11 make: directive.mk:43: Invalid line "target-without-colon another-target"
|
H A D | directive-endif.exp | 1 make: directive-endif.mk:16: The .endif directive does not take arguments 2 make: directive-endif.mk:21: The .endif directive does not take arguments 3 make: directive-endif.mk:32: The .endif directive does not take arguments 4 make: directive-endif.mk:39: The .endif directive does not take arguments 5 make: directive-endif.mk:44: Unknown directive "endifx"
|
H A D | directive-info.mk | 1 # $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 D | directive-include.exp | 2 Comparing "directive-include.mk null" != "directive-include.mk null" 4 Comparing "directive-include.mk null" != "directive-include.mk null" 5 make: directive-include.mk:26: Could not find nonexistent.mk 6 make: directive-include.mk:49: Could not find " 7 make: directive-include.mk:56: Unknown modifier ":Z" 9 make: directive-include.mk:56: Could not find nonexistent.mk 10 make: directive-include.mk:61: Cannot open /nonexistent 11 make: directive-include.mk:66: Invalid line "include"
|
H A D | directive-if.mk | 1 # $NetBSD: directive-if.mk,v 1.14 2025/06/28 22:39:28 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 D | directive-warning.mk | 1 # $NetBSD: directive-warning.mk,v 1.10 2025/07/01 04:24:20 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" 21 # expect+1: Unknown directive "warnings" 23 # expect+1: Unknown directive "warnings"
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 24 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. 248 /// \return true - the directive is a worksharing directive like 'omp for', 252 /// Checks if the specified directive is a taskloop directive. 253 /// \param DKind Specified directive. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 60 /// 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. 297 /// Build instance of directive of class \a K. 300 /// \param K Kind of OpenMP directive. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 28 static iterator_range<ArrayRef<Directive>::iterator> 29 getFirstCompositeRange(iterator_range<ArrayRef<Directive>::iterator> Leafs) { in getFirstCompositeRange() 31 // If directive-name-A and directive-name-B both correspond to loop- in getFirstCompositeRange() 32 // associated constructs then directive-name is a composite construct in getFirstCompositeRange() 33 // otherwise directive-name is a combined construct. in getFirstCompositeRange() 50 [](iterator_range<ArrayRef<Directive>::iterator> List) { in getFirstCompositeRange() 77 ArrayRef<Directive> getLeafConstructs(Directive D) { in getLeafConstructs() 85 ArrayRef<Directive> getLeafConstructsOrSelf(Directive D) { in getLeafConstructsOrSelf() 89 assert(Idx < Directive_enumSize && "Invalid directive"); in getLeafConstructsOrSelf() 91 // The first entry in the row is the directive itself. in getLeafConstructsOrSelf() [all …]
|
/freebsd/contrib/bmake/ |
H A D | FILES | 298 unit-tests/directive-dinclude.exp 299 unit-tests/directive-dinclude.mk 300 unit-tests/directive-elif.exp 301 unit-tests/directive-elif.mk 302 unit-tests/directive-elifdef.exp 303 unit-tests/directive-elifdef.mk 304 unit-tests/directive-elifmake.exp 305 unit-tests/directive-elifmake.mk 306 unit-tests/directive-elifndef.exp 307 unit-tests/directive-elifndef.mk [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 80 /// \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/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 40 /// 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, SMLoc Loc) { in parseIOSVersionMin() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 1 //===-- 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<"begin assumes"> { [all …]
|
H A D | OMP.h | 22 ArrayRef<Directive> getLeafConstructs(Directive D); 23 ArrayRef<Directive> getLeafConstructsOrSelf(Directive D); 25 ArrayRef<Directive> 26 getLeafOrCompositeConstructs(Directive D, SmallVectorImpl<Directive> &Output); 28 Directive getCompoundConstruct(ArrayRef<Directive> Parts); 30 bool isLeafConstruct(Directive D); 31 bool isCompositeConstruct(Directive D); 32 bool isCombinedConstruct(Directive D);
|
/freebsd/lib/libfigpar/ |
H A D | figpar.3 | 43 .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 …]
|