HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOperator (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 52 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(E)) {
87 if (const BinaryOperator *BE = dyn_cast<BinaryOperator>(S))
500 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>())
    [all...]
ExprEngineC.cpp 22 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
43 BinaryOperator::Opcode Op = B->getOpcode();
504 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred,
531 if (const BinaryOperator *Term = cast_or_null<BinaryOperator>(T.getStmt())) {
    [all...]
BasicValueFactory.cpp 146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 283 BinaryOperator *ModVal =
284 BinaryOperator::CreateURem(TripCount,
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
ProfilingUtils.cpp 126 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal,
  /external/clang/lib/AST/
Expr.cpp 86 } else if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(E)) {
164 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(E)) {
    [all...]
ExprClassification.cpp 30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E);
277 return ClassifyBinaryOp(Ctx, cast<BinaryOperator>(E));
504 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) {
ASTDumper.cpp 266 void VisitBinaryOperator(const BinaryOperator *Node);
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 160 return isa<BinaryOperator>(S) || isa<UnaryOperator>(S) ||
299 // (they're all opcodes in BinaryOperator) but do have visitors.
314 #define OPERATOR(NAME) GENERAL_BINOP_FALLBACK(NAME, BinaryOperator)
494 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {
497 case BO_##NAME: DISPATCH_WALK(Bin##NAME, BinaryOperator, S);
547 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {
550 case BO_##NAME: DISPATCH(Bin##NAME, BinaryOperator, S);
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 402 assert(BinaryOperator::isAssignmentOp(opcode));
412 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
422 BinaryOperator::getOpForCompoundAssignment(opcode);
819 assert(BinaryOperator::isAssignmentOp(opcode));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 348 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op,
538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
BasicValueFactory.h 183 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) {
  /external/llvm/unittests/IR/
ValueMapTest.cpp 28 OwningPtr<BinaryOperator> AddV;
33 AddV(BinaryOperator::CreateAdd(ConstantV, ConstantV)) {
  /external/llvm/unittests/Support/
ValueHandleTest.cpp 318 std::auto_ptr<BinaryOperator> BitcastUser(
319 BinaryOperator::CreateAdd(RVH,
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 474 // (BinaryOperator 'int' '='
477 // (BinaryOperator 'int' '<'
527 clang::BinaryOperator *Init =
528 new(C) clang::BinaryOperator(RefrsIntIter,
541 clang::BinaryOperator *Cond =
542 new(C) clang::BinaryOperator(RefrsIntIter,
896 clang::BinaryOperator *Init =
897 new(C) clang::BinaryOperator(RefrsIntIter,
909 clang::BinaryOperator *Cond =
910 new(C) clang::BinaryOperator(RefrsIntIter
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 228 const BinaryOperator *BExpr,
PathDiagnostic.h 32 class BinaryOperator;
212 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
  /external/clang/lib/Analysis/
UninitializedValues.cpp 329 void VisitBinaryOperator(BinaryOperator *BO);
386 void ClassifyRefs::VisitBinaryOperator(BinaryOperator *BO) {
453 void VisitBinaryOperator(BinaryOperator *bo);
671 void TransferFunctions::VisitBinaryOperator(BinaryOperator *BO) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 117 void VisitBinMul(const BinaryOperator *E) {
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 128 bool visitSub(BinaryOperator &I);
129 bool visitBinaryOperator(BinaryOperator &I);
561 bool CallAnalyzer::visitSub(BinaryOperator &I) {
588 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 535 if ((!isa<BinaryOperator>(BBI) && !isa<CastInst>(BBI)) ||
545 BinaryOperator *BO = dyn_cast<BinaryOperator>(BBI);
714 if (isa<BinaryOperator>(BBI)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 255 BinaryOperator *Incr =
256 dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge));
401 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
813 BinaryOperator *NarrowBO = cast<BinaryOperator>(DU.NarrowUse);
814 BinaryOperator *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(),
    [all...]

Completed in 792 milliseconds

1 2 34 5 6 7 8