HomeSort by relevance Sort by last modified time
    Searched defs:BE (Results 1 - 14 of 14) sorted by null

  /external/icu4c/i18n/
buddhcal.h 39 * 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
78 * @param source the object to be copied.
85 * @param right the object to be copied.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 44 // that method should be made public?
55 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
56 AddValueSymbols_(BE->getLHS(), Asm);
57 AddValueSymbols_(BE->getRHS(), Asm);
  /external/clang/lib/AST/
ParentMap.cpp 105 BinaryOperator *BE = cast<BinaryOperator>(P);
108 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 49 if (const BlockEntrance *BE = dyn_cast<BlockEntrance>(&P)) {
50 const CFGBlock *CB = BE->getBlock();
104 const BlockEdge &BE = I->first;
105 const CFGBlock *Exit = BE.getDst();
IdempotentOperationChecker.cpp 149 // If either value is unknown, we can't be 100% sure of all paths.
190 // x Assign x can be used to silence unused variable warnings intentionally.
324 // At the post visit stage, the predecessor ExplodedNode will be the
456 // our assumption to be impossible.
544 const BlockEdge &BE = I->first;
553 const CFGBlock *destBlock = BE.getDst();
583 else if (BlockEdge *BE = dyn_cast<BlockEdge>(&P)) {
584 B = BE->getDst();
614 // that varies. This could be due to a compile-time constant like sizeof. An
RetainCountChecker.cpp 367 /// specifies the argument (starting from 0). This can be sparsely
782 // FIXME: Eventually this should be unneeded.
932 // FIXME: This should all be refactored into a chain of "summary lookup"
937 // Part of: <rdar://problem/7299394>. This will be addressed
951 // This should be addressed using a API table.
957 // This should be addressed using a API table. This strcmp is also
964 // This should be addressed using a API table.
969 // Eventually this can be improved by recognizing that the pixel
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 73 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
74 AddValueSymbols(BE->getLHS());
75 AddValueSymbols(BE->getRHS());
93 assert(AddrSpace == 0 && "Address space must be 0!");
MCExpr.cpp 84 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this);
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.getRHS()
    [all...]
  /external/jpeg/
jcphuff.c 11 * currently does not allow multiple-scan files to be written with output
45 unsigned int BE; /* # of buffered correction bits before MCU */
74 * which should be safe.
143 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
180 entropy->BE = 0;
193 * NB: these must be called only when actually outputting,
221 * left-justified in this part. At most 16 bits can be passed to emit_bits
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 11 // intended to be used by linker to optimize code at link time.
524 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
525 AddValueSymbols(BE->getLHS());
526 AddValueSymbols(BE->getRHS());
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 128 // Ignore default cases that aren't likely to be reachable because all
208 // noreturn, that don't return. If people would like this warning to be more
209 // accurate, such functions should be marked as noreturn.
236 // Don't suggest that virtual functions be marked "noreturn", since they
237 // might be overridden by non-noreturn functions.
242 // Don't suggest that template instantiations be marked "noreturn"
514 const BlockExpr *BE = cast<BlockExpr>(E);
515 S.Diag(BE->getLocStart(),
630 // Although this call will be slow, this is only called when outputting
791 // (1) The CFGs often can't be constructed (if the body is invalid), s
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 89 // FIXME: It would be nice if we had a more general mechanism to add
95 // to be > 0.
136 assert(state && "'self' cannot be null");
235 // A tag to track convenience transitions, which can be removed at cleanup.
277 // values of the soon to be dead symbols.
498 // Cases that should never be evaluated simply because they shouldn't
516 llvm_unreachable("Stmt should not be in analyzer evaluation loop");
573 // to be explicitly evaluated.
593 const BlockDeclRefExpr *BE = cast<BlockDeclRefExpr>(S);
594 VisitCommonDeclRefExpr(BE, BE->getDecl(), Pred, Dst)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 194 /// will be either the EndOfStatement or EOF.
223 /// accepts a single symbol (which should be a label or an external).
499 // Variable symbols may not be marked as defined, so check those
741 const MCBinaryExpr *BE = cast<MCBinaryExpr>(E);
742 const MCExpr *LHS = ApplyModifierToExpr(BE->getLHS(), Variant);
743 const MCExpr *RHS = ApplyModifierToExpr(BE->getRHS(), Variant);
748 if (!LHS) LHS = BE->getLHS();
749 if (!RHS) RHS = BE->getRHS();
751 return MCBinaryExpr::Create(BE->getOpcode(), LHS, RHS, getContext());
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 14 This program is distributed in the hope that it will be useful,
95 # define BE(expr, val) __builtin_expect (expr, val)
97 # define BE(expr, val) (expr)
157 /* An integer used to represent a set of bits. It must be unsigned,
158 and must be at least as wide as unsigned int. */
353 /* These 2 bits can be moved into the union if needed (e.g. if running out
392 /* End of the buffer may be shorter than its length in the cases such
400 the context of mbs[0] may be different from raw_mbs[0], which is
466 and a page size can be as small as 4096 bytes. So we cannot safely

Completed in 453 milliseconds