Searched refs:Unknown (Results 1 - 25 of 216) sorted by relevance

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-hash.exp1 make: Unknown modifier 'h'
5 make: Unknown modifier 'h'
7 make: Unknown modifier 'h'
H A Ddirective-warning.exp1 make: "directive-warning.mk" line 11: Unknown directive "warn"
2 make: "directive-warning.mk" line 12: Unknown directive "warn"
3 make: "directive-warning.mk" line 13: Unknown directive "warnin"
4 make: "directive-warning.mk" line 14: Unknown directive "warnin"
7 make: "directive-warning.mk" line 17: Unknown directive "warnings"
8 make: "directive-warning.mk" line 18: Unknown directive "warnings"
H A Dvarparse-errors.exp1 make: "varparse-errors.mk" line 38: Unknown modifier 'Z'
2 make: "varparse-errors.mk" line 46: Unknown modifier 'Z'
H A Ddirective-misspellings.exp1 make: "directive-misspellings.mk" line 12: Unknown directive "dinclud"
2 make: "directive-misspellings.mk" line 14: Unknown directive "dincludx"
4 make: "directive-misspellings.mk" line 17: Unknown directive "erro"
5 make: "directive-misspellings.mk" line 18: Unknown directive "errox"
6 make: "directive-misspellings.mk" line 22: Unknown directive "expor"
7 make: "directive-misspellings.mk" line 24: Unknown directive "exporx"
8 make: "directive-misspellings.mk" line 25: Unknown directive "exports"
9 make: "directive-misspellings.mk" line 27: Unknown directive "export-en"
10 make: "directive-misspellings.mk" line 30: Unknown directive "export-environment"
11 make: "directive-misspellings.mk" line 32: Unknown directiv
[all...]
H A Ddirective.exp1 make: "directive.mk" line 9: Unknown directive "indented"
2 make: "directive.mk" line 10: Unknown directive "indented"
3 make: "directive.mk" line 11: Unknown directive "indented"
4 make: "directive.mk" line 15: Unknown directive "info"
H A Dcond-op-and-lint.exp1 make: "cond-op-and-lint.mk" line 9: Unknown operator '&'
H A Dcond-op-or-lint.exp1 make: "cond-op-or-lint.mk" line 9: Unknown operator '|'
H A Ddirective-info.exp2 make: "directive-info.mk" line 12: Unknown directive "inf"
6 make: "directive-info.mk" line 16: Unknown directive "information"
7 make: "directive-info.mk" line 17: Unknown directive "information"
10 make: "directive-info.mk" line 26: Unknown directive "info-message"
H A Dcmd-errors-jobs.exp6 make: Unknown modifier 'Z'
H A Dcmd-errors-lint.exp6 make: Unknown modifier 'Z'
H A Dcmd-errors.exp6 make: Unknown modifier 'Z'
H A Ddirective-undef.exp2 make: "directive-undef.mk" line 86: Unknown modifier 'Z'
H A Dvarmod-order.mk12 # Unknown modifier "OX"
15 # Unknown modifier "OxXX"
H A Ddirective-elif.exp1 make: "directive-elif.mk" line 47: Unknown directive "elsif"
3 make: "directive-elif.mk" line 60: Unknown directive "elsif"
6 make: "directive-elif.mk" line 89: Unknown directive "elsif"
13 make: "directive-elif.mk" line 125: Unknown directive "elsif"
15 make: "directive-elif.mk" line 127: Unknown directive "elsif"
H A Ddirective-for-errors.exp1 make: "directive-for-errors.mk" line 7: Unknown directive "fori"
4 make: "directive-for-errors.mk" line 19: Unknown directive "for"
16 make: "directive-for-errors.mk" line 73: Unknown modifier 'Z'
H A Ddirective-unexport-env.exp1 make: "directive-unexport-env.mk" line 13: Unknown directive "unexport-en"
2 make: "directive-unexport-env.mk" line 15: Unknown directive "unexport-environment"
H A Dmoderrs.exp2 want: Unknown modifier 'Z'
3 make: Unknown modifier 'Z'
7 want: Unknown modifier 'Z'
8 make: Unknown modifier 'Z'
129 make: Unknown modifier '_'
133 make: Unknown modifier '3'
136 make: Unknown modifier '3'
139 make: Unknown modifier '3'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp25 .Default(Format::Unknown);
27 if (Result == Format::Unknown)
29 "Unknown remark format: '%s'",
41 .Default(Format::Unknown);
43 if (Result == Format::Unknown)
45 "Unknown remark magic: '%s'", MagicStr.data());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h27 Unknown = 0, // Not binary operator. enumerator in enum:clang::prec::Level
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h24 enum class ABI { Unknown, O32, N32, N64 }; member in class:llvm::MipsABIInfo::ABI
32 static MipsABIInfo Unknown() { return MipsABIInfo(ABI::Unknown); } function in class:llvm::MipsABIInfo
39 bool IsKnown() const { return ThisABI != ABI::Unknown; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; member in class:llvm::remarks::Format
/freebsd-13-stable/tools/regression/atm/proto_uni/
H A DRunTest.sh11 $DATA/Unknown.??? $DATA/Incoming.??? $DATA/MpOut.??? $DATA/MpIn.??? \
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryAtom.h21 Unknown, member in class:lld::SharedLibraryAtom::Type
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp27 return prec::Unknown;
38 return prec::Unknown;
40 default: return prec::Unknown;
/freebsd-13-stable/stand/efi/include/
H A Defipart.h62 UINT8 Unknown[2]; member in struct:__anon8004

Completed in 90 milliseconds

123456789