代码搜索:recognize

找到约 421 项符合「recognize」的源代码

代码结果 421
www.eeworm.com/read/233448/4671323

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc
www.eeworm.com/read/233448/4675863

c overload14.c

// { dg-do assemble } // Bug: g++ fails to recognize that the template matches the target type. template void foo (T *, int); struct A; void bar () { void (*p)(A *, int) = &foo; }
www.eeworm.com/read/227684/4770380

html-lex

(* html-lex * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * COPYRIGHT (c) 1996 AT&T Research. * * A scanner for HTML. * * TODO: * Recognize the DOCTYPE element *
www.eeworm.com/read/216502/4891468

c 1.recog.c

#include #include "1.incl.h" #include "def.h" recognize(type, ifflag) /* if ifflag = 1, statement is if()type; otherwise is type */ int type, ifflag; /* do whatever is needed for this
www.eeworm.com/read/190666/5175654

c overload14.c

// Bug: g++ fails to recognize that the template matches the target type. // Build don't link: template void foo (T *, int); struct A; void bar () { void (*p)(A *, int) = &foo; }
www.eeworm.com/read/180137/5290487

byteswap vax.byteswap

# Byte-swapped VAXen # From: dupuy@amsterdam.columbia.edu (Alexander Dupuy) # # Here are a few lines you can add to /etc/magic on your sun workstations in # order to recognize VAX executables and obj
www.eeworm.com/read/162614/5517640

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc
www.eeworm.com/read/340665/3272841

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc
www.eeworm.com/read/340665/3276308

c overload14.c

// Bug: g++ fails to recognize that the template matches the target type. // Build don't link: template void foo (T *, int); struct A; void bar () { void (*p)(A *, int) = &foo; }
www.eeworm.com/read/440906/1774439

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc