Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DConstraint.h47 Constraint(StringRef name, StringRef summary) in Constraint()
55 std::string summary; variable
69 AttributeConstraint(StringRef name, StringRef summary, StringRef cppClassName) in AttributeConstraint()
90 TypeConstraint(StringRef name, StringRef summary, StringRef cppClassName) in TypeConstraint()
H A DOperation.h181 std::string summary; variable
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dreport_error_summary.cpp11 __sanitizer_report_error_summary(const char * summary) __sanitizer_report_error_summary() argument
/llvm-project/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp28 Context::insertAttributeConstraint(StringRef name, StringRef summary, in insertAttributeConstraint()
43 StringRef summary, in insertTypeConstraint()
64 Context::insertOperation(StringRef name, StringRef summary, StringRef desc, in insertOperation()
H A DOperation.cpp20 Operation::Operation(StringRef name, StringRef summary, StringRef desc, in Operation()
H A DDialect.cpp25 Dialect::insertOperation(StringRef name, StringRef summary, StringRef desc, in insertOperation()
/llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dtslsformatters.py10 summary = lldb.SBTypeSummary.CreateWithFunctionName( variable
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h39 OptionValueString summary; // the name of a named summary variable
/llvm-project/compiler-rt/test/tsan/Linux/
H A Ddouble_race.cpp12 __sanitizer_report_error_summary(const char *summary) { in __sanitizer_report_error_summary()
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.h392 std::string summary; global() member
H A DJSONUtils.cpp165 std::string summary; TryCreateAutoSummaryForContainer() local
183 if (llvm::StringRef summary = child.GetSummary(); !summary.empty()) TryCreateAutoSummaryForContainer() local
[all...]
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxAtomic.cpp74 std::string summary; in LibCxxAtomicSummaryProvider() local
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-test-part.h90 const char* summary() const { return summary_.c_str(); } in summary() function
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp56 if (std::optional<StringRef> summary = in getSummary() local
H A DAttrOrTypeDef.cpp138 const llvm::RecordVal *summary = def->getValue("summary"); hasSummary() local
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp696 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction()
722 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine()
889 Summary summary(f.getName(options.Demangle)); in print() local
901 Summary summary(si.displayName); in print() local
974 void Context::printSummary(const Summary &summary, raw_ostream &os) const { in printSummary() argument
/llvm-project/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py150 def summary(self) -> str: member in Diagnostic
/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp133 SetSummary(lldb::TypeSummaryImplSP summary) SetSummary() argument
H A DValueObjectPrinter.cpp363 std::string &summary, in GetValueSummaryError() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp55 emitSummary(StringRef summary,raw_ostream & os) emitSummary() argument
392 std::string summary = ""; global() member
[all...]
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp332 SBTypeSummary summary) { in AddTypeSummary()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp620 std::string summary = std::string(report->GetAsDictionary() GenerateSummary() local
822 std::string summary = instance->GenerateSummary(report); NotifyBreakpointHit() local
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py260 __init__( self, name=None, value=None, type=None, summary=None, children=None, dereference=None, ) global() argument
2516 expect_var_path( self, var_path, summary=None, value=None, type=None, children=None ) global() argument
[all...]
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp956 InternalScopedString summary; PrintSummary() local
/llvm-project/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp705 StringRef summary, description; generateNamedGenericOpOds() local

12