Searched defs:BE (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.h39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE enumerator in enum:BuddhistCalendar::EEras
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE enumerator in enum:BuddhistCalendar::EEras
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
55 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, argument
57 if (!BE->getBlockDecl()->hasCaptures())
62 cast<BlockDataRegion>(state->getSVal(BE,
93 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))
H A DAnalyzerStatsChecker.cpp63 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
64 const CFGBlock *CB = BE->getBlock();
123 const BlockEdge &BE = I->first; local
124 const CFGBlock *Exit = BE.getDst();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp21 const MCBinaryExpr *BE) {
34 if (isa<MCBinaryExpr>(BE->getLHS())) {
35 if (!isa<MCConstantExpr>(BE->getRHS()))
37 BE = cast<MCBinaryExpr>(BE->getLHS());
39 return (isa<MCSymbolRefExpr>(BE->getLHS())
40 && isa<MCSymbolRefExpr>(BE->getRHS()));
20 isSupportedBinaryExpr(MCSymbolRefExpr::VariantKind VK, const MCBinaryExpr *BE) argument
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp112 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
113 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
114 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/external/clang/lib/AST/
H A DParentMap.cpp177 BinaryOperator *BE = cast<BinaryOperator>(P); local
180 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp178 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
179 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
180 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp150 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { argument
151 if (BE->getValue())
152 Match("true", BE->getLocation());
154 Match("false", BE->getLocation());
/external/llvm/lib/MC/
H A DMCExpr.cpp75 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
78 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
79 OS << *BE.getLHS();
81 OS << '(' << *BE.getLHS() << ')';
84 switch (BE.getOpcode()) {
87 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
116 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
117 OS << *BE
818 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]
H A DMCStreamer.cpp633 const MCBinaryExpr &BE = cast<MCBinaryExpr>(Expr); local
634 visitUsedExpr(*BE.getLHS());
635 visitUsedExpr(*BE.getRHS());
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon12724
180 entropy->BE = 0;
334 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
335 entropy->BE = 0;
364 entropy->BE = 0;
662 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
672 /* emit any pending EOBRUN and the BE correction bits */
679 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
694 /* Emit any pending EOBRUN and the BE correction bits */
706 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/jpeg/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon22684
180 entropy->BE = 0;
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0;
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
674 /* emit any pending EOBRUN and the BE correction bits */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
696 /* Emit any pending EOBRUN and the BE correction bits */
708 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h37 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
66 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
91 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
235 BE = df_ext_end(getHeader(), VisitSet); local
241 for ( ; BI != BE; ++BI) {
291 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
292 BI != BE;
[all...]
/external/llvm/lib/IR/
H A DValue.cpp121 BasicBlock::const_iterator BI = BB->begin(), BE = BB->end(); local
123 for (; BI != BE && UI != UE; ++BI, ++UI) {
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcphuff.c46 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon28733
181 entropy->BE = 0;
337 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
338 entropy->BE = 0;
367 entropy->BE = 0;
665 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
675 /* emit any pending EOBRUN and the BE correction bits */
682 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
697 /* Emit any pending EOBRUN and the BE correction bits */
709 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon29282
180 entropy->BE = 0;
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0;
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
674 /* emit any pending EOBRUN and the BE correction bits */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
696 /* Emit any pending EOBRUN and the BE correction bits */
708 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp208 void VisitBlockExpr(BlockExpr *BE);
359 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) { argument
362 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, argument
190 CanQualType T = getContext().getCanonicalType(BE->getType());
193 SVal V = svalBuilder.getBlockPointer(BE->getBlockDecl(), T,
219 Bldr.generateNode(BE, Pred,
220 State->BindExpr(BE, Pred->getLocationContext(), V),
224 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, BE, *this);
534 BlockEdge BE = N->getLocation().castAs<BlockEdge>(); local
540 const CFGBlock *SrcBlock = BE.getSrc();
548 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c1045 #define BE(n) 0, n macro
1051 BE(10), /* Extension type */
1052 BE( 8), /* octets that follow ( 3 pairs + 1 length pair) */
1053 BE( 6), /* octets that follow ( 3 pairs) */
1054 BE(23), BE(24), BE(25)
1061 BE(10), /* Extension type */
1062 BE(52), /* octets that follow (25 pairs + 1 length pair) */
1063 BE(5
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp280 bool TraverseBlockExpr(BlockExpr *BE) { return true; } argument
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp854 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
855 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS());
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp873 const BlockExpr *BE = cast<BlockExpr>(Use.getUser()); local
875 S.Diag(BE->getLocStart(),
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp191 const MCBinaryExpr *BE = cast<MCBinaryExpr>(E); local
192 int64_t LHSVal = EvaluateCRExpr(BE->getLHS());
193 int64_t RHSVal = EvaluateCRExpr(BE->getRHS());
199 switch (BE->getOpcode()) {
1070 const MCBinaryExpr *BE = cast<MCBinaryExpr>(E); local
1072 const MCExpr *LHS = ExtractModifierFromExpr(BE->getLHS(), LHSVariant);
1073 const MCExpr *RHS = ExtractModifierFromExpr(BE->getRHS(), RHSVariant);
1078 if (!LHS) LHS = BE->getLHS();
1079 if (!RHS) RHS = BE->getRHS();
1090 return MCBinaryExpr::Create(BE
1136 const MCBinaryExpr *BE = cast<MCBinaryExpr>(E); local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java137 BE(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 529 milliseconds

12