/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 84 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L, 235 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() argument 237 auto CreateBreak = [this, Cond, Broken](Instruction *I) -> CallInst * { in handleLoopCondition() 238 return IRBuilder<>(I).CreateCall(IfBreak, {Cond, Broken}); in handleLoopCondition() 280 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken"); in handleLoop() local 281 Broken->insertBefore(Target->begin()); in handleLoop() 285 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop() 295 PHIValue = Broken; in handleLoop() 296 Broken->addIncoming(PHIValue, Pred); in handleLoop()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 230 bool &Broken) { in testMergedProgram() argument 241 Broken = *Diff; in testMergedProgram() 282 Expected<bool> Broken = in TestFuncs() local 287 return Broken; in TestFuncs() 720 bool Broken; in TestOptimizer() local 721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer() 725 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer() 729 return Broken; in TestOptimizer()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | fc1.0 | 2 trap 'echo Broken pipe -- test failed' PIPE
|
H A D | fc2.0 | 2 trap 'echo Broken pipe -- test failed' PIPE
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CriticalAntiDepBreaker.cpp | 525 unsigned Broken = 0; in BreakAntiDependencies() local 684 ++Broken; in BreakAntiDependencies() 691 return Broken; in BreakAntiDependencies()
|
H A D | PostRASchedulerList.cpp | 391 unsigned Broken = in schedule() local 395 if (Broken != 0) { in schedule() 405 NumFixedAnti += Broken; in schedule()
|
H A D | AggressiveAntiDepBreaker.cpp | 784 unsigned Broken = 0; in BreakAntiDependencies() local 951 ++Broken; in BreakAntiDependencies() 960 return Broken; in BreakAntiDependencies()
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_option.sh | 215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \ 220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 70 32 Broken pipe 230 13 Broken pipe
|
H A D | fr_FR.ISO8859-1.msg | 212 13 Broken pipe
|
/freebsd/tools/test/stress2/misc/ |
H A D | sched.sh | 57 { echo Broken; top -U nobody -d 1 | grep nobody; }
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm6115p-lenovo-j606f.dts | 181 /* Broken hw, this one can't be turned off or SDHCI will break! */ 280 /* Broken hw, this one can't be turned off or SDHCI will break! */
|
H A D | qrb2210-rb1.dts | 452 /* Broken hardware, never turn it off! */
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 06-sni-ticket.cnf.in | 76 # Add a "Broken" case.
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set2 | 23 21 Broken pipe
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set2 | 23 21 Broken pipe
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bioinformatics | 120 # XXX Broken?
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | strerror.pot | 177 msgid "Broken pipe"
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 150 bool Broken = false; member 289 Broken = true; in CheckFailed() 307 Broken |= TreatBrokenDebugInfoAsError; in DebugInfoCheckFailed() 433 Broken = false; in verify() 449 return !Broken; in verify() 454 Broken = false; in verify() 487 return !Broken; in verify() 7144 bool Broken = false; in verifyModule() local 7146 Broken |= !V.verify(F); in verifyModule() 7148 Broken |= !V.verify(); in verifyModule() [all …]
|
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/ |
H A D | strerror.po | 177 msgid "Broken pipe"
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-pepper.dts | 528 /* Broken out to J6 header */
|
/freebsd/contrib/tcsh/ |
H A D | Ported | 701 CFLAGS : Broken optimizers... 791 CFLAGS : Broken optimizers...
|
/freebsd/contrib/tzdata/ |
H A D | australasia | 1169 # NSW (including LHI and Broken Hill): 1553 # Broken Hill will stick with South Australian time in 2000. See: 1554 # Broken Hill to be behind the times (1999-07-21) 1558 # Capital Territory, New South Wales except Lord Howe Island and Broken 1571 # 'Broken Hill' means the County of Yancowinna. 1574 # # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ]
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h6.dtsi | 338 /* Broken on some H6 boards */
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 839 // Broken pipe is not a crash.
|