Searched refs:BE (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d32 * BE stands for BlockExit.
37 enum BE : int
61 * BE.xxxx
77 result = BE.none;
89 result = BE.none;
94 result = BE.fallthru;
99 result = BE.halt;
106 result = BE.halt;
111 result = BE.halt;
120 result = BE
[all...]
H A Dcanthrow.d21 import dmd.blockexit : BE, checkThrow;
36 * This is a subset of `BE` restricted to the values actually used by `canThrow`.
38 enum CT : BE
41 none = BE.none,
44 exception = BE.throw_,
47 error = BE.errthrow,
54 extern (C++) /* CT */ BE canThrow(Expression e, FuncDeclaration func, bool mustNotThrow)
/netbsd-current/share/i18n/esdb/UTF/
H A DMakefile.inc10 UTF-16BE-mod= UTF1632
11 UTF-16BE-var= utf16,big,force
16 UTF-32BE-mod= UTF1632
17 UTF-32BE-var= utf32,big,force
/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dprefix.h42 ! BE R%lbl-labl/**/lbl(sr7,r1)
48 ! BE,N R%lbl-labl/**/lbl(sr7,r1)
62 #define MILLI_BE(lbl) BE lbl(sr7,r0)
63 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
68 #define MILLIRETN BE,n 0(sr0,r31)
69 #define MILLIRET BE 0(sr0,r31)
70 #define MILLI_RETN BE,n 0(sr0,r31)
71 #define MILLI_RET BE 0(sr0,r31)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-bpf/
H A Dreloc-data-be.d5 #name: data relocs BE
H A Dreloc-insn-external-be.d6 #name: reloc insn external BE
H A Dreloc-insn32-be.d5 #name: reloc INSN32 BE
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, argument
53 if (!BE->getBlockDecl()->hasCaptures())
57 auto *R = cast<BlockDataRegion>(C.getSVal(BE).getAsRegion());
87 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))
H A DCStringSyntaxChecker.cpp130 if (const auto *BE = dyn_cast<BinaryOperator>(LenArg->IgnoreParenCasts())) {
132 if (BE->getOpcode() == BO_Sub) {
133 const Expr *L = BE->getLHS();
134 const Expr *R = BE->getRHS();
188 if (const auto *BE =
190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts());
191 if (BE->getOpcode() == BO_Add) {
192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) {
H A DAnalyzerStatsChecker.cpp62 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
63 const CFGBlock *CB = BE->getBlock();
122 const BlockEdge &BE = I->first; local
123 const CFGBlock *Exit = BE.getDst();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp46 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) {
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregexec.c347 if (BE (length1 < 0 || length2 < 0 || stop < 0 || len < length1, 0))
356 if (BE (s == NULL, 0))
396 if (BE (start < 0 || start > length, 0))
402 if (BE (length_offset - start_offset < range, 0))
404 else if (BE (range < - start_offset, 0))
409 if (BE ((last_start < start) != (range < 0), 0))
417 if (BE (length < last_start, 0))
419 else if (BE (last_start < 0, 0))
434 if (BE (bufp->re_no_sub, 0))
440 else if (BE (buf
[all...]
H A Dregex_internal.c56 if (BE (ret != REG_NOERROR, 0))
81 if (BE (ret != REG_NOERROR, 0))
94 if (BE (ret != REG_NOERROR, 0))
101 if (BE (ret != REG_NOERROR, 0))
140 if (BE (new_wcs == NULL, 0))
146 if (BE (new_offsets == NULL, 0))
156 if (BE (new_mbs == NULL, 0))
222 if (BE (pstr->trans != NULL, 0))
236 if (BE (mbclen == (size_t) -2, 0))
242 else if (BE (mbcle
[all...]
H A Dregcomp.c457 if (BE (preg->re_fastmap == NULL, 0))
483 if (BE (ret == REG_NOERROR, 1))
510 if (BE (errcode < 0
523 if (BE (errbuf_size != 0, 1))
525 if (BE (msg_size > errbuf_size, 0))
627 if (BE (dfa != NULL, 1))
735 if (BE (preg->re_allocated < sizeof (re_dfa_t), 0))
752 if (BE (err != REG_NOERROR, 0))
766 if (BE (err != REG_NOERROR, 0))
780 if (BE (df
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp66 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
67 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
68 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp55 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) {
56 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
57 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp72 BlockExtractor BE; member in class:__anon2827::BlockExtractorLegacyPass
79 : ModulePass(ID), BE(EraseFunctions) {
87 BE.init(MassagedGroupsOfBlocks);
93 : ModulePass(ID), BE(EraseFunctions) {
94 BE.init(GroupsOfBlocksToExtract);
252 return BE.runOnModule(M);
257 BlockExtractor BE(false);
258 BE.init(SmallVector<SmallVector<BasicBlock *, 16>, 0>());
259 return BE.runOnModule(M) ? PreservedAnalyses::none()
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp151 auto BE = N->getLocation().getAs<BlockEntrance>(); variable
153 if (!BE) {
159 BE->getBlock()->getBlockID(),
233 if (auto BE = N->getLocation().getAs<BlockEntrance>()) {
235 BE->getBlock()->getBlockID(),
295 if (auto BE = N->getLocation().getAs<BlockEntrance>())
296 NumVisited = NumReached[BE->getBlock()]++;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp123 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
124 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
125 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRRecordProducer.cpp133 auto BE = cast<BufferExtents>(R.get()); local
134 CurrentBufferBytes = BE->size();
180 if (auto BE = dyn_cast<BufferExtents>(R.get())) {
181 CurrentBufferBytes = BE->size();
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dbe.d3 #name: BE only instructions
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp118 if (const auto *BE = dyn_cast<MCBinaryExpr>(Expr)) {
119 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp183 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
184 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
185 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp190 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
191 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
192 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp38 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr))
39 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());

Completed in 515 milliseconds

1234567891011>>