Home
last modified time | relevance | path

Searched refs:Illegal (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-head/bin/sh/tests/expansion/
HDcmdsubst1.030 check '".$(umask -@ 2>&1)." = ".umask: Illegal option -@."'
31 check '".$(umask -@ 2>&1; :)." = ".umask: Illegal option -@."'
32 check '".$({ umask -@; } 2>&1)." = ".umask: Illegal option -@."'
35 check '".$(shift xyz 2>&1)." = ".shift: Illegal number: xyz."'
36 check '".$(shift xyz 2>&1; :)." = ".shift: Illegal number: xyz."'
37 check '".$({ shift xyz; } 2>&1)." = ".shift: Illegal number: xyz."'
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIRSimilarityIdentifier.h77 enum InstrType { Legal, Illegal, Invisible }; enumerator
529 return Illegal; in visitBranchInst()
534 return Illegal; in visitPHINode()
537 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; } in visitAllocaInst()
540 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst()
543 InstrType visitLandingPadInst(LandingPadInst &LPI) { return Illegal; } in visitLandingPadInst()
544 InstrType visitFuncletPadInst(FuncletPadInst &FPI) { return Illegal; } in visitFuncletPadInst()
557 return Illegal; in visitIntrinsicInst()
558 return EnableIntrinsics ? Legal : Illegal; in visitIntrinsicInst()
566 return Illegal; in visitCallInst()
[all …]
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDBase64.cpp59 bool Illegal = DecodedByte == Base64InvalidByte; in decodeBase64() local
60 if (!Illegal && Byte == '=') { in decodeBase64()
64 Illegal = true; in decodeBase64()
68 Illegal = true; in decodeBase64()
71 if (Illegal) in decodeBase64()
/freebsd-head/share/mk/
HDbsd.mkopt.mk59 .error Illegal value for MK_${var}: ${MK_${var}}
91 .error Illegal value for MK_${var}: ${MK_${var}}
/freebsd-head/crypto/openssl/external/perl/Text-Template-1.56/
HDChanges123 Program fragment at line 30 delivered error ``Illegal division by zero''
127 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37''
136 Program fragment at line 30 delivered error ``Illegal division by zero''
140 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37''
161 Illegal division by zero at template line 37.
165 Illegal division by zero at catalog.tmpl line 37.
179 Illegal division by zero at template line 37.
183 Illegal division by zero at catalog.tmpl line 37.
/freebsd-head/lib/libc/nls/
HDC.msg64 29 Illegal seek
178 86 Illegal byte sequence
212 4 Illegal instruction
/freebsd-head/contrib/tcsh/nls/russian/
HDset2314 12 Illegal universe
/freebsd-head/contrib/tcsh/nls/ukrainian/
HDset2314 12 Illegal universe
/freebsd-head/contrib/tcsh/nls/greek/
HDset27 5 Παράνομη εντολή (Illegal instruction)
/freebsd-head/contrib/tcsh/nls/C/
HDset2314 12 Illegal universe
HDset27 5 Illegal instruction
HDset186 84 Illegal variable name
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
/freebsd-head/crypto/heimdal/lib/hx509/
HDocsp.asn160 malformedRequest (1), --Illegal confirmation request
/freebsd-head/contrib/libxo/tests/gettext/
HDstrerror.pot165 msgid "Illegal seek"
423 msgid "Illegal byte sequence"
/freebsd-head/crypto/openssl/test/recipes/30-test_evp_data/
HDevppkey_ecx.txt75 # Illegal sign/verify operations with X25519 key
152 # Illegal sign/verify operations with X448 key
/freebsd-head/usr.bin/sed/tests/
HDhanoi.sed44 Illegal characters: use only a-z and ":". Try again.
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp1824 return outliner::InstrType::Illegal; in getOutliningType()
1828 return outliner::InstrType::Illegal; in getOutliningType()
1849 return outliner::InstrType::Illegal; in getOutliningType()
1853 return outliner::InstrType::Illegal; in getOutliningType()
1882 return outliner::InstrType::Illegal; in getOutliningType()
HDMachineOutliner.cpp337 case InstrType::Illegal: in convertToUnsignedVec()
/freebsd-head/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po165 msgid "Illegal seek"
415 msgid "Illegal byte sequence"
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUGenRegisterBankInfo.def108 {nullptr, 0}, // Illegal power of 2 sizes
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Windows/
HDMemory.inc41 llvm_unreachable("Illegal memory protection flag specified!");
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Unix/
HDMemory.inc64 llvm_unreachable("Illegal memory protection flag specified!");
/freebsd-head/contrib/sendmail/cf/cf/
HDknecht.mc225 R$* $#error $: "553 Illegal Content-Disposition"
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp6295 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6303 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6308 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6318 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6336 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6342 auto UnknownCallOutlineType = outliner::InstrType::Illegal; in getOutliningTypeImpl()
6375 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6402 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6411 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6417 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
[all …]

12