Searched refs:Description (Results 176 - 200 of 306) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dproperty-x86-shstk5-x32.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-x86-shstk5.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-x86-cet2a-x32.d11 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dproperty-3.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-4.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-5.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-6.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-2.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-2.d6 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.cpp26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
123 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
124 RegisterFlag(parser, #Name, Description, &cf->Name);
H A Dsanitizer_flags.h27 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.h28 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h66 /// Description of the encoding of one expression Op.
67 struct Description { struct
71 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, function in struct:llvm::DWARFExpression::Operation::Description
82 Description Desc;
89 Description &getDescription() { return Desc; }
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp93 Instruction::Instruction(const MCInstrDesc *Description, StringRef Name, argument
100 : Description(*Description), Name(Name), Operands(std::move(Operands)),
109 const llvm::MCInstrDesc *const Description = &InstrInfo.get(Opcode); member in class:llvm::exegesis::llvm
113 for (; OpIndex < Description->getNumOperands(); ++OpIndex) {
114 const auto &OpInfo = Description->opInfo_begin()[OpIndex];
117 Operand.IsDef = (OpIndex < Description->getNumDefs());
121 int TiedToIndex = Description->getOperandConstraint(OpIndex, MCOI::TIED_TO);
131 for (const MCPhysReg *MCPhysReg = Description->getImplicitDefs();
140 for (const MCPhysReg *MCPhysReg = Description
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h156 StringRef Description, StringRef DevelopmentStatus,
173 StringRef Description, StringRef DevelopmentStatus,
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dbti-plt-6.d14 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr22450.d11 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahmain.c62 #define ACPI_OPTION(Name, Description) \
63 AcpiOsPrintf (" %-24s%s\n", Name, Description);
H A Dahasl.c134 printf ("%22s: %s\n", Op->Name, Op->Description);
253 printf ("%16s: %s\n", Op->Name, Op->Description);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_flags.cc43 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
49 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \
50 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h52 StringRef Description; // Description string. member in class:llvm::MachinePassRegistryNode
57 : Name(N), Description(D), Ctor(C) {}
63 StringRef getDescription() const { return Description; }
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_flags.cc41 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
47 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \
48 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_flags.cpp38 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
44 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \
45 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs90 [Description("Coding style, currently supports:\n" +
137 [Description("When reading from stdin, clang-format assumes this " +
158 [Description("The name of the predefined style used as a fallback in case clang-format " +
170 [Description("Sort touched include lines.\n\n" +
180 [Description("Enable running clang-format when modified files are saved. " +
191 [Description("When formatting on save, clang-format will be applied only to " +

Completed in 2130 milliseconds

1234567891011>>