代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5526941
x 980709-1.x
# pow() is not available on m6811/m6812 target, this test will not link.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
# XFAIL this test for AIX using -msoft-float.
# This test
www.eeworm.com/read/162614/5527205
x 941014-1.x
# This doesn't always work for Thumb.
if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
|| [istarget strongarm*-*-*] } {
set torture_eval_before_execute {
global compiler_conditional_xf
www.eeworm.com/read/162614/5527631
x 990826-0.x
# floor() is not available on m6811/m6812 target, this test will not link.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
# XFAIL this test for AIX using -msoft-float.
# This tes
www.eeworm.com/read/162614/5530162
c pr17933-1.c
/* PR rtl-optimization/17933.
Test-case from the ObjC test-suite, execute/class_self-2.m,
translated to C from and reduced by Andrew Pinski. */
struct d
{ int a; };
void abort(void);
typedef s
www.eeworm.com/read/294911/8194033
ulp ex-include.ulp
#usage "Example: Usage of include file\n"
""
"Demonstrates how to use the include file 'useful-routines.ulp'."
""
"Author: support@cadsoft.de
www.eeworm.com/read/171958/9728513
cpp editdialog.cpp
// EditDialog.cpp : implementation file
//
#include "stdafx.h"
#include "List.h"
#include "EditDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI