HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOperator (Results 151 - 175 of 251) sorted by null

1 2 3 4 5 67 8 91011

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 434 const BinaryOperator *B = cast<BinaryOperator>(Parent);
746 const BinaryOperator *B = cast<BinaryOperator>(T);
902 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(E))
    [all...]
ExprEngine.cpp     [all...]
CallEvent.cpp 746 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Syntactic))
    [all...]
CoreEngine.cpp 361 HandleBranch(cast<BinaryOperator>(Term)->getLHS(), Term, B, Pred);
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h 353 // (they're all opcodes in BinaryOperator) but do have visitors.
368 #define OPERATOR(NAME) GENERAL_BINOP_FALLBACK(NAME, BinaryOperator)
496 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {
500 DISPATCH_STMT(Bin##NAME, BinaryOperator, S);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaChecking.cpp     [all...]
AnalysisBasedWarnings.cpp 140 void compareAlwaysTrue(const BinaryOperator *B, bool isAlwaysTrue) override {
149 void compareBitwiseEquality(const BinaryOperator *B,
755 const BinaryOperator *BO = cast<BinaryOperator>(Term);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 869 if (auto *BinOp = dyn_cast<BinaryOperator>(S)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 715 ->getArithmeticInstrCost(BinaryOperator::FMul, RetTy) +
717 ->getArithmeticInstrCost(BinaryOperator::FAdd, RetTy);
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 630 if (BinaryOperator::isNeg(Bump)) {
633 Builder.CreateSub(Basis.Ins, BinaryOperator::getNegArgument(Bump));
StructurizeCFG.cpp 392 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
397 return BinaryOperator::CreateNot(Condition,
ConstantHoisting.cpp 475 Mat = BinaryOperator::Create(Instruction::Add, Base, Offset,
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 432 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
433 cast<BinaryOperator>(I)->isExact() && isPowerOf2_64(Imm)) {
439 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 321 auto *BO = dyn_cast<BinaryOperator>(Copy);
    [all...]
CGExprCXX.cpp 110 if (isa<BinaryOperator>(callee))
286 const BinaryOperator *BO =
287 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
    [all...]
CoverageMappingGen.cpp 854 void VisitBinLAnd(const BinaryOperator *E) {
862 void VisitBinLOr(const BinaryOperator *E) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Nodes.java 36 import java.util.function.BinaryOperator;
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 72 bool trans::isPlusOneAssign(const BinaryOperator *E) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 386 } else if (isa<BinaryOperator>(J) &&
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 328 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo,
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 205 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
    [all...]

Completed in 321 milliseconds

1 2 3 4 5 67 8 91011