Searched refs:Detail (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimeProfiler.h50 /// Manually begin a time section, with the given \p Name and \p Detail.
54 void timeTraceProfilerBegin(StringRef Name, StringRef Detail);
56 llvm::function_ref<std::string()> Detail);
77 TimeTraceScope(StringRef Name, StringRef Detail) { argument
79 timeTraceProfilerBegin(Name, Detail);
81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { argument
83 timeTraceProfilerBegin(Name, Detail);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp28 auto &Detail = Satisfaction.Details[I]; variable
29 if (Detail.second.is<Expr *>())
31 UnsatisfiedConstraintRecord{Detail.first,
33 Detail.second.get<Expr *>())};
36 *Detail.second.get<std::pair<SourceLocation, StringRef> *>();
43 UnsatisfiedConstraintRecord{Detail.first,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp53 const std::string Detail; member in struct:__anon3808::Entry
57 Detail(std::move(Dt)) {}
84 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { argument
86 Detail());
152 if (!E.Detail.empty()) {
153 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
315 void llvm::timeTraceProfilerBegin(StringRef Name, StringRef Detail) { argument
318 [&]() { return std::string(Detail); });
322 llvm::function_ref<std::string()> Detail) {
324 TimeTraceProfilerInstance->begin(std::string(Name), Detail); local
321 timeTraceProfilerBegin(StringRef Name, llvm::function_ref<std::string()> Detail) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h45 using Detail = llvm::PointerUnion<Expr *, SubstitutionDiagnostic *>;
53 llvm::SmallVector<std::pair<const Expr *, Detail>, 4> Details;
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp1442 namespace Detail {
1451 } // namespace Detail
1456 virtual Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::vector<int> const& values ) = 0;
1459 Detail::EnumInfo const& registerEnum( StringRef enumName, StringRef allEnums, std::initializer_list<E> values ) {
1529 namespace Detail {
1560 return Detail::unprintableString;
1588 } // namespace Detail
1595 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1606 typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
1609 return Detail
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp287 MachineBasicBlock *LandMBB, bool Detail = false);
1148 MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) {
1151 if (Detail) {
1160 if (Detail) {
1169 if (Detail) {
1178 if (Detail) {
1146 showImproveSimpleJumpintoIf( MachineBasicBlock *HeadMBB, MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, MachineBasicBlock *LandMBB, bool Detail) argument
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v1.sql212 -- Detail tables for the 'atf' test interface.
265 -- Detail tables for the 'plain' test interface.

Completed in 146 milliseconds