Searched refs:CASE (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/dialog/
H A Dtrace.c151 #define CASE(name) case name: fkey_name = #name; break macro
153 CASE(DLGK_MIN);
154 CASE(DLGK_OK);
155 CASE(DLGK_CANCEL);
156 CASE(DLGK_EXTRA);
157 CASE(DLGK_HELP);
158 CASE(DLGK_ESC);
159 CASE(DLGK_PAGE_FIRST);
160 CASE(DLGK_PAGE_LAST);
161 CASE(DLGK_PAGE_NEX
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp547 #define CASE { macro
564 CASE // Boils down to isupper() or islower() or isdigit()
574 CASE // The locale-specific range.
581 CASE
595 CASE // isupper() or islower(). Note that 'Z' is less than 'a'.
604 CASE // The locale-specific range.
609 CASE // Other.
622 CASE // Is ASCII.
630 CASE
641 CASE
[all...]
H A DFuchsiaHandleChecker.cpp143 #define CASE(ID) \ macro
147 CASE(Kind::MaybeAllocated)
148 CASE(Kind::Allocated)
149 CASE(Kind::Released)
150 CASE(Kind::Escaped)
H A DMallocChecker.cpp186 #define CASE(ID) case ID: OS << #ID; break; macro
187 CASE(Allocated)
188 CASE(AllocatedOfSizeZero)
189 CASE(Released)
190 CASE(Relinquished)
191 CASE(Escaped)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp272 #define CASE(LEN, FIRST, THIRD, NAME) \ macro
281 CASE( 2, 'i', '\0', if);
282 CASE( 4, 'e', 'i', elif);
283 CASE( 4, 'e', 's', else);
284 CASE( 4, 'l', 'n', line);
285 CASE( 4, 's', 'c', sccs);
286 CASE( 5, 'e', 'd', endif);
287 CASE( 5, 'e', 'r', error);
288 CASE( 5, 'i', 'e', ident);
289 CASE(
310 #undef CASE macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp108 #define CASE(DS) \ macro
112 CASE(INFO);
113 CASE(TYPES);
114 CASE(ABBREV);
115 CASE(LINE);
116 CASE(LOC);
117 CASE(STR_OFFSETS);
118 CASE(MACINFO);
119 CASE(MACRO);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp614 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; macro
615 CASE(Ignored)
616 CASE(Note)
617 CASE(Remark)
618 CASE(Warning)
619 CASE(Error)
620 CASE(Fatal)
621 #undef CASE macro
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp731 #define CASE(T) \ macro
734 CASE(Multi);
735 CASE(Text);
736 CASE(Placeholder);
737 CASE(Select);
738 CASE(Plural);
739 CASE(Diff);
740 CASE(Substitution);
741 #undef CASE macro
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh2.c29 #define CASE 265 macro
287 case CASE:
473 "case", CASE,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql175 OR (CASE WHEN kind = MAP_FILE AND repos_path IS NOT NULL
178 OR (CASE WHEN kind = MAP_DIR THEN depth IS NULL
180 OR (CASE WHEN kind = MAP_SYMLINK THEN symlink_target IS NULL
H A Dwc-queries.sql312 CASE WHEN d.checksum=s.checksum THEN d.translated_size END,
313 CASE WHEN d.checksum=s.checksum THEN d.last_mod_time END,
396 presence = CASE presence
1371 CASE n.presence
1427 CASE
1445 CASE
1643 (SELECT CASE WHEN r.moved_here THEN r.op_depth END FROM nodes r
1656 (SELECT CASE WHEN r.moved_here THEN r.op_depth END FROM nodes r
/freebsd-12-stable/contrib/binutils/ld/
H A Dldlex.l336 <MRI>"CASE" { RTOKEN(CASE); }
353 <MRI>"case" { RTOKEN(CASE); }
H A Dldgram.y149 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
247 | CASE casesymlist
/freebsd-12-stable/contrib/ee/
H A Dee.c506 char *CASE; variable
1780 else if (compare(cmd_str, CASE, FALSE))
4165 if (compare(str1, CASE, FALSE))
4331 fprintf(init_file, "%s\n", case_sen ? CASE : NOCASE);
5212 CASE = catgetlocal( 126, "CASE");
5289 commands[9] = CASE;
5312 init_strings[0] = CASE;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2152 #define CASE(X) case K ## X: return F(static_cast<const X*>(this)); macro
2153 FOR_EACH_NODE_KIND(CASE)
2154 #undef CASE macro
/freebsd-12-stable/contrib/binutils/
H A DMakefile.tpl1520 [+ CASE (dep-kind) +]

Completed in 231 milliseconds