HomeSort by: relevance | last modified time | path
    Searched defs:CASE (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/INPUTS/
cfg-big-switch.c 1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y);
20 #define CASE(i, x, y) \
21 case i: { int case_var = 3*x + i; y += case_var - 1; break; }
  /src/external/gpl3/gdb/dist/sim/lm32/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
160 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
171 Only necessary for WITH_SCACHE case, but to avoid the
185 CASE (sem, INSN_X_AFTER) : /* --after-- */
204 CASE (sem, INSN_X_BEFORE) : /* --before-- */
223 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
251 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
273 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
285 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/lm32/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
160 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
171 Only necessary for WITH_SCACHE case, but to avoid the
185 CASE (sem, INSN_X_AFTER) : /* --after-- */
204 CASE (sem, INSN_X_BEFORE) : /* --before-- */
223 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
251 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
273 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
285 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/sys/dev/ir/
irframe.c 90 /* In case we just have tty attachment. */
284 #define CASE(s) case s: if (!(sc->sc_speedmask & CONC(IRDA_SPEED_,s))) return (EINVAL); break
286 CASE(2400);
287 CASE(9600);
288 CASE(19200);
289 CASE(38400);
290 CASE(57600);
291 CASE(115200);
292 CASE(576000)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
trace_api_test.c 25 #define CASE(name) \
26 case OSSL_TRACE_CATEGORY_##name: \
30 CASE(ALL);
31 CASE(TRACE);
32 CASE(INIT);
33 CASE(TLS);
34 CASE(TLS_CIPHER);
35 CASE(CONF);
36 CASE(ENGINE_TABLE);
37 CASE(ENGINE_REF_COUNT)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXLoadedDiagnostic.cpp 76 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X;
77 CASE(Ignored)
78 CASE(Note)
79 CASE(Warning)
80 CASE(Error)
81 CASE(Fatal)
82 #undef CASE
84 case serialized_diags::Remark: return CXDiagnostic_Warning;
164 // data structure. We can optimize this case later
    [all...]
  /src/external/gpl3/gdb/dist/sim/iq2000/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
242 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
253 Only necessary for WITH_SCACHE case, but to avoid the
267 CASE (sem, INSN_X_AFTER) : /* --after-- */
286 CASE (sem, INSN_X_BEFORE) : /* --before-- */
305 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
333 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
355 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
367 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb/dist/sim/m32r/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
202 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
213 Only necessary for WITH_SCACHE case, but to avoid the
227 CASE (sem, INSN_X_AFTER) : /* --after-- */
246 CASE (sem, INSN_X_BEFORE) : /* --before-- */
265 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
293 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
315 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
327 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
sem2-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
393 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
404 Only necessary for WITH_SCACHE case, but to avoid the
418 CASE (sem, INSN_X_AFTER) : /* --after-- */
437 CASE (sem, INSN_X_BEFORE) : /* --before-- */
456 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
484 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
506 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
518 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
semx-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
386 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
397 Only necessary for WITH_SCACHE case, but to avoid the
411 CASE (sem, INSN_X_AFTER) : /* --after-- */
430 CASE (sem, INSN_X_BEFORE) : /* --before-- */
449 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
477 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
499 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
511 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb/dist/sim/or1k/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
239 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
250 Only necessary for WITH_SCACHE case, but to avoid the
264 CASE (sem, INSN_X_AFTER) : /* --after-- */
283 CASE (sem, INSN_X_BEFORE) : /* --before-- */
302 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
330 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
352 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
364 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
242 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
253 Only necessary for WITH_SCACHE case, but to avoid the
267 CASE (sem, INSN_X_AFTER) : /* --after-- */
286 CASE (sem, INSN_X_BEFORE) : /* --before-- */
305 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
333 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
355 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
367 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32r/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
202 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
213 Only necessary for WITH_SCACHE case, but to avoid the
227 CASE (sem, INSN_X_AFTER) : /* --after-- */
246 CASE (sem, INSN_X_BEFORE) : /* --before-- */
265 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
293 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
315 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
327 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
sem2-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
393 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
404 Only necessary for WITH_SCACHE case, but to avoid the
418 CASE (sem, INSN_X_AFTER) : /* --after-- */
437 CASE (sem, INSN_X_BEFORE) : /* --before-- */
456 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
484 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
506 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
518 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
semx-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
386 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
397 Only necessary for WITH_SCACHE case, but to avoid the
411 CASE (sem, INSN_X_AFTER) : /* --after-- */
430 CASE (sem, INSN_X_BEFORE) : /* --before-- */
449 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
477 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
499 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
511 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/or1k/
sem-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
239 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
250 Only necessary for WITH_SCACHE case, but to avoid the
264 CASE (sem, INSN_X_AFTER) : /* --after-- */
283 CASE (sem, INSN_X_BEFORE) : /* --before-- */
302 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
330 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
352 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
364 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 49 #define CASE(S,T) \
50 case DW_SECT_##S: \
52 CASE(INFO, INFO);
53 CASE(EXT_TYPES, TYPES);
54 CASE(ABBREV, ABBREV);
55 CASE(LINE, LINE);
56 CASE(EXT_LOC, LOC);
57 CASE(STR_OFFSETS, STR_OFFSETS);
58 CASE(EXT_MACINFO, MACINFO);
59 CASE(MACRO, MACRO)
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-defs.h 50 in the case of read-before-exec support, or all outputs of the instruction
51 in the case of write-after-exec support. */
68 semantic routines. In reality for the with-extraction case it is always
72 The without-extraction case still uses an ARGBUF:
84 case. The first element is the IADDR, the second element is the SCACHE *.
131 Variable `labels_##N' must be initialized with the labels of each case. */
135 #define CASE(N, X) case_##N##_##X
141 #define CASE(N, X) case X /* FIXME: old sem-switch had (@arch@_,X) here */
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-defs.h 50 in the case of read-before-exec support, or all outputs of the instruction
51 in the case of write-after-exec support. */
68 semantic routines. In reality for the with-extraction case it is always
72 The without-extraction case still uses an ARGBUF:
84 case. The first element is the IADDR, the second element is the SCACHE *.
131 Variable `labels_##N' must be initialized with the labels of each case. */
135 #define CASE(N, X) case_##N##_##X
141 #define CASE(N, X) case X /* FIXME: old sem-switch had (@arch@_,X) here */
  /src/external/gpl3/gdb/dist/sim/cris/
semcrisv10f-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
301 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
312 Only necessary for WITH_SCACHE case, but to avoid the
326 CASE (sem, INSN_X_AFTER) : /* --after-- */
345 CASE (sem, INSN_X_BEFORE) : /* --before-- */
364 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
392 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
414 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
426 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
semcrisv32f-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
305 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
316 Only necessary for WITH_SCACHE case, but to avoid the
330 CASE (sem, INSN_X_AFTER) : /* --after-- */
349 CASE (sem, INSN_X_BEFORE) : /* --before-- */
368 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
396 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
418 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
430 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/cris/
semcrisv10f-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
301 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
312 Only necessary for WITH_SCACHE case, but to avoid the
326 CASE (sem, INSN_X_AFTER) : /* --after-- */
345 CASE (sem, INSN_X_BEFORE) : /* --before-- */
364 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
392 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
414 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
426 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
semcrisv32f-switch.c 27 /* The labels have the case they have because the enum of insn types
28 is all uppercase and in the non-stdc case the insn symbol is built
305 CASE (sem, INSN_X_INVALID) : /* --invalid-- */
316 Only necessary for WITH_SCACHE case, but to avoid the
330 CASE (sem, INSN_X_AFTER) : /* --after-- */
349 CASE (sem, INSN_X_BEFORE) : /* --before-- */
368 CASE (sem, INSN_X_CTI_CHAIN) : /* --cti-chain-- */
396 CASE (sem, INSN_X_CHAIN) : /* --chain-- */
418 CASE (sem, INSN_X_BEGIN) : /* --begin-- */
430 /* In the switch case FAST_P is a constant, allowing several optimization
    [all...]
  /src/usr.bin/xlint/lint1/
op.h 126 CASE, /* does not appear in the tree */
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FuchsiaHandleChecker.cpp 158 #define CASE(ID) \
159 case ID: \
162 CASE(Kind::MaybeAllocated)
163 CASE(Kind::Allocated)
164 CASE(Kind::Released)
165 CASE(Kind::Escaped)
166 CASE(Kind::Unowned)
513 // Keeping zombie handle symbols. In case the error symbol is dying later
514 // than the handle symbol we might produce spurious leak warnings (in case

Completed in 83 milliseconds

1 2