Searched refs:is (Results 1 – 25 of 2337) sorted by relevance
12345678910>>...94
| /dragonfly/tools/regression/usr.bin/m4/ |
| HD | regress.comments.out | 2 # this is a comment 3 >> this is a COMMENT 4 'XXX' this is a COMMENT 5 'XXX' this is a COMMENT q COMMENT too 8 # this is a COMMENT 9 >> this is a comment 10 'XXX' this is a COMMENT 11 'XXX' this is a COMMENT q COMMENT too 14 # this is a COMMENT 15 >> this is a COMMENT [all …]
|
| HD | comments.m4 | 7 # this is a comment 8 >> this is a comment 9 p this is a comment 10 p this is a comment q comment too 14 # this is a comment 15 >> this is a comment 16 p this is a comment 17 p this is a comment q comment too 21 # this is a comment 22 >> this is a comment [all …]
|
| /dragonfly/usr.bin/calendar/calendars/ |
| HD | calendar.music | 10 01/01 Country Joe McDonald is born in El Monte, California, 1942 11 01/03 Steven Stills is born in Dallas, 1945 13 01/04 Josef Suk is born in Krecovice, Czechoslovakia, 1874 14 01/06 Cesar Cui is born in Vilnius, Russia, 1835 15 01/06 Max Bruch is born in Germany, 1838 16 01/06 Alexander Scriabin is born in Moscow, 1872 17 01/07 Francis Jean Poulenc is born in Paris, 1899 20 01/08 David Bowie (then David Robert Jones) is born in London, 1947 22 01/09 James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945 23 01/09 Scott Walker (born Noel Scott Engel) is born in Hamilton, Ohio, 1943 [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple.def | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 22 /* The format of this file is 26 /* Error marker. This is used in similar ways as ERROR_MARK in tree.def. */ 30 GIMPLE_RETURN. The ordering is exposed by gimple_has_ops calls. 38 COND_CODE is the tree code used as the comparison predicate. It 52 TARGET is a LABEL_DECL or an expression node for computed GOTOs. */ 55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a 70 INDEX is the variable evaluated to decide which label to jump to. [all …]
|
| HD | tree.def | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 25 4th element is the number of argument slots to allocate. This 27 different structures, and the size is determined by the tree_union 37 /* Any erroneous construct is parsed into a node of this type. 38 This type of node is accepted without complaint in all contexts 46 There is only one IDENTIFIER_NODE ever made for any particular name. 69 this block is an instance of, or else is NULL to indicate that this 70 block is not an instance of anything else. When non-NULL, the value [all …]
|
| HD | gdbinit.in | 4 # This file is part of GCC. 6 # GCC is free software; you can redistribute it and/or modify 11 # GCC is distributed in the hope that it will be useful, 25 Print the full structure of the rtx that is $. 26 Works only when an inferior is executing. 35 Works only when an inferior is executing. 40 There is also debug_rtx_find (rtx, uid) that will scan a list for UID and print 49 Print the full structure of the tree that is $. 50 Works only when an inferior is executing. 58 Print the tree that is $ in C syntax. [all …]
|
| HD | rtl.def | 8 This file is part of GCC. 10 GCC is free software; you can redistribute it and/or modify it under 15 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 34 It is a tag in the enumeration "enum rtx_code" defined in "rtl.h". 44 The meaning of the formats is documented in front of this array in rtl.c 86 GC memory. The only operand of a VALUE is a cselib_val_struct. 112 /* Refers to the address of its argument. This is only used in alias.c. */ 138 Field ( rtx->u.fld[8] ) is CALL_INSN_FUNCTION_USAGE. 145 /* Holds a label that is followed by instructions. 147 4: is used in jump.c for the use-count of the label. [all …]
|
| HD | stab.def | 3 This file is part of the GNU C Library. 5 The GNU C Library is free software; you can redistribute it and/or 10 The GNU C Library is distributed in the hope that it will be useful, 21 /* Global variable. Only the name is significant. 25 /* Function name for BSD Fortran. Only the name is significant. 29 /* Function name or text-segment variable for C. Value is its address. 30 Desc is supposedly starting line number, but GCC doesn't set it 34 /* Data-segment variable with internal linkage. Value is its address. 38 /* BSS-segment variable with internal linkage. Value is its address. */ 47 /* Name of main routine. Only the name is significant. [all …]
|
| HD | reg-notes.def | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it under 12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 29 /* REG_DEP_TRUE is used in scheduler dependencies lists to represent a 30 read-after-write dependency (i.e. a true data dependency). This is 35 /* The value in REG dies in this insn (i.e., it is not needed past 36 this insn). If REG is set in this insn, the REG_DEAD note may, 40 /* The REG is autoincremented or autodecremented in this insn. */ 45 address. If the register is spilled to the stack then the constant 47 is the constant value or memory address, which may be different [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple.def | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 22 /* The format of this file is 26 /* Error marker. This is used in similar ways as ERROR_MARK in tree.def. */ 30 GIMPLE_RETURN. The ordering is exposed by gimple_has_ops calls. 38 COND_CODE is the tree code used as the comparison predicate. It 52 TARGET is a LABEL_DECL or an expression node for computed GOTOs. */ 55 /* GIMPLE_LABEL <LABEL> represents label statements. LABEL is a 70 INDEX is the variable evaluated to decide which label to jump to. [all …]
|
| HD | tree.def | 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify it under 12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 24 4th element is the number of argument slots to allocate. This 26 different structures, and the size is determined by the tree_union 40 /* Any erroneous construct is parsed into a node of this type. 41 This type of node is accepted without complaint in all contexts 49 There is only one IDENTIFIER_NODE ever made for any particular name. 72 this block is an instance of, or else is NULL to indicate that this 73 block is not an instance of anything else. When non-NULL, the value [all …]
|
| HD | stab.def | 3 This file is part of the GNU C Library. 5 The GNU C Library is free software; you can redistribute it and/or 10 The GNU C Library is distributed in the hope that it will be useful, 21 /* Global variable. Only the name is significant. 25 /* Function name for BSD Fortran. Only the name is significant. 29 /* Function name or text-segment variable for C. Value is its address. 30 Desc is supposedly starting line number, but GCC doesn't set it 34 /* Data-segment variable with internal linkage. Value is its address. 38 /* BSS-segment variable with internal linkage. Value is its address. */ 47 /* Name of main routine. Only the name is significant. [all …]
|
| HD | cfg-flags.def | 4 This file is part of GCC. 6 GCC is free software; you can redistribute it and/or modify it under 11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 32 The format of this file is: DEF_BASIC_BLOCK_FLAG(NAME, IDX). 33 NAME is the name of the basic block flag. A flag BB_#NAME will be 34 created and the name is used in dump_edge_info. 35 IDX is a sequence number that is used to determine the value 36 of the flag, which is 1 << IDX). 41 All other flags may be cleared by clear_bb_flags(). It is generally 57 /* Set on basic blocks that the scheduler should not touch. This is used [all …]
|
| HD | rtl.def | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 32 It is a tag in the enumeration "enum rtx_code" defined in "rtl.h". 42 The meaning of the formats is documented in front of this array in rtl.c 85 GC memory. The only operand of a VALUE is a cselib_val. 108 /* SEQUENCE is used in late passes of the compiler to group insns for 116 Another place where a SEQUENCE may appear, is in REG_FRAME_RELATED_EXPR 118 to which the REG_FRAME_RELATED_EXPR note is attached. In this usage of 124 Much of the compiler infrastructure is not prepared to handle SEQUENCE [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | passes.texi | 6 @c This is part of the GCC manual. 15 This chapter is dedicated to giving an overview of the optimization and 17 some of the language front end interface, though this description is no 32 The language front end is invoked only once, via 53 which is later lowered to GIMPLE when the function is compiled. Which 63 only be invoked when it is certain that the outer-most function 64 is used. 67 invoked when (1) it is certain that the function is used, (2) 70 semantic analysis is not complete until gimplification occurs. 77 emitted to the object file. For a simple procedural language, it is [all …]
|
| HD | options.texi | 3 @c This is part of the GCC manual. 26 the file and are preceded by semicolons. Whitespace is allowed before 59 @samp{;}). @samp{TargetVariable} is a combination of @samp{Variable} 60 and @samp{TargetSave} records in that the variable is defined in the 67 @file{options.h} file should include. This is useful to provide 75 is useful to provide 90 This property is required; @var{name} must be a name (suitable for use 95 This property is required; @var{type} is the C type for variables set 100 argument is invalid; for enumerations without @code{UnknownError}, a 101 generic error message is used. @var{message} should contain a single [all …]
|
| /dragonfly/contrib/gcc-4.7/libobjc/ |
| HD | README | 5 This document is to explain what has been done, and a little about how 11 This is not documentation for Objective C, it is usable to someone 18 The runtime is modeled after the NeXT Objective C runtime. That is, 19 most functions have semantics as it is known from the NeXT. The 33 Protocols are now fully supported. The semantics is exactly as on the 34 NeXT. There is a flag to specify how protocols should be typechecked 37 adopts it -- it is not enough to inherit them. The flag 39 `-Wprotocols' is the default which requires them defined. 44 This method, if defined, is called for each class and category 45 implementation when the class is loaded into the runtime. This method [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-tree.def | 9 This file is part of GCC. 11 GCC is free software; you can redistribute it and/or modify 16 GCC is distributed in the hope that it will be useful, 26 /* An OFFSET_REF is used in two situations: 28 1. An expression of the form `A::m' where `A' is a class and `m' is 33 The expression is a pointer-to-member if its address is taken, 34 but simply denotes a member of the object if its address is not 37 This form is only used during the parsing phase; once semantic 46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the 47 PTRMEM_CST_MEMBER is the _DECL for `Y'. */ [all …]
|
| /dragonfly/usr.bin/dfregress/ |
| HD | NOTES | 16 A testcase can be considered not run when the result is any of the following: 19 A testcase can be considered run when the result is any of the following: 29 - if it fails, set RESULT_PREFAIL (sysbuf is of interest), goto (6) 31 2) build testcase (make) (unless nobuild flag is set). 32 + build_buf is used for stdout/stderr 33 - if there is an internal driver error (that leads to not running the 34 build command), set RESULT_PREFAIL (sysbuf is of interest), goto (6) 36 BUILDFAIL, unless it's a buildonly test case, in which it is set to 40 3) run 'pre' command if intpre or pre is set. 41 + precmd_buf is used for stdout/stderr [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-tree.def | 7 This file is part of GCC. 9 GCC is free software; you can redistribute it and/or modify 14 GCC is distributed in the hope that it will be useful, 24 /* An OFFSET_REF is used in two situations: 26 1. An expression of the form `A::m' where `A' is a class and `m' is 31 The expression is a pointer-to-member if its address is taken, 32 but simply denotes a member of the object if its address is not 35 This form is only used during the parsing phase; once semantic 44 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the 45 PTRMEM_CST_MEMBER is the _DECL for `Y'. */ [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ada/gcc-interface/ |
| HD | ada-tree.def | 11 * GNAT is free software; you can redistribute it and/or modify it under * 14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- * 26 /* A type that is an unconstrained array. This node is never passed to GCC. 27 TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE is 33 it is never passed to GCC. The only field used is operand 0, which 34 is the fat pointer object. */ 39 is an expression to be evaluated for side effects only. */ 42 /* Same as PLUS_EXPR, except that no modulo reduction is applied. 43 This is used for loops and never shows up in the tree. */ 46 /* Same as MINUS_EXPR, except that no modulo reduction is applied. [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | std-operator.def | 5 This file is part of GDB. 7 This program is free software; you can redistribute it and/or modify 12 This program is distributed in the hope that it will be useful, 57 /* STRUCTOP_MEMBER is used for pointer-to-member constructs. 61 /* STRUCTOP_MPTR is used for pointer-to-member constructs 62 when X is a pointer instead of an aggregate. */ 65 /* TYPE_INSTANCE is used when the user specifies a specific 68 The format is: 77 /* +=, -=, *=, and so on. The following exp_element is another opcode, 86 If the first operand is a integer expression, then it means concatenate [all …]
|
| /dragonfly/contrib/binutils-2.27/gprof/ |
| HD | fsf_callg_bl.m | 12 The index number is printed next to every function name so 13 it is easier to look up where the function is in the table. 15 % time This is the percentage of the `total' time that was spent 20 self This is the total amount of time spent in this function. 22 children This is the total amount of time propagated into this 25 called This is the number of times the function was called. 27 only includes non-recursive calls, and is followed by 30 name The name of the current function. The index number is 31 printed after it. If the function is a member of a 32 cycle, the cycle number is printed between the [all …]
|
| /dragonfly/contrib/binutils-2.34/gprof/ |
| HD | fsf_callg_bl.m | 12 The index number is printed next to every function name so 13 it is easier to look up where the function is in the table. 15 % time This is the percentage of the `total' time that was spent 20 self This is the total amount of time spent in this function. 22 children This is the total amount of time propagated into this 25 called This is the number of times the function was called. 27 only includes non-recursive calls, and is followed by 30 name The name of the current function. The index number is 31 printed after it. If the function is a member of a 32 cycle, the cycle number is printed between the [all …]
|
| /dragonfly/bin/sh/ |
| HD | TOUR | 4 NOTE -- This is the original TOUR paper distributed with ash and 5 does not represent the current state of the shell. It is provided anyway 6 since it provides helpful information for how the shell is structured, 7 but be warned that things have changed -- the current shell is 18 be compiled stand-alone. The rest of the source is in the main 23 programs is: 37 exception contains the type of exception. EXERROR is raised by 38 calling error or errorwithstatus. EXINT is an interrupt. 42 EXINT is not raised if the user traps interrupts using the trap 49 which call error when there is no memory left. It also defines a [all …]
|
12345678910>>...94