| /src/sbin/efi/ |
| bootvar.h | 53 uint16_t Description[]; /* XXX: gcc warns about alignment when packed */
|
| devpath5.c | 93 char Description[]; /* asciiz */ 101 typename, p->DeviceType, p->StatusFlag, p->Description); 112 DEVPATH_FMT(Description: '%s'\n), 117 p->Description);
|
| showvar.c | 330 char *Description; 348 sz = (ucs2nlen(u.bb->Description, sz) + 1) * sizeof(uint16_t); 349 info.Description = ucs2_to_utf8(u.bb->Description, sz, NULL, NULL); 350 info.devpath = (devpath_t *)((uint8_t *)u.bb->Description + sz); 368 max_namelen, info.Description); 391 printf(" Description: %s\n", info.Description); 401 free(info.Description);
|
| /src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| ahaml.c | 67 * DESCRIPTION: Find all AML opcodes that match the input Name or name 125 * DESCRIPTION: Display information about the input AML opcode 182 * DESCRIPTION: Display the contents of an AML opcode information struct 245 * DESCRIPTION: Find all AML grammar keywords that match the input Name or name 303 * DESCRIPTION: Format and display info for an AML grammar element. 311 char *Description; 314 Description = Op->Description; 317 /* Emit the entire description string */ 319 while (*Description) [all...] |
| acpihelp.h | 102 Exception->Name, Exception->Description) 141 char *Description; 149 char *Description; 156 char *Description; 164 char *Description;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| RefactoringActionRule.h | 28 /// A human readable description of what the refactoring does. 29 StringRef Description;
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| BugType.h | 1 //===--- BugType.h - Bug Information Description ---------------*- C++ -*-===// 32 const std::string Description; 42 : CheckerName(CheckerName), Description(Name), Category(Cat), 46 : CheckerName(Checker->getCheckerName()), Description(Name), 50 StringRef getDescription() const { return Description; } 74 const char *description) 75 : BugType(checker, name, categories::LogicError), desc(description) {} 78 const char *description) 79 : BugType(checker, name, categories::LogicError), desc(description) {}
|
| BugReporter.h | 132 std::string Description; 142 StringRef Description) 144 Description(Description) {} 154 /// the source code that introduces the problem. The description should be 156 /// the end of the warning is traditionally omitted. If the description 158 /// encouraged, but the period at the end of the description is still omitted. 159 StringRef getDescription() const { return Description; } 167 return Description; 172 /// behavior in the code. UIs should attach the warning description to thi [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| SerialSnippetGenerator.cpp | 23 const char *Description; 49 if (OtherOpcode == Instr->Description.getOpcode()) 52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; 170 EC.Description, Results);
|
| MCInstrDescView.cpp | 93 Instruction::Instruction(const MCInstrDesc *Description, StringRef Name, 100 : Description(*Description), Name(Name), Operands(std::move(Operands)), 109 const llvm::MCInstrDesc *const Description = &InstrInfo.get(Opcode); 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->getImplicitUses() [all...] |
| MCInstrDescView.h | 157 const MCInstrDesc &Description; 166 Instruction(const MCInstrDesc *Description, StringRef Name,
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslmapoutput.c | 118 * DESCRIPTION: External interface. 180 * DESCRIPTION: Emit the info about all GPIO devices found during the 195 const char *Description; 220 HidInfo->Description); 274 * For Devices, attempt to get the _HID description string. 276 * get the _DDN description string. 284 /* Get the _HID description or _DDN string */ 290 HidInfo->Description); 292 else if ((Description = MpGetDdnValue (ParentPathname))) 295 Description); [all...] |
| asltypes.h | 199 const char *Description;
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acdebug.h | 68 const char *Description; /* Command Description */
|
| acexcep.h | 72 * Exception info table. The "Description" field is used only by the 80 const char *Description; 85 #define EXCEP_TXT(Name,Description) {Name, Description} 87 #define EXCEP_TXT(Name,Description) {Name}
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachinePassRegistry.h | 52 StringRef Description; // Description string. 57 : Name(N), Description(D), Ctor(C) {} 63 StringRef getDescription() const { return Description; }
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| CodeRegion.h | 25 /// description; internally, regions are described by a range of source 54 llvm::StringRef Description; 66 : Description(Desc), RangeStart(Start), RangeEnd() {} 81 llvm::StringRef getDescription() const { return Description; } 109 void beginRegion(llvm::StringRef Description, llvm::SMLoc Loc); 110 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc);
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistryData.h | 48 StringRef Description; 53 StringRef DefaultValStr, StringRef Description, 56 DefaultValStr(DefaultValStr), Description(Description), 214 /// Prints the name and description of all checkers in this registry.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFExpression.h | 66 /// Description of the encoding of one expression Op. 67 struct Description { 71 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, 82 Description Desc; 89 Description &getDescription() { return Desc; }
|
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmbuffer.c | 95 * DESCRIPTION: Dump an AML "ByteList" in Hex format. 8 bytes per line, prefixed 192 * DESCRIPTION: Dump a buffer byte list, handling the various types of buffers. 265 * DESCRIPTION: Determine if a buffer Op contains a UUID 345 * DESCRIPTION: Dump a buffer containing a UUID as a standard ASCII string. 363 const char *Description; 382 /* Dump the UUID description string if available */ 384 Description = AcpiAhMatchUuid (Data); 385 if (Description) 387 AcpiOsPrintf (" /* %s */", Description); 404 * DESCRIPTION: Determine if a buffer Op contains a Unicode strin [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| LangStandard.h | 72 const char *Description; 80 /// getDescription - Get the description of this standard. 81 const char *getDescription() const { return Description; }
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| target.go | 232 func (t Target) Description() string {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Timer.h | 86 std::string Description; ///< Description of this time variable. 115 const std::string &getDescription() const { return Description; } 167 explicit NamedRegionTimer(StringRef Name, StringRef Description, 180 std::string Description; 185 const std::string &Description) 186 : Time(Time), Name(Name), Description(Description) {} 193 std::string Description; 203 explicit TimerGroup(StringRef Name, StringRef Description); [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| llvm-objdump.cpp | 95 const char *Description) 96 : OptTable(OptionInfos), Usage(Usage), Description(Description) { 102 PrintHelp(outs(), (Argv0 + Usage).str().c_str(), Description, ShowHidden, 110 const char *Description;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerDriver.cpp | 39 const char *Description; 48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; 49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; 50 #define FUZZER_FLAG_STRING(Name, Description) const char *Name; 61 #define FUZZER_FLAG_INT(Name, Default, Description) \ 62 {#Name, Description, Default, &Flags.Name, nullptr, nullptr}, 63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ 64 {#Name, Description, static_cast<int>(Default), \ 66 #define FUZZER_FLAG_STRING(Name, Description) \ 67 {#Name, Description, 0, nullptr, &Flags.Name, nullptr} [all...] |