|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Support/ScopedPrinter.h 195 startLine() << Label << ": " << Value << "\n";
tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h 69 OS << "concrete memory address '" << I << "'";
82 << "-bit integer '" << I << "'";
123 << S->getRHS();
174 OS << I->getValue();
tools/clang/lib/AST/APValue.cpp 403 OS << "Int: " << getInt();
420 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
420 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag();
486 Out << getInt();
506 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
506 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i";
tools/clang/lib/AST/TemplateBase.cpp 78 Out << Val;
tools/clang/lib/AST/TextNodeDumper.cpp 604 OS << " integral " << TA.getAsIntegral();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp10338 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts);
10340 Out << VLENVal;
10345 Out << 's' << ParamAttr.StrideOrArg;
10350 Out << ParamAttr.StrideOrArg;
10360 Out << 'a' << ParamAttr.Alignment;
10483 Out << "ls" << ParamAttr.StrideOrArg;
10490 Out << ParamAttr.StrideOrArg;
10501 Out << 'a' << ParamAttr.Alignment;
tools/clang/lib/Index/USRGeneration.cpp 978 Out << Arg.getAsIntegral();
tools/clang/lib/Sema/SemaChecking.cpp10729 OS << '\'' << *ED << "' (" << Value << ")";
10734 OS << Value;
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 1960 os << "an integer (" << IntVal->getValue() << ")";
1962 os << "a constant address (" << ConstAddr->getValue() << ")";
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 781 os << LHS->EvaluateKnownConstInt(getASTContext());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 1079 Out << "Returning the value " << CI->getValue();
1265 os << action << CVal->getValue();
1301 os << "the value " << CI->getValue();
1343 os << "The value " << CV->getValue() << " is assigned";
1345 os << "Assigning " << CV->getValue();
2656 Out << *IntValue.getValue();
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp 317 os << Value << ' ' << (Value.isSigned() ? 'S' : 'U')
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h 57 OS << V.V;