代码搜索:range
找到约 10,000 项符合「range」的源代码
代码结果 10,000
www.eeworm.com/read/237551/4625416
c sync_file_range.c
/* Selective file content synch'ing.
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute
www.eeworm.com/read/233448/4671294
c case-range1.c
// { dg-do compile }
// Tests if case ranges (a GNU extension) are accepted
// { dg-options "" }
const int low = -2;
const int high = 15;
template
T f2 (T i)
{
switch (i)
{
case
www.eeworm.com/read/233448/4671327
c case-range3.c
// { dg-do compile }
// Tests if case ranges (a GNU extension) emit errors in ISO mode
// { dg-options "-pedantic" }
const int low = -2;
const int high = 15;
template
T f2 (T i)
{
swit
www.eeworm.com/read/233448/4671355
c case-range2.c
// { dg-do compile }
// Tests if case ranges (a GNU extension) correctly emit messages
// about overlapping ranges.
// { dg-options "" }
const int low = -2;
const int high = 15;
template
www.eeworm.com/read/233448/4671959
c range-test-1.c
// Test fold-const.c (fold_range_test) optimizations.
// { dg-do run } */
// { dg-options "-O2" } */
#include
#include
#include
#if (INT_MAX == 2147483647) && (INT_MI
www.eeworm.com/read/233448/4671998
c range-test-2.c
// Test fold-const.c (fold_range_test) optimizations.
// { dg-do run } */
// { dg-options "-O2" } */
#include
#include
#include
#if (INT_MAX == 2147483647) && (INT_MI
www.eeworm.com/read/233448/4684194
c range-test-1.c
/* Test fold-const.c (fold_range_test) optimizations. */
/* { dg-do run } */
/* { dg-options "-O2" } */
#include
#include
#include
#if (INT_MAX == 2147483647) && (IN
www.eeworm.com/read/233448/4684600
c float-range-1.c
/* Floating constants outside the range of their type should receive a
pedwarn, not a warning. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-ansi -
www.eeworm.com/read/233448/4684971
c float-range-2.c
/* Floating constants outside the range of their type should receive a
pedwarn, not a warning. This includes INFINITY if the target does
not support infinities. */
/* Origin: Joseph Myers
www.eeworm.com/read/231865/4709669
h stl_range_errors.h
/*
* Copyright (c) 1999
* Silicon Graphics
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* p