/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
H A D | loc_ur.t | 109 ok($objUr->lt("\x{628}\x{6BE}$t", "\x{67E}")); 111 ok($objUr->lt("\x{67E}\x{6BE}$t", "\x{62A}")); 113 ok($objUr->lt("\x{62A}\x{6BE}$t", "\x{679}")); 115 ok($objUr->lt("\x{679}\x{6BE}$t", "\x{62B}")); 118 ok($objUr->lt("\x{62C}\x{6BE}$t", "\x{686}")); 120 ok($objUr->lt("\x{686}\x{6BE}$t", "\x{62D}")); 124 ok($objUr->lt("\x{62F}\x{6BE}$t", "\x{688}")); 126 ok($objUr->lt("\x{688}\x{6BE}$t", "\x{630}")); 129 ok($objUr->lt("\x{631}\x{6BE}$t", "\x{691}")); 131 ok($objUr->lt("\x{691}\x{6BE}$t", "\x{632}")); [all …]
|
H A D | ignor.t | 114 09BE ; [.114E.0020.0002.09BE] # BENGALI VOWEL SIGN AA 117 09C7 09BE ; [.1159.0020.0002.09CB] # BENGALI VOWEL SIGN O 128 ok($L3ignorable->eq("\x{9C7}\x{9BE}A", "\x{9C7}\cA\x{9BE}A")); 129 ok($L3ignorable->eq("\x{9C7}\x{9BE}A", "\x{9C7}\x{591}\x{9BE}A")); 130 ok($L3ignorable->eq("\x{9C7}\x{9BE}A", "\x{9C7}\x{1D165}\x{9BE}A")); 131 ok($L3ignorable->eq("\x{9C7}\x{9BE}A", "\x{9CB}A"));
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | Unicode.t | 58 is($n_16be, encode('UTF-16BE', $nasty), qq{encode UTF-16BE}); 60 is($n_32be, encode('UTF-32BE', $nasty), qq{encode UTF-32BE}); 63 is($nasty, decode('UTF-16BE', $n_16be), qq{decode UTF-16BE}); 65 is($nasty, decode('UTF-32BE', $n_32be), qq{decode UTF-32BE}); 75 is(decode('UCS-2BE', $n_16be), $fallback, "decode UCS-2BE: fallback"); 78 is (index($@,'UCS-2BE:'), 0, "decode UCS-2BE: exception"); 81 is(encode('UCS-2BE', $nasty), $f_16be, "encode UCS-2BE: fallback"); 84 is(index($@, 'UCS-2BE'), 0, "encode UCS-2BE: exception"); 90 'UCS-2BE' => 'n*', 92 'UTF-16BE' => 'n*', [all …]
|
H A D | perlio.t | 140 'UTF-16BE' => pack('n', 0xFeFF), 142 'UTF-32BE' => pack('N', 0xFeFF), 150 my $utf_nobom = $utf; $utf_nobom =~ s/(LE|BE)$//o; 160 my $utf = $utf_nobom . 'BE';
|
/openbsd/sys/lib/libkern/arch/hppa/ |
H A D | prefix.h | 40 ! BE R%lbl-labl/**/lbl(sr7,r1) 46 ! BE,N R%lbl-labl/**/lbl(sr7,r1) 60 #define MILLI_BE(lbl) BE lbl(sr7,r0) 61 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0) 66 #define MILLIRETN BE,n 0(sr0,r31) 67 #define MILLIRET BE 0(sr0,r31) 68 #define MILLI_RETN BE,n 0(sr0,r31) 69 #define MILLI_RET BE 0(sr0,r31)
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefCapturedBlockVarChecker.cpp | 33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() argument 54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt() 58 auto *R = cast<BlockDataRegion>(C.getSVal(BE).getAsRegion()); in checkPostStmt() 88 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD)) in checkPostStmt()
|
H A D | CStringSyntaxChecker.cpp | 130 if (const auto *BE = dyn_cast<BinaryOperator>(LenArg->IgnoreParenCasts())) { in containsBadStrncatPattern() local 132 if (BE->getOpcode() == BO_Sub) { in containsBadStrncatPattern() 133 const Expr *L = BE->getLHS(); in containsBadStrncatPattern() 134 const Expr *R = BE->getRHS(); in containsBadStrncatPattern() 188 if (const auto *BE = in containsBadStrlcpyStrlcatPattern() local 190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts()); in containsBadStrlcpyStrlcatPattern() 191 if (BE->getOpcode() == BO_Add) { in containsBadStrlcpyStrlcatPattern() 192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) { in containsBadStrlcpyStrlcatPattern()
|
H A D | AnalyzerStatsChecker.cpp | 63 if (std::optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) { in checkEndAnalysis() local 64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() 122 const BlockEdge &BE = I->first; in checkEndAnalysis() local 123 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 151 auto BE = N->getLocation().getAs<BlockEntrance>(); in enqueue() local 153 if (!BE) { in enqueue() 159 BE->getBlock()->getBlockID(), in enqueue() 227 if (auto BE = N->getLocation().getAs<BlockEntrance>()) { in enqueue() local 229 BE->getBlock()->getBlockID(), in enqueue() 283 if (auto BE = N->getLocation().getAs<BlockEntrance>()) in enqueue() local 284 NumVisited = NumReached[BE->getBlock()]++; in enqueue()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/ |
H A D | XCoreInstPrinter.cpp | 56 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) { in printExpr() local 57 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr() 58 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCExpr.cpp | 79 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 80 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 81 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCExpr.cpp | 115 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); in print() local 118 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) { in print() 119 BE.getLHS()->print(OS, MAI); in print() 122 BE.getLHS()->print(OS, MAI); in print() 126 switch (BE.getOpcode()) { in print() 160 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) { in print() 161 BE.getRHS()->print(OS, MAI); in print() 164 BE.getRHS()->print(OS, MAI); in print() 1006 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); in findAssociatedFragment() local 1007 MCFragment *LHS_F = BE->getLHS()->findAssociatedFragment(); in findAssociatedFragment() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 124 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 125 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 126 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | charnames.t | 54 …like($@, qr/CYRILLIC CAPITAL LETTER BE.*above 0xFF/, "Verify get warning under 'use bytes' with ex… 959 …like($@, qr/Unknown charname 'Hiragana: BE'/, "Inner block without :short: \\N with short doesn't … 960 …ok(! defined charnames::vianame("Hiragana: BE"), "Inner block without :short: verify that vianame … 985 …like($@, qr/Unknown charname 'BE'/, "Inner inner block without script: verify that outer :script d… 988 eval '"\N{HIRAGANA LETTER BE}"'; 1017 …like($@, qr/Unknown charname 'Hiragana: BE'/, "Inner block without :short: \\N with short doesn't … 1037 is("\N{BE}", "\N{KATAKANA LETTER BE}", "Outer block: verify that \\N uses the correct script "); 1038 …cmp_ok(charnames::vianame("BE"), "==", ord("\N{KATAKANA LETTER BE}"), "Outer block: verify that vi… 1039 …cmp_ok(charnames::string_vianame("BE"), "==", "\N{KATAKANA LETTER BE}", "Outer block: verify that … 1040 is("\N{Hiragana: BE}", $hiragana_be, "Outer block: verify that :short works with \\N"); [all …]
|
/openbsd/gnu/llvm/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 133 auto BE = cast<BufferExtents>(R.get()); in produce() local 134 CurrentBufferBytes = BE->size(); in produce() 180 if (auto BE = dyn_cast<BufferExtents>(R.get())) { in produce() local 181 CurrentBufferBytes = BE->size(); in produce()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 188 for (BasicBlock::iterator BI = Pred->begin(), BE = PBI->getIterator(); in FlattenParallelAndOr() local 189 BI != BE;) { in FlattenParallelAndOr() 357 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) { in CompareIfRegionBlock() local 474 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) { in MergeIfRegion() local
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAllocaHoisting.cpp | 46 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) { in runOnFunction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCExpr.cpp | 196 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 197 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 198 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCExpr.cpp | 198 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 199 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 200 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 171 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 172 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 173 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 020_faihu.t | 28 $faihu_json = encode 'UTF-16BE', $js->encode ($faihu); 29 $roundtrip = $js->decode( decode 'UTF-16BE', $faihu_json);
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInstPrinter.cpp | 118 if (const auto *BE = dyn_cast<MCBinaryExpr>(Expr)) { in printExpr() local 119 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr() 120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 207 BlockExtractor BE(EraseFunctions); in run() local 208 BE.init(GroupsOfBlocks); in run() 209 return BE.runOnModule(M) ? PreservedAnalyses::none() in run()
|
/openbsd/usr.bin/file/magdir/ |
H A D | mips | 40 0 beshort 0x0162 MIPSEL-BE ECOFF executable 78 0 beshort 0x0166 MIPSEL-BE MIPS-II ECOFF executable 116 0 beshort 0x0142 MIPSEL-BE MIPS-III ECOFF executable 144 0 beshort 0x182 MIPSEL-BE Ucode
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCExpr.cpp | 232 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local 233 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm); in fixELFSymbolsInTLSFixupsImpl() 234 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm); in fixELFSymbolsInTLSFixupsImpl()
|