| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/ |
| D | CodeRegion.cpp | 32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() argument 38 ActiveRegions[Description] = 0; in beginRegion() 39 Regions[0] = std::make_unique<CodeRegion>(Description, Loc); in beginRegion() 43 auto It = ActiveRegions.find(Description); in beginRegion() 46 if (Description.empty()) { in beginRegion() 58 "region " + Description + " was previously defined here"); in beginRegion() 64 ActiveRegions[Description] = Regions.size(); in beginRegion() 65 Regions.emplace_back(std::make_unique<CodeRegion>(Description, Loc)); in beginRegion() 68 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() argument 69 if (Description.empty()) { in endRegion() [all …]
|
| D | CodeRegion.h | 54 llvm::StringRef Description; variable 66 : Description(Desc), RangeStart(Start), RangeEnd() {} in CodeRegion() 81 llvm::StringRef getDescription() const { return Description; } in getDescription() 109 void beginRegion(llvm::StringRef Description, llvm::SMLoc Loc); 110 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | Timer.h | 86 std::string Description; ///< Description of this time variable. variable 115 const std::string &getDescription() const { return Description; } in getDescription() 167 explicit NamedRegionTimer(StringRef Name, StringRef Description, 180 std::string Description; member 185 const std::string &Description) in PrintRecord() 186 : Time(Time), Name(Name), Description(Description) {} in PrintRecord() 193 std::string Description; variable 203 explicit TimerGroup(StringRef Name, StringRef Description); 205 explicit TimerGroup(StringRef Name, StringRef Description, 212 Description.assign(NewDescription.begin(), NewDescription.end()); in setName()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 37 Parser->registerFlag(#Name, Description, FlagType::FT_##Type, \ in registerFlags() 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument 44 Parser->registerFlag("GWP_ASAN_" #Name, Description, FlagType::FT_##Type, \ in registerFlags()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslmapoutput.c | 303 const char *Description; in MpEmitGpioInfo() local 328 HidInfo->Description); in MpEmitGpioInfo() 398 HidInfo->Description); in MpEmitGpioInfo() 400 else if ((Description = MpGetDdnValue (ParentPathname))) in MpEmitGpioInfo() 403 Description); in MpEmitGpioInfo() 437 const char *Description; in MpEmitSerialInfo() local 482 HidInfo->Description); in MpEmitSerialInfo() 522 HidInfo->Description); in MpEmitSerialInfo() 524 else if ((Description = MpGetDdnValue (ParentPathname))) in MpEmitSerialInfo() 527 Description); in MpEmitSerialInfo() [all …]
|
| /freebsd-12-stable/contrib/sendmail/cf/ |
| D | sendmail.schema | 49 # Description 55 MAY ( sendmailMTACluster $ sendmailMTAHost $ Description ) ) 112 # Description 119 MAY ( sendmailMTACluster $ sendmailMTAHost $ Description ) ) 132 # Description 141 sendmailMTAMapURL $ Description ) ) 186 # Description 193 sendmailMTACluster $ sendmailMTAHost $ Description ) ) 206 # Description 215 sendmailMTAAliasSearch $ sendmailMTAAliasURL $ Description ) ) [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Timer.cpp | 140 Description.assign(TimerDescription.begin(), TimerDescription.end()); in init() 252 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() argument 263 T.init(Name, Description, *GroupEntry.first); in get() 272 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef Description, in NamedRegionTimer() argument 276 : &NamedGroupedTimers->get(Name, Description, GroupName, in NamedRegionTimer() 287 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() argument 289 Description(Description.begin(), Description.end()) { in TimerGroup() 299 TimerGroup::TimerGroup(StringRef Name, StringRef Description, in TimerGroup() argument 301 : TimerGroup(Name, Description) { in TimerGroup() 328 TimersToPrint.emplace_back(T.Time, T.Name, T.Description); in removeTimer() [all …]
|
| /freebsd-12-stable/contrib/ntp/ntpsnmpd/ |
| D | ntpsnmpd.texi | 29 @node Top, ntpsnmpd Description, (dir), (dir) 38 * ntpsnmpd Description:: Description 43 @node ntpsnmpd Description, Usage, Top, Top 45 @section Description 49 @node Usage, , ntpsnmpd Description, Top
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | LangOptions.cpp | 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument 34 RegisterFlag(P, #Name, Description, &F->Name); in registerProfilerFlags()
|
| D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument 34 RegisterFlag(P, #Name, Description, &F->Name); in registerXRayFDRFlags()
|
| D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument 36 RegisterFlag(P, #Name, Description, &F->Name); in registerXRayBasicFlags()
|
| D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument 34 RegisterFlag(P, #Name, Description, &F->Name); in registerXRayFlags()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugType.h | 32 const std::string Description; variable 42 : CheckerName(CheckerName), Description(Name), Category(Cat), in CheckerName() 46 : CheckerName(Checker->getCheckerName()), Description(Name), 50 StringRef getDescription() const { return Description; } in getDescription()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/include/ |
| D | acapps.h | 199 #define ACPI_USAGE_TEXT(Description) \ argument 200 printf (Description); 202 #define ACPI_OPTION(Name, Description) \ argument 203 printf (" %-20s%s\n", Name, Description);
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp.conf.texi | 27 @node Top, ntp.conf Description, (dir), (dir) 38 * ntp.conf Description:: 42 @node ntp.conf Description, , Top, Top 44 @section Description
|
| D | ntp.keys.texi | 27 @node Top, ntp.keys Description, (dir), (dir) 38 * ntp.keys Description:: 42 @node ntp.keys Description, , Top, Top 44 @section Description
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sancov_flags.cpp | 28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument 35 RegisterFlag(parser, #Name, Description, &f->Name); in RegisterSancovFlags()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| D | ubsan_flags.cpp | 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument 43 RegisterFlag(parser, #Name, Description, &f->Name); in RegisterUbsanFlags()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_flags.cpp | 34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument 41 RegisterFlag(parser, #Name, Description, &f->Name); in RegisterMemprofFlags()
|
| /freebsd-12-stable/contrib/ntp/sntp/ |
| D | sntp.texi | 27 @node Top, sntp Description, (dir), (dir) 44 * sntp Description:: Description 49 @node sntp Description 51 @section Description
|
| /freebsd-12-stable/contrib/ntp/ntpdc/ |
| D | ntpdc.texi | 27 @node Top, ntpdc Description, (dir), (dir) 44 * ntpdc Description:: Description 49 @node ntpdc Description 51 @section Description
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_flags.cpp | 25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() argument 32 RegisterFlag(parser, #Name, Description, &f->Name); in RegisterScudoFlags()
|
| /freebsd-12-stable/contrib/ntp/scripts/ |
| D | plot_summary.texi | 27 @node Top, plot_summary Description, (dir), (dir) 36 * plot_summary Description:: Description
|
| D | summary.texi | 27 @node Top, summary Description, (dir), (dir) 36 * summary Description:: Description
|