代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/376006/2718039
out numerology.out
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversio
www.eeworm.com/read/376006/2718227
sql numerology.sql
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversi
www.eeworm.com/read/375736/2720549
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/366702/2867611
c cond2.c
struct Term { };
struct Boolean : Term {
explicit Boolean(bool);
};
struct IsZero : Term {
Term *eval();
};
Term*
IsZero::eval()
{
return true ? new Boolean(false) : this; // { dg-error "" }
}
www.eeworm.com/read/366508/2889973
def matrix.def
; Matrix.def : Declares the module parameters for the DLL.
LIBRARY "Matrix"
DESCRIPTION 'Matrix Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
MocaEntry @5
www.eeworm.com/read/358714/2983334
s ia64.s
.explicit
.text
.ident "ia64.S, Version 2.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b
www.eeworm.com/read/357566/3013398
s ia64.s
.explicit
.text
.ident "ia64.S, Version 1.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b
www.eeworm.com/read/356705/3038259
def hook.def
; hook.def : Declares the module parameters for the DLL.
LIBRARY "hook"
DESCRIPTION 'hook Windows Dynamic Link Library'
SECTIONS
shareddata READ WRITE SHARED
EXPORTS
; Explicit expor