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

1234567

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, argument
56 if (!BE->getBlockDecl()->hasCaptures())
61 cast<BlockDataRegion>(state->getSVal(BE,
94 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))
H A DAnalyzerStatsChecker.cpp63 if (const BlockEntrance *BE = dyn_cast<BlockEntrance>(&P)) {
64 const CFGBlock *CB = BE->getBlock();
123 const BlockEdge &BE = I->first; local
124 const CFGBlock *Exit = BE.getDst();
H A DCStringSyntaxChecker.cpp110 if (const BinaryOperator *BE =
113 if (BE->getOpcode() == BO_Sub) {
114 const Expr *L = BE->getLHS();
115 const Expr *R = BE->getRHS();
H A DObjCUnusedIVarsChecker.cpp45 if (const BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
46 Scan(M, BE->getBody());
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp54 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
55 AddValueSymbols_(BE->getLHS(), Asm);
56 AddValueSymbols_(BE->getRHS(), Asm);
/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp69 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE; ++BI) {
/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp57 for (BasicBlock::iterator BI = DI->begin(), BE = DI->end(); BI != BE;) {
H A DLowerExpectIntrinsic.cpp157 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end();
158 BI != BE; ) {
H A DCloneFunction.cpp110 // appropriate. Note that we save BE this way in order to handle cloning of
113 for (Function::const_iterator BI = OldFunc->begin(), BE = OldFunc->end();
114 BI != BE; ++BI) {
143 BE = NewFunc->end(); BB != BE; ++BB)
396 for (Function::const_iterator BI = OldFunc->begin(), BE = OldFunc->end();
397 BI != BE; ++BI) {
/external/llvm/lib/MC/
H A DMCExpr.cpp86 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
89 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
90 OS << *BE.getLHS();
92 OS << '(' << *BE.getLHS() << ')';
95 switch (BE.getOpcode()) {
98 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
127 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
128 OS << *BE
612 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/clang/lib/AST/
H A DParentMap.cpp109 BinaryOperator *BE = cast<BinaryOperator>(P); local
112 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
/external/icu4c/i18n/
H A Dbuddhcal.cpp97 return BE;
113 era = BuddhistCalendar::BE;
115 era = BuddhistCalendar::BE;
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/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp79 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) {
80 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
81 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/jpeg/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon6009
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/lib/Analysis/
H A DAliasDebugger.cpp66 for (BasicBlock::const_iterator BI = FI->begin(), BE = FI->end();
67 BI != BE; ++BI) {
H A DRegionPrinter.cpp125 BE = R->block_end(); BI != BE; ++BI) {
H A DLoopInfo.cpp254 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) {
402 BE = Unloop->block_end(); BI != BE; ++BI) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp100 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon9061
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/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h216 const MCBinaryExpr *BE = static_cast<const MCBinaryExpr*>(Expr); local
217 const MCExpr *LHS = BE->getLHS();
218 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h191 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
222 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
253 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
425 BE = df_ext_end(getHeader(), VisitSet); local
436 for ( ; BI != BE; ++BI) {
487 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
488 BI != BE;
[all...]
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp910 BE = df_end(SUCC); BI != BE; ++BI) {
947 BE = CSRSave.end(); BI != BE; ++BI) {
968 BE = df_end(MBB); BI != BE; ++BI) {
1000 BE = CSRRestore.end(); BI != BE; ++BI) {
1019 BE = idf_end(MBB); BI != BE;
[all...]
/external/chromium/android/
H A DgenerateAndroidForwardingHeader.pl18 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
47 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,

Completed in 248 milliseconds

1234567