| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 19 extern const uint16_t InfoTable[256]; 57 if (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER|CHAR_UNDER)) 78 return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0; in isHorizontalWhitespace() 86 return (InfoTable[c] & CHAR_VERT_WS) != 0; in isVerticalWhitespace() 101 return (InfoTable[c] & CHAR_DIGIT) != 0; in isDigit() 107 return (InfoTable[c] & CHAR_LOWER) != 0; in isLowercase() 113 return (InfoTable[c] & CHAR_UPPER) != 0; in isUppercase() 119 return (InfoTable[c] & (CHAR_UPPER|CHAR_LOWER)) != 0; in isLetter() 131 return (InfoTable[c] & (CHAR_DIGIT|CHAR_XLETTER)) != 0; in isHexDigit() 155 return (InfoTable[c] & in isPreprocessingNumberBody() [all …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump1.c | 195 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpAest() local 263 InfoTable); in AcpiDmDumpAest() 315 Length, InfoTable); in AcpiDmDumpAest() 462 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpAsf() local 634 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpCdat() local 1198 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpDmar() local 1579 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpFpdt() local 1664 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpGtdt() local 1800 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpHest() local 1893 SubtableLength, InfoTable); in AcpiDmDumpHest() [all …]
|
| H A D | dmtbdump2.c | 190 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIort() local 327 Length, InfoTable); in AcpiDmDumpIort() 515 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpIvrs() local 804 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpLpit() local 840 SubtableLength, InfoTable); in AcpiDmDumpLpit() 877 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpMadt() local 1352 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpNfit() local 1546 ACPI_TABLE_NHLT *InfoTable; in AcpiDmDumpNhlt() local 1946 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPcct() local 2102 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpPhat() local [all …]
|
| H A D | dmtbdump3.c | 283 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpSrat() local 313 InfoTable = AcpiDmTableInfoSrat0; in AcpiDmDumpSrat() 318 InfoTable = AcpiDmTableInfoSrat1; in AcpiDmDumpSrat() 323 InfoTable = AcpiDmTableInfoSrat2; in AcpiDmDumpSrat() 328 InfoTable = AcpiDmTableInfoSrat3; in AcpiDmDumpSrat() 333 InfoTable = AcpiDmTableInfoSrat4; in AcpiDmDumpSrat() 338 InfoTable = AcpiDmTableInfoSrat5; in AcpiDmDumpSrat() 343 InfoTable = AcpiDmTableInfoSrat6; in AcpiDmDumpSrat() 362 Subtable->Length, InfoTable); in AcpiDmDumpSrat() 690 ACPI_DMTABLE_INFO *InfoTable; in AcpiDmDumpViot() local [all …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable1.c | 204 ACPI_DMTABLE_INFO *InfoTable; in DtCompileAest() local 505 ACPI_DMTABLE_INFO *InfoTable; in DtCompileAsf() local 534 InfoTable = AcpiDmTableInfoAsf0; in DtCompileAsf() 539 InfoTable = AcpiDmTableInfoAsf1; in DtCompileAsf() 544 InfoTable = AcpiDmTableInfoAsf2; in DtCompileAsf() 549 InfoTable = AcpiDmTableInfoAsf3; in DtCompileAsf() 1219 ACPI_DMTABLE_INFO *InfoTable; in DtCompileDmar() local 1572 ACPI_DMTABLE_INFO *InfoTable; in DtCompileGtdt() local 1713 ACPI_DMTABLE_INFO *InfoTable; in DtCompileFpdt() local 1789 ACPI_DMTABLE_INFO *InfoTable; in DtCompileHest() local [all …]
|
| H A D | dttable2.c | 181 ACPI_DMTABLE_INFO *InfoTable; in DtCompileLpit() local 210 InfoTable = AcpiDmTableInfoLpit0; in DtCompileLpit() 258 ACPI_DMTABLE_INFO *InfoTable; in DtCompileMadt() local 291 InfoTable = AcpiDmTableInfoMadt0; in DtCompileMadt() 296 InfoTable = AcpiDmTableInfoMadt1; in DtCompileMadt() 613 ACPI_DMTABLE_INFO *InfoTable; in DtCompileNfit() local 1208 ACPI_DMTABLE_INFO *InfoTable; in DtCompilePcct() local 1747 ACPI_DMTABLE_INFO *InfoTable; in DtCompilePptt() local 2029 ACPI_DMTABLE_INFO *InfoTable; in DtCompileS3pt() local 2526 ACPI_DMTABLE_INFO *InfoTable; in DtCompileSrat() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | DriverOptions.cpp | 38 static constexpr OptTable::Info InfoTable[] = { variable 48 DriverOptTable() : PrecomputedOptTable(InfoTable, PrefixTable) {} in DriverOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 49 static constexpr opt::OptTable::Info InfoTable[] = { variable 57 StringsOptTable() : GenericOptTable(InfoTable) { in StringsOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 42 static constexpr opt::OptTable::Info InfoTable[] = { variable 50 CxxfiltOptTable() : opt::GenericOptTable(InfoTable) { in CxxfiltOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 49 static constexpr opt::OptTable::Info InfoTable[] = { variable 57 DllOptTable() : opt::GenericOptTable(InfoTable, false) {} in DllOptTable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CharInfo.cpp | 15 const uint16_t clang::charinfo::InfoTable[256] = { member in clang::charinfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 58 static constexpr opt::OptTable::Info InfoTable[] = { variable 66 DwpOptTable() : GenericOptTable(InfoTable) {} in DwpOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 44 static constexpr opt::OptTable::Info InfoTable[] = { variable 52 TLICheckerOptTable() : GenericOptTable(InfoTable) {} in TLICheckerOptTable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 291 static constexpr opt::OptTable::Info InfoTable[] = { variable 299 LLGSOptTable() : opt::GenericOptTable(InfoTable) {} in LLGSOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 55 static constexpr opt::OptTable::Info InfoTable[] = { variable 63 LibOptTable() : opt::GenericOptTable(InfoTable, true) {} in LibOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 49 static constexpr opt::OptTable::Info InfoTable[] = { variable 57 DwarfutilOptTable() : opt::GenericOptTable(InfoTable) {} in DwarfutilOptTable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 70 static constexpr opt::OptTable::Info InfoTable[] = { variable 78 LLDBOptTable() : opt::GenericOptTable(InfoTable) {} in LLDBOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 67 static constexpr opt::OptTable::Info InfoTable[] = { variable 75 SymbolizerOptTable() : GenericOptTable(InfoTable) { in SymbolizerOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 69 static constexpr opt::OptTable::Info InfoTable[] = { variable 77 ReadobjOptTable() : opt::GenericOptTable(InfoTable) { in ReadobjOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 55 static constexpr opt::OptTable::Info InfoTable[] = { variable 63 SizeOptTable() : GenericOptTable(InfoTable) { setGroupedShortOptions(true); } in SizeOptTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 75 static constexpr opt::OptTable::Info InfoTable[] = { variable 83 NmOptTable() : opt::GenericOptTable(InfoTable) { in NmOptTable()
|