Home
last modified time | relevance | path

Searched refs:EmitInteger (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h71 inline raw_ostream &EmitInteger(raw_ostream &o, int64_t value) { in EmitInteger() function
114 EmitInteger(o, Loc.getExpansionLineNumber()) << '\n'; in EmitLocation()
116 EmitInteger(o, Loc.getExpansionColumnNumber()) << '\n'; in EmitLocation()
118 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp53 EmitInteger(OS, DE.Line) << '\n'; in EmitDiagEntry()
58 EmitInteger(OS, DE.Column) << '\n'; in EmitDiagEntry()
67 EmitInteger(OS, DE.DiagnosticID) << '\n'; in EmitDiagEntry()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h88 EmitInteger, // Create a TargetConstant enumerator
839 : Matcher(EmitInteger), Val(val), VT(vt) {} in EmitIntegerMatcher()
844 static bool classof(const Matcher *N) { return N->getKind() == EmitInteger; } in classof()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp325 EmitInteger(o, depth) << '\n'; in ReportEvent()
508 EmitInteger(o, LineNo) << "\n"; in printCoverage()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp756 case Matcher::EmitInteger: { in EmitMatcher()
1260 case Matcher::EmitInteger: in getOpcodeString()