代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/233448/4671251
c anon-struct2.c
/* { dg-options "" } */
/* In GNU C++ mode, we recognize the anonymous struct extension,
but not Microsoft C extensions. */
struct A { char a; };
struct B {
struct A; /* forward decl of B::A
www.eeworm.com/read/233448/4683745
c func-outside-2.c
/* Test for rejection of __func__ outside a function (GNU extensions
are OK there). Test with -pedantic-errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/*
www.eeworm.com/read/233448/4686124
c func-outside-1.c
/* Test for rejection of __func__ outside a function (GNU extensions
are OK there). Test with no special options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/
www.eeworm.com/read/231012/4718476
txt log.txt
INDEXER SETTINGS:
Minimum term length: 2
Maximum term length: 20
Index files with extensions: htm html
Ignore files and directories:
Starting indexer at "C:\Dreamweaver\Projects\javasound
www.eeworm.com/read/209559/4974545
c selinuxfs.c
/* Updated: Karl MacMillan
*
* Added conditional policy language extensions
*
* Copyright (C) 2003 - 2004 Tresys Technology, LLC
* This program is free software; you can
www.eeworm.com/read/208399/4993455
cpp fonts.cpp
// Fonts.cpp : Defines the class behaviors for the application.
//
#include // MFC core and standard components
#include // MFC extensions
#include
www.eeworm.com/read/196373/5102789
makefile
# makefile for compiling some of g++ library components with GAlib extensions
# Copyright 1995 Massachusetts Institute of Technology
# mbwall 10sep95
#
# This code can be freely distributed and modi