代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/470720/1444929
c friend15.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9453
// Access checking when template friend is defined in class.
template class X {
private:
www.eeworm.com/read/470720/1446850
c prepost4.c
// Build don't link:
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the argume
www.eeworm.com/read/470693/1456875
c friend15.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9453
// Access checking when template friend is defined in class.
template class X {
private:
www.eeworm.com/read/470693/1458796
c prepost4.c
// Build don't link:
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the argume
www.eeworm.com/read/247171/4486898
vb expressionliteralnumericf.vb
'Author: Ritvik Mayank
'Copyright (C) 2005 Novell, Inc (http://www.novell.com)
' Checking F and R
Option Strict Off
Imports System
Module SimpleExpressionLiterals
Function Ma
www.eeworm.com/read/241906/4557412
java payperiodchecktag.java
package com.visualpatterns.timex.util;
import java.util.Date;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
/**
* JSP tag library for checking if a dat
www.eeworm.com/read/241906/4557449
java payperiodchecktag.java
package com.visualpatterns.timex.util;
import java.util.Date;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
/**
* JSP tag library for checking if a dat
www.eeworm.com/read/240162/4579996
c access13.c
// { dg-do compile }
// Origin: Francesco Monica
// PR c++/13262: Access checking during instantiation of static data
// member.
template class Aclass {
private
www.eeworm.com/read/240162/4580122
c friend15.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9453
// Access checking when template friend is defined in class.
template class X {
private:
www.eeworm.com/read/240162/4582037
c prepost4.c
// { dg-do assemble }
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the argum