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

12

/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h41 * BE (Buddhist Era) and 1998 AD is 2541 BE.
43 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
45 * 1/1/1 BE are rejected as an illegal argument.
57 BE enumerator in enum:BuddhistCalendar::EEras
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, argument
54 if (!BE->getBlockDecl()->hasCaptures())
59 cast<BlockDataRegion>(state->getSVal(BE,
90 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/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp55 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
56 AddValueSymbols_(BE->getLHS(), Asm);
57 AddValueSymbols_(BE->getRHS(), Asm);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp113 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
114 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
115 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/external/clang/lib/AST/
H A DParentMap.cpp179 BinaryOperator *BE = cast<BinaryOperator>(P); local
182 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { argument
59 if (BE->getValue())
60 Match("true", BE->getLocation());
62 Match("false", BE->getLocation());
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBuddhistCalendar.java25 * BE (Buddhist Era) and 1998 AD is 2541 BE.
27 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
29 * 1/1/1 BE are rejected with an <code>IllegalArgumentException</code>.
57 public static final int BE = 0; field in class:BuddhistCalendar
221 return BE;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java24 * BE (Buddhist Era) and 1998 AD is 2541 BE.
26 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
28 * 1/1/1 BE are rejected with an <code>IllegalArgumentException</code>.
58 public static final int BE = 0; field in class:BuddhistCalendar
235 return BE;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp217 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
218 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
219 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp175 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
176 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
177 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/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/swiftshader/third_party/LLVM/lib/MC/
H A DMCExpr.cpp84 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
87 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
88 OS << *BE.getLHS();
90 OS << '(' << *BE.getLHS() << ')';
93 switch (BE.getOpcode()) {
97 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
126 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
127 OS << *BE
587 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]
H A DMCObjectStreamer.cpp73 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
74 AddValueSymbols(BE->getLHS());
75 AddValueSymbols(BE->getRHS());
/external/libjpeg-turbo/
H A Djcphuff.c48 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon11665
183 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/llvm/lib/MC/
H A DMCExpr.cpp74 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
77 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
78 BE.getLHS()->print(OS, MAI);
81 BE.getLHS()->print(OS, MAI);
85 switch (BE.getOpcode()) {
88 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
118 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
119 BE
778 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]
H A DMCCodeView.cpp400 const MCBinaryExpr *BE = local
403 BE->evaluateAsRelocatable(Res, &Layout, /*Fixup=*/nullptr);
418 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_4));
421 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_2));
/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp117 IndexType BS = B.start(), BE = B.end(); local
132 if (BE < AE) {
133 // BE cannot be Exit here.
134 if (BE == IndexType::None)
137 add(BE, AE, A.Fixed, false);
/external/clang/lib/Analysis/
H A DLiveVariables.cpp207 void VisitBlockExpr(BlockExpr *BE);
357 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) { argument
359 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
H A DThreadSafetyCommon.cpp336 til::SExpr *BE = translate(ME->getBase(), Ctx); local
337 til::SExpr *E = new (Arena) til::SApply(BE);
345 if (hasCppPointerType(BE))
/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());
192 const BlockDecl *BD = BE->getBlockDecl();
241 Bldr.generateNode(BE, Pred,
242 State->BindExpr(BE, Pred->getLocationContext(), V),
246 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, BE, *this);
570 BlockEdge BE = N->getLocation().castAs<BlockEdge>(); local
576 const CFGBlock *SrcBlock = BE.getSrc();
584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
/external/llvm/lib/IR/
H A DValue.cpp123 BasicBlock::const_iterator BI = BB->begin(), BE = BB->end(); local
125 for (; BI != BE && UI != UE; ++BI, ++UI) {
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp126 bool TraverseBlockExpr(BlockExpr *BE) { return true; } argument
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1199 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
1200 return hasGOTReference(BE->getLHS()) || hasGOTReference(BE->getRHS());
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOModule.cpp524 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
525 AddValueSymbols(BE->getLHS());
526 AddValueSymbols(BE->getRHS());

Completed in 715 milliseconds

12