HomeSort by relevance Sort by last modified time
    Searched refs:VisitBinaryOperator (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 41 bool VisitBinaryOperator(BinaryOperator *Exp) {
TransZeroOutPropsInDealloc.cpp 90 bool VisitBinaryOperator(BinaryOperator *BOE) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 159 void VisitBinaryOperator(BinaryOperator *E) {
170 EvaluatedExprVisitor<CheckOverflowOps>::VisitBinaryOperator(E);
  /external/clang/lib/AST/
StmtDumper.cpp 148 void VisitBinaryOperator(BinaryOperator *Node);
494 void StmtDumper::VisitBinaryOperator(BinaryOperator *Node) {
ExprConstant.cpp     [all...]
StmtProfile.cpp 379 void StmtProfiler::VisitBinaryOperator(const BinaryOperator *S) {
386 VisitBinaryOperator(S);
StmtPrinter.cpp 990 void StmtPrinter::VisitBinaryOperator(BinaryOperator *Node) {
    [all...]
ASTImporter.cpp 171 Expr *VisitBinaryOperator(BinaryOperator *E);
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 212 void VisitBinaryOperator(BinaryOperator *BO);
331 void TransferFunctions::VisitBinaryOperator(BinaryOperator *B) {
UninitializedValues.cpp 372 void VisitBinaryOperator(BinaryOperator *bo);
505 void TransferFunctions::VisitBinaryOperator(clang::BinaryOperator *bo) {
ThreadSafety.cpp 605 void VisitBinaryOperator(BinaryOperator *BO);
630 void VarMapBuilder::VisitBinaryOperator(BinaryOperator *BO) {
    [all...]
CFG.cpp 313 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 273 /// VisitBinaryOperator - Transfer function logic for binary operators.
274 void VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred,
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 145 void VisitBinaryOperator(const BinaryOperator *BO);
669 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 702 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp);
706 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
768 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
    [all...]
ExprEngineC.cpp 21 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 525 void ASTStmtWriter::VisitBinaryOperator(BinaryOperator *E) {
535 VisitBinaryOperator(E);
    [all...]
ASTReaderStmt.cpp 553 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) {
562 VisitBinaryOperator(E);
    [all...]

Completed in 794 milliseconds