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 77 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 147 void VisitBinaryOperator(BinaryOperator *Node);
490 void StmtDumper::VisitBinaryOperator(BinaryOperator *Node) {
ExprConstant.cpp 317 bool VisitBinaryOperator(const BinaryOperator *E)
627 bool VisitBinaryOperator(const BinaryOperator *E);
652 bool PointerExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
StmtProfile.cpp 363 void StmtProfiler::VisitBinaryOperator(const BinaryOperator *S) {
370 VisitBinaryOperator(S);
StmtPrinter.cpp 883 void StmtPrinter::VisitBinaryOperator(BinaryOperator *Node) {
    [all...]
ASTImporter.cpp 151 Expr *VisitBinaryOperator(BinaryOperator *E);
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 372 void VisitBinaryOperator(BinaryOperator *bo);
505 void TransferFunctions::VisitBinaryOperator(clang::BinaryOperator *bo) {
LiveVariables.cpp 308 void VisitBinaryOperator(BinaryOperator *BO);
398 void TransferFunctions::VisitBinaryOperator(BinaryOperator *B) {
ThreadSafety.cpp 374 void VisitBinaryOperator(BinaryOperator *BO);
496 void BuildLockset::VisitBinaryOperator(BinaryOperator *BO) {
    [all...]
CFG.cpp 307 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
878 return VisitBinaryOperator(cast<BinaryOperator>(S), asc);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 266 /// VisitBinaryOperator - Transfer function logic for binary operators.
267 void VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 617 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp);
621 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
663 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
    [all...]
ExprEngineC.cpp 22 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 125 void VisitBinaryOperator(const BinaryOperator *BO);
422 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 537 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) {
546 VisitBinaryOperator(E);
    [all...]
ASTWriterStmt.cpp 515 void ASTStmtWriter::VisitBinaryOperator(BinaryOperator *E) {
525 VisitBinaryOperator(E);
    [all...]

Completed in 211 milliseconds