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

12345678

/freebsd-12-stable/share/i18n/esdb/UTF/
H A DMakefile9 UTF-16BE-mod= UTF1632
10 UTF-16BE-var= utf16,big,force
19 UTF-32BE-mod= UTF1632
20 UTF-32BE-var= utf32,big,force
/freebsd-12-stable/contrib/llvm-project/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();
H A DDivZeroChecker.cpp38 if (const auto *BE = dyn_cast<BinaryOperator>(S))
39 return BE->getRHS();
H A DObjCUnusedIVarsChecker.cpp45 if (const BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
46 Scan(M, BE->getBody());
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dintpcm.h19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
125 INTPCM_DECLARE_OP_16(S, BE) \
127 INTPCM_DECLARE_OP_24(S, BE) \
129 INTPCM_DECLARE_OP_32(S, BE) \
132 INTPCM_DECLARE_OP_16(U, BE) \
134 INTPCM_DECLARE_OP_24(U, BE) \
136 INTPCM_DECLARE_OP_32(U, BE)
H A Dfeeder_volume.c19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
81 FEEDVOLUME_DECLARE(S, 16, BE)
82 FEEDVOLUME_DECLARE(S, 32, BE)
87 FEEDVOLUME_DECLARE(S, 24, BE)
92 FEEDVOLUME_DECLARE(U, 16, BE)
93 FEEDVOLUME_DECLARE(U, 24, BE)
94 FEEDVOLUME_DECLARE(U, 32, BE)
120 FEEDVOLUME_ENTRY(S, 16, BE),
121 FEEDVOLUME_ENTRY(S, 32, BE),
126 FEEDVOLUME_ENTRY(S, 24, BE),
[all...]
H A Dfeeder_mixer.c19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
77 FEEDMIXER_DECLARE(S, 16, BE)
78 FEEDMIXER_DECLARE(S, 32, BE)
83 FEEDMIXER_DECLARE(S, 24, BE)
88 FEEDMIXER_DECLARE(U, 16, BE)
89 FEEDMIXER_DECLARE(U, 24, BE)
90 FEEDMIXER_DECLARE(U, 32, BE)
112 FEEDMIXER_ENTRY(S, 16, BE),
113 FEEDMIXER_ENTRY(S, 32, BE),
117 FEEDMIXER_ENTRY(S, 24, BE),
[all...]
H A Dfeeder_format.c19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
96 FEEDFORMAT_ENTRY(S, 16, BE),
97 FEEDFORMAT_ENTRY(S, 24, BE),
98 FEEDFORMAT_ENTRY(S, 32, BE),
103 FEEDFORMAT_ENTRY(U, 16, BE),
104 FEEDFORMAT_ENTRY(U, 24, BE),
105 FEEDFORMAT_ENTRY(U, 32, BE),
H A Dfeeder_eq.c19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
221 FEEDEQ_DECLARE(S, 16, BE)
222 FEEDEQ_DECLARE(S, 32, BE)
227 FEEDEQ_DECLARE(S, 24, BE)
232 FEEDEQ_DECLARE(U, 16, BE)
233 FEEDEQ_DECLARE(U, 24, BE)
234 FEEDEQ_DECLARE(U, 32, BE)
253 FEEDEQ_ENTRY(S, 16, BE),
254 FEEDEQ_ENTRY(S, 32, BE),
259 FEEDEQ_ENTRY(S, 24, BE),
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp46 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) {
H A DNVPTXLowerAggrCopies.cpp69 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE; ++BI) {
/freebsd-12-stable/contrib/libgnuregex/
H A Dregexec.c373 if (BE (length1 < 0 || length2 < 0 || stop < 0 || len < length1, 0))
382 if (BE (s == NULL, 0))
421 if (BE (start < 0 || start > length, 0))
423 if (BE (start + range > length, 0))
425 else if (BE (start + range < 0, 0))
437 if (BE (bufp->no_sub, 0))
443 else if (BE (bufp->regs_allocated == REGS_FIXED &&
447 if (BE (nregs < 1, 0))
457 if (BE (pmatch == NULL, 0))
476 if (BE (buf
[all...]
H A Dregex_internal.c53 if (BE (ret != REG_NOERROR, 0))
78 if (BE (ret != REG_NOERROR, 0))
91 if (BE (ret != REG_NOERROR, 0))
98 if (BE (ret != REG_NOERROR, 0))
140 if (BE (SIZE_MAX / max_object_size < new_buf_len, 0))
144 if (BE (new_wcs == NULL, 0))
150 if (BE (new_offsets == NULL, 0))
160 if (BE (new_mbs == NULL, 0))
226 if (BE (pstr->trans != NULL, 0))
240 if (BE (mbcle
[all...]
H A Dregcomp.c484 if (BE (preg->fastmap == NULL, 0))
510 if (BE (ret == REG_NOERROR, 1))
540 if (BE (errcode < 0
553 if (BE (errbuf_size != 0, 1))
555 if (BE (msg_size > errbuf_size, 0))
643 if (BE (dfa != NULL, 1))
752 if (BE (preg->allocated < sizeof (re_dfa_t), 0))
767 if (BE (err != REG_NOERROR, 0))
784 if (BE (err != REG_NOERROR, 0))
798 if (BE (df
[all...]
/freebsd-12-stable/contrib/llvm-project/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());
/freebsd-12-stable/contrib/llvm-project/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()]++;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp122 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
123 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
124 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/freebsd-12-stable/contrib/llvm-project/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();
/freebsd-12-stable/contrib/llvm-project/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());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp176 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
177 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
178 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp190 for (BasicBlock::iterator BI = Pred->begin(), BE = PBI->getIterator();
191 BI != BE;) {
369 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) {
436 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp38 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr))
39 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp91 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
94 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
95 BE.getLHS()->print(OS, MAI);
98 BE.getLHS()->print(OS, MAI);
102 switch (BE.getOpcode()) {
105 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
135 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
136 BE
908 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]

Completed in 655 milliseconds

12345678