Home
last modified time | relevance | path

Searched refs:Reported (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp53 if (prev_event->Reported()) { in ProgressEvent()
127 if (Reported()) in Report()
138 bool ProgressEvent::Reported() const { return m_reported; } in Reported() function in ProgressEvent
148 if (!m_start_event.Reported() && Finished()) in ReportIfNeeded()
H A DProgressEvent.h70 bool Reported() const;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCategories.td10 class CatSourceMgr : DiagCategory<"SourceMgr Reported Issue">;
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp166 Reported = 0x15, /* 1111 */ enumerator
167 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ Reported)
183 return (K & DefinitelyCalled) == DefinitelyCalled && K != Reported; in seenAnyCalls()
920 CurrentParamStatus = ParameterStatus::Reported; in processCallFor()
922 } else if (CurrentParamStatus.getKind() != ParameterStatus::Reported) { in processCallFor()
1520 CurrentParamStatus = ParameterStatus::Reported; in checkSuppression()
/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/
H A Dcrash-missing-DISubprogram.ll5 ; Reported as #51079
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmusttail-inalloca.ll6 ; unbalanced. Reported as https://crbug.com/1026882.
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp32 enum Kind { Moved, Reported } K; enumerator
36 bool isReported() const { return K == Reported; } in isReported()
39 static RegionState getReported() { return RegionState(Reported); } in getReported()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog324 Reported by Chris Cole <[email protected]>.
336 Reported by Paul DeMarco <[email protected]>.
340 when IMath is built under 64-bit Linux. Reported by
352 Reported by Andrea Barberio <[email protected]>
362 Reported by Andres Navarro <[email protected]>
373 guessing loop to spin. Reported by Andres Navarro. Added
377 Fix signedness error in compile. Reported by Paweł Sikora.
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp317 bool Reported = false; in loadInput() local
319 if (Reported) { in loadInput()
323 Reported = true; in loadInput()
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake79 "Reported SDK version \"${var_internal}\" does not look like a version")
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps.m1184 // Support direct accesses to non-null memory. Reported in: