代码搜索结果
找到约 21,386 项符合
Switch 的代码
switch.h
/************************************************************************************
* This header file is for Switch Driver Interface.
*
*
* (c) Copyright 2006, Freescale, Inc. All rights reser
switch.asm
; #########################################################################
; This demo shows how to use Greg Falen's SWITCH macro
; #####################################################
switch.inc
;***
; SWITCH.INC - 01-Oct-87 - BASCOM compiler and runtime common switch file
;***
.XLIST
;***
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
;
;********************************
switch.h
/***
* switch.h
*
* Copyright 1985, 1986, 1987 Microsoft Corporation
*
*******************************************************************************/
/*=================================
switch.inc
;***
;switch.inc - see switch.h for real definitions of switches
;
; Copyright 1985, 1986, 1987 Microsoft Corporation
;
;
;******************************************************************
switch-1.c
/* Copyright (C) 2003 Free Software Foundation.
Test that switch statements suitable using case bit tests are
implemented correctly.
Written by Roger Sayle, 01/25/2001. */
extern void ab
switch-1.c
/* APPLE LOCAL file mainline 4561329 */
/* PR middle-end/26557. */
const int struct_test[1] = {1};
void g();
void f() {
switch(struct_test[0]) {
case 1: g();
}
}
wtr-switch-1.c
/* Test for -Wtraditional warnings on switch operands of type long.
Note, gcc should omit these warnings in system header files.
By Kaveh R. Ghazi 8/22/2000. */
/* { dg
switch-6.c
/* Test diagnostics for switch statements and labels therein. Test
for case ranges with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options
switch-2.c
/* PR c/9262 */
/* Originator: Rasmus Hahn */
/* { dg-do compile } */
int foo(int i)
{
switch (i)
case 3:
return 1,
} /* { dg-error "parse error|syntax error|expec