「Default」の記事を作成してみましょう! 検索結果を見る。
"Default"の検索結果:約100件
-
Default tree printer
1379/* Default tree printer. Handles declarations only.*/ 1380 static bool 1381 default_tree_printer (pretty_printer* pp, text_info*text, const char*spec, 1382 int precision, bool wide, bool set_locus, bool hash) 1383{ 1384 -
DEFAULT ALIGNMENT
59:#define DEFAULT_ALIGNMENT\ 60: ((PTR_INT_TYPE) ((char*)&((struct fooalign*) 0)-d - (char*) 0))== テスト==#include stdio.h#define PTR_INT_TYPE long struct fooalign{char x; double d;};#define DEFAULT_ALIGNMENT\ ((PTR -
Default diagnostic starter
312 static void 313 default_diagnostic_starter (diagnostic_context*context, 314 diagnostic_info*diagnostic) 315{ 316 diagnostic_report_current_function (context); 317 pp_set_prefix (context-printer, diagnostic_build_prefix (diagnostic)); 318} リンク -
Default diagnostic finalizer
320 static void 321 default_diagnostic_finalizer (diagnostic_context*context, 322 diagnostic_info*diagnostic ATTRIBUTE_UNUSED) 323{ 324 pp_destroy_prefix (context-printer); 325} リンク元 -
DEFAULT ROUNDING
65:#define DEFAULT_ROUNDING (sizeof (union fooround)) リンク元 -
Gcc-4.1.0/gcc/defaults.h
https://www.codeblog.org/gonzui/markup/gcc-4.1.0/gcc/defaults.h http://gcc.yokinihakarae.com/S/830.html 1/* Definitions of various defaults for tm.h macros. -
Dump generic node
249/* Dump the node NODE on the pretty_printer BUFFER, SPC spaces of indent. 250 FLAGS specifies details to show in the dump (see TDF_* in tree.h). If 251 IS_STMT is true, the -
C common nodes and builtins
2949/* Build tree nodes and builtin functions common to both C and C++ language 2950 frontends.*/ 2952 void 2953 c_common_nodes_and_builtins (void) 2954{ 2955 enum builtin_type 2956{ 2957#define DEF_PRIMITIVE -
Div and round double
555/* Divide doubleword integer LNUM, HNUM by doubleword integer LDEN, HDEN 556 for a quotient (stored in*LQUO,*HQUO) and remainder (in*LREM,*HREM). 557 CODE is a tree code for a kind of division -
Enum dwarf attribute
dir= 0x1b, 266 DW_AT_const_value= 0x1c, 267 DW_AT_containing_type= 0x1d, 268 DW_AT_default_value= 0x1e, 269 DW_AT_inline= 0x20, 270 DW_AT_is_optional= 0x21, 271 DW_AT_lower -
Invert truthvalue
2959/* Return a simplified tree node for the truth-negation of ARG. This 2960 never alters ARG itself. We assume that ARG is an operation that 2961 returns a truth value (0 or 1). 2962 -
Build int cst wide
733/* Create an INT_CST node of TYPE and value HI:LOW. If TYPE is NULL, 734 integer_type_node is used. The returned node is always shared. 735 For small integers we use a -
TARGET INITIALIZER
548/* The whole shebang.*/ 549#define TARGET_INITIALIZER\ 550{\ 551 TARGET_ASM_OUT,\ 552 TARGET_SCHED,\ 553 TARGET_VECTORIZE,\ 554 TARGET_DEFAULT_TARGET_FLAGS,\ 555 TARGET_HANDLE_OPTION,\ 556 TARGET_EH_RETURN_FILTER_MODE,\ 557 -
Obstack begin
I suspect it is 159: less sensitive to the size of the request.*/ 160: int extra= ((((12+ DEFAULT_ROUNDING - 1)&~(DEFAULT_ROUNDING - 1)) 161:+ 4+ DEFAULT_ROUNDING - 1) 162:&~(DEFAULT_ROUNDING - 1)); 163: size -
Struct gcc target
55 struct gcc_target 56{ 57/* Functions that output assembler for the target.*/ 58 struct asm_out 59{ 60/* Opening and closing parentheses for asm expression grouping.*/ 61 const char*open_paren,*close_paren; 62 -
Gcc-4.1.0/gcc/tree.def
GLOBAL は, h ファイルと c ファイル以外は解析してくれないので,これはそのまま張っておく./* For tcc_references, tcc_expression, tcc_comparison, tcc_unary, tcc_binary, and -
Fold unary
6562/* Fold a unary expression of code CODE and type TYPE with operand 6563 OP0. Return the folded expression if folding is successful. 6564 Otherwise, return NULL_TREE.*/ 6565 6566 tree 6567 fold_unary (enum -
Layout type
Used for Java, Pascal, and Chill.*/ 1607 if (TYPE_PRECISION (type)== 0) 1608 TYPE_PRECISION (type)= 1;/* default to one byte/boolean.*/ 1609 1610/*... fall through...*/ 1611 1612 case INTEGER_TYPE: 1613 case ENUMERAL_TYPE -
Process options
1493/* Process the options that have been parsed.*/ 1494 static void 1495 process_options (void) 1496{ 1497/* Just in case lang_hooks.post_options ends up calling a debug_hook. 1498 This can happen with -
Fold ternary
9936/* Fold a ternary expression of code CODE and type TYPE with operands 9937 OP0, OP1, and OP2. Return the folded expression if folding is 9938 successful. Otherwise, return NULL_TREE.*/ 9939 9940 tree 9941 -
Process option
1512 OVERRIDE_OPTIONS; 1513#endif 1514 1515 if (flag_short_enums== 2) 1516 flag_short_enums= targetm.default_short_enums (); 1517 1518/* Set aux_base_name if not already set.*/ 1519 if (aux_base -
Struct lang hooks
lhd_* は,langhooks-def.h のプリフィックス. そこで定義された関数 lhd_foo へのポインタを格納する構造体. -
Operand equal p
2387/* Return nonzero if two operands (typically of the same tree node) 2388 are necessarily equal. If either argument has side-effects this 2389 function returns zero. FLAGS modifies behavior as follows: 2390 2391 If -
Struct function
159/* This structure can save all the important global and static variables 160 describing the status of the current function.*/ 161 162 struct function GTY(()) 163{ 164 struct eh_status*eh; 165 struct eh_status -
Pp base format
obstack_grow (&buffer-chunk_obstack, errstr, strlen (errstr)); 272} 273 p++; 274 continue; 275 276 default: 277/* Handled in phase 2. Terminate the plain chunk here.*/ 278 obstack_1grow (&buffer-chunk_obstack,'\0