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 42 bool VisitBinaryOperator(BinaryOperator *Exp) {
TransZeroOutPropsInDealloc.cpp 91 bool VisitBinaryOperator(BinaryOperator *BOE) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 159 void VisitBinaryOperator(BinaryOperator *E) {
170 EvaluatedExprVisitor<CheckOverflowOps>::VisitBinaryOperator(E);
  /external/clang/lib/Analysis/
UninitializedValues.cpp 315 void VisitBinaryOperator(BinaryOperator *BO);
362 void ClassifyRefs::VisitBinaryOperator(BinaryOperator *BO) {
432 void VisitBinaryOperator(BinaryOperator *bo);
635 void TransferFunctions::VisitBinaryOperator(BinaryOperator *BO) {
LiveVariables.cpp 212 void VisitBinaryOperator(BinaryOperator *BO);
339 void TransferFunctions::VisitBinaryOperator(BinaryOperator *B) {
ThreadSafety.cpp     [all...]
CFG.cpp 314 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 302 /// VisitBinaryOperator - Transfer function logic for binary operators.
303 void VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred,
  /external/clang/lib/AST/
StmtDumper.cpp 149 void VisitBinaryOperator(BinaryOperator *Node);
487 void StmtDumper::VisitBinaryOperator(BinaryOperator *Node) {
ExprConstant.cpp     [all...]
StmtProfile.cpp 384 void StmtProfiler::VisitBinaryOperator(const BinaryOperator *S) {
391 VisitBinaryOperator(S);
ASTImporter.cpp 172 Expr *VisitBinaryOperator(BinaryOperator *E);
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 148 void VisitBinaryOperator(const BinaryOperator *BO);
680 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 711 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp);
715 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
774 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
    [all...]
ExprEngineC.cpp 21 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 533 void ASTStmtWriter::VisitBinaryOperator(BinaryOperator *E) {
543 VisitBinaryOperator(E);
    [all...]
ASTReaderStmt.cpp 562 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) {
571 VisitBinaryOperator(E);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 517 milliseconds