代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4678595
c asm-function-16.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
signed short foo(signed int a, signed short b)
{
b = a * -1;
asm {
bl
www.eeworm.com/read/233448/4678608
c asm-function-10.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
asm void foo()
{
lis r1,(kUndefC
www.eeworm.com/read/233448/4678615
c asm-function-2.c
/* APPLE LOCAL file CW asm blocks */
/* Test whole asm functions. */
/* { dg-do run { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks -O2" } */
void abort(void);
asm void normal_fn ()
{
www.eeworm.com/read/233448/4678623
c asm-function-21.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options { -fasm-blocks } } */
asm void myasm1(register int i) {
fralloc
frfree
} /* { dg-error "blr
www.eeworm.com/read/233448/4678626
c asm-function-5.c
/* APPLE LOCAL file CW asm blocks */
/* Test function calls in asm functions. */
/* { dg-do run { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks -O2" } */
void abort(void);
int glob = 0;
www.eeworm.com/read/233448/4678667
c asm-function-1.c
/* APPLE LOCAL file CW asm blocks */
/* Test whole asm functions. */
/* { dg-do run { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks -O2" } */
void abort(void);
asm int
foo (register int
www.eeworm.com/read/233448/4678670
c asm-function-11.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
struct tDummyStruct
{
unsigned long fDummy;
unsigned long fSample;
};
asm
www.eeworm.com/read/233448/4678674
c asm-function-17.c
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target powerpc*-*-* } } */
/* { dg-options "-fasm-blocks" } */
typedef struct astruct {
int fieldy;
int fieldx;
} atypedef;
void fun2 (
www.eeworm.com/read/233448/4678848
f90 st_function.f90
! Program to test STATEMENT function
program st_fuction
call simple_case
call with_function_call
call with_character_dummy
call with_derived_type_dummy
call with_pointer_dummy
call
www.eeworm.com/read/233448/4684332
c cast-function-1.c
/* PR c/12085 */
/* Origin: David Hollenberg */
/* Verify that the compiler doesn't inline a function at
a calling point where it is viewed with a different
prototype than t