代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/38039/1101351
txt pm_expr_oper_list.txt
# {0} (17) [0] pm_expr_oper_list.Label
Operators
运算符
# [1] operatorlist.ItemHelpText.1
Addition
加法
# [2] operatorlist.ItemHelpText.2
Subtraction
减法
# [3] operatorlist.ItemHelpText.3
Multiplication
www.eeworm.com/read/38039/1101981
txt pm_expr_oper_list.txt
# {0} (17) [0] pm_expr_oper_list.Label
Operators
运算符
# [1] operatorlist.ItemHelpText.1
Addition
加法
# [2] operatorlist.ItemHelpText.2
Subtraction
减法
# [3] operatorlist.ItemHelpText.3
Multiplication
www.eeworm.com/read/470720/1447578
c 900519_01.c
// g++ 1.37.1 bug 900519_01
// g++ fails to flag errors for some attempts to declare or define non-member
// type conversion operators.
// cfront 2.0 passes this test.
// keywords: user-defined typ
www.eeworm.com/read/470720/1447924
c overload19.c
// PRMS Id: 4689
// Bug: g++ doesn't notice operators overloaded on enumeral types.
enum E { A=5, B=32, C=100 };
E operator|(E a, E b) { return C; };
int main()
{
return (A|B) != C;
}
www.eeworm.com/read/470693/1459524
c 900519_01.c
// g++ 1.37.1 bug 900519_01
// g++ fails to flag errors for some attempts to declare or define non-member
// type conversion operators.
// cfront 2.0 passes this test.
// keywords: user-defined typ
www.eeworm.com/read/470693/1459870
c overload19.c
// PRMS Id: 4689
// Bug: g++ doesn't notice operators overloaded on enumeral types.
enum E { A=5, B=32, C=100 };
E operator|(E a, E b) { return C; };
int main()
{
return (A|B) != C;
}
www.eeworm.com/read/240162/4582762
c 900519_01.c
// { dg-do assemble }
// g++ 1.37.1 bug 900519_01
// g++ fails to flag errors for some attempts to declare or define non-member
// type conversion operators.
// cfront 2.0 passes this test.
// key
www.eeworm.com/read/233448/4675580
c 900519_01.c
// { dg-do assemble }
// g++ 1.37.1 bug 900519_01
// g++ fails to flag errors for some attempts to declare or define non-member
// type conversion operators.
// cfront 2.0 passes this test.
// key
www.eeworm.com/read/191809/5161588
asm pl7.asm
.ALTERNATE
! test of string operators
define MACRO str1,str2
SDATA str1
SDATA "str2"
ENDM
define one" way to get "spaces,0
define "lot's! of ,chars%", 0
www.eeworm.com/read/190682/5170903
asm pl7.asm
.ALTERNATE
! test of string operators
define MACRO str1,str2
SDATA str1
SDATA "str2"
ENDM
define one" way to get "spaces,0
define "lot's! of ,chars%", 0