代码搜索:explicitly

找到约 1,905 项符合「explicitly」的源代码

代码结果 1,905
www.eeworm.com/read/200288/5067392

h types.h

#ifndef _ASM_TYPES_H #define _ASM_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Linux
www.eeworm.com/read/195013/5121585

h types.h

#ifndef _ALPHA_TYPES_H #define _ALPHA_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Li
www.eeworm.com/read/190666/5175706

c rfg18.c

// Any expression may be explicitly converted to type void. // Build don't link: struct S { int m[10]; } object; struct S f () { return object; } void test () { (void) f().m; /* OK - cast
www.eeworm.com/read/179911/5299252

h types.h

#ifndef _ALPHA_TYPES_H #define _ALPHA_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Li
www.eeworm.com/read/168763/5436736

h types.h

#ifndef _NIOS_TYPES_H #define _NIOS_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Linu
www.eeworm.com/read/168763/5436803

h types.h

#ifndef _ASM_TYPES_H #define _ASM_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Linux
www.eeworm.com/read/162614/5522108

c 900211_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900211_02 // g++ allows you to explicitly specify the return type for a type conversion // operator. // The Cfront 2.0 Reference Manual (12.3.2) says that th
www.eeworm.com/read/350097/3134142

h types.h

#ifndef _ALPHA_TYPES_H #define _ALPHA_TYPES_H /* * This file is never included by application software unless * explicitly requested (e.g., via linux/types.h) in which case the * application is Li
www.eeworm.com/read/340665/3276360

c rfg18.c

// Any expression may be explicitly converted to type void. // Build don't link: struct S { int m[10]; } object; struct S f () { return object; } void test () { (void) f().m; /* OK - cast
www.eeworm.com/read/321483/3533895

pl conf.pl

### On VMS, the ENV is not reset after the program terminates. ### So reset it here explicitly my ($old_env_path, $old_env_perl5lib); BEGIN { use FindBin; use File::Spec; ### paths t