Searched refs:printValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp47 void DiffConsumer::printValue(Value *V, bool isL) { function in class:DiffConsumer
55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
58 printValue(cast<CallInst>(V)->getCalledValue(), isL);
61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
116 printValue(L, true);
118 printValue(R, false);
123 printValue(I->L, true);
125 printValue(I->R, false);
178 case 'l': printValue(Log.getArgument(arg++), true); break;
179 case 'r': printValue(Lo
[all...]
H A DDiffConsumer.h73 void printValue(Value *V, bool isL);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java158 printValue(Object value, int bytes, String stringFormat) method in class:JDTrace
262 printValue(value, scalar.getNumberOfBytes(),
469 printValue(tupleRecord.toString(), -1, " %-50s");
471 printValue(tupleRecord.getValue(),
481 printValue(v, -1, " %-50s");
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h279 bool printValue(const Expr *CondVarExpr, raw_ostream &Out,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2535 if (!printValue(CondVarExpr, Out, N, TookTrue, /*IsAssuming=*/true))
2565 if (!printValue(DRE, Out, N, TookTrue, IsAssuming))
2598 if (!printValue(ME, Out, N, TookTrue, IsAssuming))
2626 bool ConditionBRVisitor::printValue(const Expr *CondVarExpr, raw_ostream &Out, function in class:ConditionBRVisitor

Completed in 209 milliseconds