Home
last modified time | relevance | path

Searched refs:printValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp47 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() function in DiffConsumer
55 printValue(SI->getPointerOperand(), isL); in printValue()
58 printValue(CI->getCalledOperand(), isL); in printValue()
61 printValue(II->getCalledOperand(), isL); in printValue()
116 printValue(L, true); in header()
118 printValue(R, false); in header()
123 printValue(I->L, true); in header()
125 printValue(I->R, false); in header()
178 case 'l': printValue(Log.getArgument(arg++), true); break; in logf()
179 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
H A DDiffConsumer.h73 void printValue(Value *V, bool isL);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h279 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2661 if (!printValue(CondVarExpr, Out, N, TookTrue, /*IsAssuming=*/true)) in VisitConditionVariable()
2691 if (!printValue(DRE, Out, N, TookTrue, IsAssuming)) in VisitTrueTest()
2724 if (!printValue(ME, Out, N, TookTrue, IsAssuming)) in VisitTrueTest()
2752 bool ConditionBRVisitor::printValue(const Expr *CondVarExpr, raw_ostream &Out, in printValue() function in ConditionBRVisitor