代码搜索:paste

找到约 6,498 项符合「paste」的源代码

代码结果 6,498
www.eeworm.com/read/366702/2884164

c paste8.c

/* { dg-do preprocess } */ /* { dg-options "" } */ int foo(int, ...); #define a(x, y...) foo(x, ##y) a(1) a(1, 2, 3) #define b(x, y, z...) foo(x, ##y) b(1, 2, 3) /* { dg-error "valid preprocessing
www.eeworm.com/read/366702/2884186

c paste12.c

/* { dg-do preprocess } */ /* Test correct diagnostics when pasting in #include. Source: PR preprocessor/6780. */ #define inc2(a,b) #define INC(X) inc2(X,h) #include INC(stdio) /* { dg-e
www.eeworm.com/read/366702/2884190

c tr-paste.c

/* Test for proper comment elimination semantics from cpplib's -traditional. This should compile and link with compiled with `gcc -traditional-cpp'. Test case by Jason R. Thorpe
www.eeworm.com/read/366702/2884191

c paste9.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do run } */ /* { dg-options "" } */ /* Apparently older preprocessors used to fail this test. */ #include extern void a
www.eeworm.com/read/366702/2884259

c paste14.c

/* PR preprocessor/28709 */ /* { dg-do preprocess } */ #define foo - ## >> foo /* { dg-error "pasting \"-\" and \">>\"" } */ #define bar = ## == bar /* { dg-error "pasting \"=\" and \"==\"" } */
www.eeworm.com/read/366702/2884280

c paste11.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test correct pasting of identifiers and numbers. We can paste any number, as long as no '.', '-' or '+' app
www.eeworm.com/read/366702/2884281

c paste1.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test operator ## semantics. */ #define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */ #define
www.eeworm.com/read/366702/2884297

c paste2.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do run } */ /* { dg-options "-std=c99 -pedantic-errors" } */ /* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/366702/2884312

c paste6.c

/* Regression test for paste appearing at the beginning of a set of actual arguments. Original bug exposed by Linux kernel. Problem reported by Jakub Jelinek . */ /* { dg-d
www.eeworm.com/read/363284/2920938

js paste_word.js

function loadText() { document.getElementById("txtLang").innerHTML = "Paste Word content here (CTRL-V) "; document.getElementById("btnCancel").value = "cancel"; document.getElementByI