Searched refs:Description (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dnote-6-64.d9 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dibt-plt-2d-x32.d42 [ ]+Owner[ ]+Data size[ ]+Description
H A Dibt-plt-2d.d46 [ ]+Owner[ ]+Data size[ ]+Description
H A Dibt-plt-3d-x32.d42 [ ]+Owner[ ]+Data size[ ]+Description
H A Dibt-plt-3d.d46 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslfileio.c72 AslGbl_FileDescs[FileId].Description, strerror (errno));
395 Info->Filename, AslGbl_FileDescs[FileId].Description);
H A Daslutils.c339 TableData->Signature, TableData->Description);
1020 ExceptionInfo->Description);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Diptypes.d60 char[MAX_ADAPTER_DESCRIPTION_LENGTH+4] Description = 0;
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacexcep.h72 * Exception info table. The "Description" field is used only by the
80 const char *Description; member in struct:acpi_exception_info
85 #define EXCEP_TXT(Name,Description) {Name, Description}
87 #define EXCEP_TXT(Name,Description) {Name}
H A Dacdebug.h68 const char *Description; /* Command Description */ member in struct:acpi_db_command_help
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp133 // Package.Name Description [Hidden]
142 StringRef Description) {
143 AnalyzerOptions::printFormattedEntry(Out, {Checker.FullName, Description},
216 ("(" + Option.OptionType + ") " + Option.Description + " (default: " +
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmbuffer.c363 const char *Description; local
384 Description = AcpiAhMatchUuid (Data);
385 if (Description)
387 AcpiOsPrintf (" /* %s */", Description);
1088 AcpiOsPrintf (" /* %s */", Info->Description);
H A Ddmopcode.c353 NameString, ACPI_CAST_PTR (char, Info->Description));
439 ACPI_CAST_PTR (char, Info->Description));
816 AcpiOsPrintf (" /* %s */", IdInfo->Description);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h132 std::string Description; member in class:clang::ento::BugReport
142 StringRef Description)
144 Description(Description) {}
159 StringRef getDescription() const { return Description; }
167 return Description;
141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, StringRef Description) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp38 std::string Description, const MCFixup &Fixup,
41 std::string Diagnostic = "out of range " + Description;
58 std::string Description, const MCFixup &Fixup,
61 std::string Diagnostic = "out of range " + Description;
37 signed_width(unsigned Width, uint64_t Value, std::string Description, const MCFixup &Fixup, MCContext *Ctx = nullptr) argument
57 unsigned_width(unsigned Width, uint64_t Value, std::string Description, const MCFixup &Fixup, MCContext *Ctx = nullptr) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp427 StringRef Description,
432 Description, DevelopmentStatus, IsHidden});
454 StringRef Description,
459 Description, DevelopmentStatus, IsHidden});
423 addPackageOption(StringRef OptionType, StringRef PackageFullName, StringRef OptionName, StringRef DefaultValStr, StringRef Description, StringRef DevelopmentStatus, bool IsHidden) argument
450 addCheckerOption(StringRef OptionType, StringRef CheckerFullName, StringRef OptionName, StringRef DefaultValStr, StringRef Description, StringRef DevelopmentStatus, bool IsHidden) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp543 #define LANGOPT(Name, Bits, Default, Description) \
544 DUMP_BOOLEAN(LangOpts.Name, Description);
545 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
546 Out.indent(4) << Description << ": " \
548 #define VALUE_LANGOPT(Name, Bits, Default, Description) \
549 Out.indent(4) << Description << ": " << LangOpts.Name << "\n";
550 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
551 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dmini_tdir.sh51 desc=`grep ^Description: "result.$name" | sed -e 's/Description: //'`
157 grep "Description:" $name.dsc >> $result 2>&1
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h189 StringRef const Description; member in class:llvm::cl::OptionCategory
195 StringRef const Description = "")
196 : Name(Name), Description(Description) {
201 StringRef getDescription() const { return Description; }
213 StringRef Description; member in class:llvm::cl::SubCommand
220 SubCommand(StringRef Name, StringRef Description = "")
221 : Name(Name), Description(Description) {
231 StringRef getDescription() const { return Description; }
669 StringRef Description; member in struct:llvm::OptionEnumValue
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.h67 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.h67 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp21 switch (Instr.Description.TSFlags & MipsII::FormMask) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan.cc106 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
129 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \
130 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp22 typedef std::vector<DWARFExpression::Operation::Description> DescVector;
27 typedef Op::Description Desc;
111 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp60 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
66 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) \
67 RegisterFlag(parser, #Name, Description, &f->Name);

Completed in 490 milliseconds

1234567891011>>