| /freebsd/contrib/dialog/ |
| H A D | trace.c | 196 #define CASE(name) case name: fkey_name = #name; break in dlg_trace_chr() macro 198 CASE(DLGK_MIN); in dlg_trace_chr() 199 CASE(DLGK_OK); in dlg_trace_chr() 200 CASE(DLGK_CANCEL); in dlg_trace_chr() 201 CASE(DLGK_EXTRA); in dlg_trace_chr() 202 CASE(DLGK_HELP); in dlg_trace_chr() 203 CASE(DLGK_ESC); in dlg_trace_chr() 204 CASE(DLGK_PAGE_FIRST); in dlg_trace_chr() 205 CASE(DLGK_PAGE_LAST); in dlg_trace_chr() 206 CASE(DLGK_PAGE_NEXT); in dlg_trace_chr() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 50 #define CASE(S,T) \ in serializeSectionKind() macro 53 CASE(INFO, INFO); in serializeSectionKind() 54 CASE(EXT_TYPES, TYPES); in serializeSectionKind() 55 CASE(ABBREV, ABBREV); in serializeSectionKind() 56 CASE(LINE, LINE); in serializeSectionKind() 57 CASE(EXT_LOC, LOC); in serializeSectionKind() 58 CASE(STR_OFFSETS, STR_OFFSETS); in serializeSectionKind() 59 CASE(EXT_MACINFO, MACINFO); in serializeSectionKind() 60 CASE(MACRO, MACRO); in serializeSectionKind() 61 #undef CASE in serializeSectionKind() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 460 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() macro 469 CASE( 2, 'i', '\0', if); in getPPKeywordID() 470 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 471 CASE( 4, 'e', 's', else); in getPPKeywordID() 472 CASE( 4, 'l', 'n', line); in getPPKeywordID() 473 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 474 CASE( 5, 'e', 'b', embed); in getPPKeywordID() 475 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 476 CASE( 5, 'e', 'r', error); in getPPKeywordID() 477 CASE( 5, 'i', 'e', ident); in getPPKeywordID() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SDNodeInfoEmitter.cpp | 178 #define CASE(NAME) \ in getTypeConstraintKindName() macro 183 CASE(SDTCisVT); in getTypeConstraintKindName() 184 CASE(SDTCisPtrTy); in getTypeConstraintKindName() 185 CASE(SDTCisInt); in getTypeConstraintKindName() 186 CASE(SDTCisFP); in getTypeConstraintKindName() 187 CASE(SDTCisVec); in getTypeConstraintKindName() 188 CASE(SDTCisSameAs); in getTypeConstraintKindName() 189 CASE(SDTCisVTSmallerThanOp); in getTypeConstraintKindName() 190 CASE(SDTCisOpSmallerThanOp); in getTypeConstraintKindName() 191 CASE(SDTCisEltOfVec); in getTypeConstraintKindName() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 953 #define CASE(n) \ in getRegisterOrZero() macro 957 CASE(0); in getRegisterOrZero() 958 CASE(1); in getRegisterOrZero() 959 CASE(2); in getRegisterOrZero() 960 CASE(3); in getRegisterOrZero() 961 CASE(4); in getRegisterOrZero() 962 CASE(5); in getRegisterOrZero() 963 CASE(6); in getRegisterOrZero() 964 CASE(7); in getRegisterOrZero() 965 CASE(8); in getRegisterOrZero() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 627 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel() macro 628 CASE(Ignored) in getStableLevel() 629 CASE(Note) in getStableLevel() 630 CASE(Remark) in getStableLevel() 631 CASE(Warning) in getStableLevel() 632 CASE(Error) in getStableLevel() 633 CASE(Fatal) in getStableLevel() 634 #undef CASE in getStableLevel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 898 #define CASE(A) \ in getOpcodeWithCC() macro 911 CASE(Fp32) in getOpcodeWithCC() 912 CASE(Fp64) in getOpcodeWithCC() 913 CASE(Fp80) in getOpcodeWithCC() 915 #undef CASE in getOpcodeWithCC()
|
| H A D | X86ISelDAGToDAG.cpp | 1701 #define CASE(A) \ in PostprocessISelDAG() macro 1707 CASE(KANDBkk) in PostprocessISelDAG() 1708 CASE(KANDWkk) in PostprocessISelDAG() 1709 CASE(KANDDkk) in PostprocessISelDAG() 1710 CASE(KANDQkk) in PostprocessISelDAG() 1748 CASE(VMOVAPDrr) CASE(VMOVUPDrr) in PostprocessISelDAG() 1749 CASE(VMOVAPSrr) CASE(VMOVUPSrr) in PostprocessISelDAG() 1750 CASE(VMOVDQArr) CASE(VMOVDQUrr) in PostprocessISelDAG() 1751 CASE(VMOVAPDYrr) CASE(VMOVUPDYrr) in PostprocessISelDAG() 1752 CASE(VMOVAPSYrr) CASE(VMOVUPSYrr) in PostprocessISelDAG() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 729 #define CASE(T) \ in Visit() macro 732 CASE(Multi); in Visit() 733 CASE(Text); in Visit() 734 CASE(Placeholder); in Visit() 735 CASE(Select); in Visit() 736 CASE(EnumSelect); in Visit() 737 CASE(Plural); in Visit() 738 CASE(Diff); in Visit() 739 CASE(Substitution); in Visit() 740 #undef CASE in Visit()
|
| H A D | ClangAttrEmitter.cpp | 1873 #define CASE(X) \ in getLateAttrParseKind() macro 1884 CASE(Never) in getLateAttrParseKind() 1885 CASE(Standard) in getLateAttrParseKind() 1886 CASE(ExperimentalExt) in getLateAttrParseKind() 1887 #undef CASE in getLateAttrParseKind()
|
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 45 CASE arg-type =][= 171 CASE argument =][=
|
| H A D | mdoc-synopsis.tlib | 49 CASE main.main-type :+][+:
|
| H A D | cmd-doc.tlib | 232 ELSE :+][+: CASE 250 CASE (emit "\n") sec-type :+][+: 338 CASE (get "mode") :+][+: 394 CASE main.handler-type :+][+: 607 CASE 615 CASE homerc :+][+: 741 [+: CASE (get "copyright.type") :+][+:
|
| /freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd/usr.bin/ee/nls/ru_RU.KOI8-R/ |
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 6627 #define CASE(ATTRNAME, AANAME, ...) \ 6641 CASE(NoUnwind, AANoUnwind, ); 6642 CASE(WillReturn, AAWillReturn, ); 6643 CASE(NoFree, AANoFree, ); 6644 CASE(Captures, AANoCapture, ); 6645 CASE(NoRecurse, AANoRecurse, ); 6646 CASE(NoReturn, AANoReturn, ); 6647 CASE(NoSync, AANoSync, ); 6648 CASE(NoAlias, AANoAlias, ); 6649 CASE(NonNull, AANonNull, ); [all …]
|
| /freebsd/contrib/ee/ |
| H A D | ee.c | 543 char *CASE; variable 1941 else if (compare(cmd_str, CASE, FALSE)) in command() 4389 if (compare(str1, CASE, FALSE)) in ee_init() 4538 fprintf(init_file, "%s\n", case_sen ? CASE : NOCASE); in dump_ee_conf() 5386 CASE = catgetlocal( 126, "CASE"); in strings_init() 5460 commands[9] = CASE; in strings_init() 5481 init_strings[0] = CASE; in strings_init()
|
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd/usr.bin/ee/nls/pl_PL.ISO8859-2/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 234 #define CASE(ID) case ID: OS << #ID; break; in dump() macro 235 CASE(Allocated) in dump() 236 CASE(AllocatedOfSizeZero) in dump() 237 CASE(Released) in dump() 238 CASE(Relinquished) in dump() 239 CASE(Escaped) in dump()
|
| /freebsd/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
| H A D | ee.msg | 136 126 "CASE"
|
| /freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | format.txt | 109 CASE MAPPINGS
|
| /freebsd/usr.bin/m4/TEST/ |
| H A D | test.m4 | 54 string(CASE, "case")
|
| /freebsd/contrib/less/ |
| H A D | less.hlp | 162 -I ........ --IGNORE-CASE
|