HomeSort by relevance Sort by last modified time
    Searched defs:VisitBinaryOperator (Results 1 - 16 of 16) 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/StaticAnalyzer/Core/
ExprEngineC.cpp 22 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B,
  /external/clang/lib/AST/
StmtDumper.cpp 147 void VisitBinaryOperator(BinaryOperator *Node);
490 void StmtDumper::VisitBinaryOperator(BinaryOperator *Node) {
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...]
ExprConstant.cpp 317 bool VisitBinaryOperator(const BinaryOperator *E)
627 bool VisitBinaryOperator(const BinaryOperator *E);
652 bool PointerExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
  /external/clang/lib/Analysis/
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...]
UninitializedValues.cpp 372 void VisitBinaryOperator(BinaryOperator *bo);
505 void TransferFunctions::VisitBinaryOperator(clang::BinaryOperator *bo) {
CFG.cpp 307 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
878 return VisitBinaryOperator(cast<BinaryOperator>(S), asc);
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 125 void VisitBinaryOperator(const BinaryOperator *BO);
422 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 515 void ASTStmtWriter::VisitBinaryOperator(BinaryOperator *E) {
525 VisitBinaryOperator(E);
    [all...]
ASTReaderStmt.cpp 537 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) {
546 VisitBinaryOperator(E);
    [all...]

Completed in 1106 milliseconds