代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/366755/2861598
tcl empty.tcl
# EMPTY.TCL - empty Tcl file used to create font cache.
#
# Copyright 1998 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01a,20sep98,bjl written.
#
# DESCRIPTION
# Befor
www.eeworm.com/read/366702/2866044
c is_empty.c
// { dg-do "run" }
#include
struct A
{
double a;
double b;
};
struct B
{
virtual ~B() { }
};
class C
{ };
union U
{ };
template
bool
f()
{ return __is_empty(T);
www.eeworm.com/read/366702/2869202
c empty.c
// { dg-do run }
// { dg-options "-w" }
// Origin: Mark Mitchell
#if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
struct S0
{
};
struct S1 : public S0
{
};
stru
www.eeworm.com/read/366702/2871412
c empty.c
// { dg-options "-W" }
#define NOPE
void foo() {
while (1); /* { dg-error "suggest a space before " } */
{
}
for (;;); /* { dg-error "suggest a space before " } */
{
}
while (1
www.eeworm.com/read/366702/2881748
c empty.c
/* Yes, it's called "empty" because it has no contents at all.
Even this comment goes here, rather than in empty.h. */
#include "empty.h"
int main(void)
{
return 0;
}
www.eeworm.com/read/366702/2883558
c empty.c
/* { dg-do compile } */
/* { dg-options "-O -fopenmp -fdump-tree-ompexp" } */
main()
{
#pragma omp parallel
{;}
}
/* There should not be a GOMP_parallel_start call. */
/* { dg-final { scan-tree
www.eeworm.com/read/362671/2928894
xpm empty.xpm
/* XPM */
static const char * empty_xpm[] = {
"16 16 1 1",
" c None",
" ",
" ",
" ",
" ",
" ",
" ",
"
www.eeworm.com/read/362432/2933909
xpm empty.xpm
/* XPM */
static const char * empty_xpm[] = {
"16 16 1 1",
" c None",
" ",
" ",
" ",
" ",
" ",
" ",
"
www.eeworm.com/read/357352/3016212
tests empty.tests
e=
echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
echo a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C $e D $e E $e F
echo $e a $e b $e c $e d $e e $e f