Home
last modified time | relevance | path

Searched full:that (Results 1 – 25 of 11990) sorted by relevance

12345678910>>...480

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i71 that remains constant throughout the lifetime of the function.
108 Gets the deepest block that contains the frame PC.
116 LLDB are represented by Blocks that have inlined function information, so
165 The version that doesn't supply a 'use_dynamic' value will use the
180 Gets the lexical block that defines the stack frame. Another way to think
181 of this is it will return the block that contains all of the variables
183 that have inlined function information: the name of the inlined function,
184 where it was called from. The block that is returned will be the first
185 block at or above the block for the PC (SBFrame::GetBlock()) that defines
187 this will be the top most lexical block that defines the function.
[all …]
H A DSBValue.i193 values that can be access by index.
198 Classes reserve the first indexes for base classes that have
211 we have a 'Point' type and we have a SBValue that contains a
216 If you actually need an SBValue that represents the type pointed
218 regardless of the pointee type, you can do that with the SBValue.Dereference
221 Arrays have a preset number of children that can be accessed by
222 index and will returns invalid child values for indexes that are
225 that aren't in the array bounds using positive or negative
232 An enumeration that specifies whether to get dynamic values,
238 for pointers and arrays for indexes that normally wouldn't
[all …]
H A DSBAddress.i15 that can move during runtime due to images (executables, shared
17 addresses than the addresses found in the object file that
24 File addresses represents the virtual addresses that are in the 'on
26 relative to unique sections scoped to the object file so that
37 DynamicLoader plug-in receives notification that shared libraries
40 this happens, breakpoints that are in one of these sections can be
162 …'''Convert an address to a load address if there is a process and that process is alive, or to a f…
177 …ule, None, doc='''A read only property that returns an lldb object that represents the module (lld…
178 …one, doc='''A read only property that returns an lldb object that represents the compile unit (lld…
179 … None, doc='''A read only property that returns an lldb object that represents the line entry (lld…
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Duconfig.h
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc6 * that running config_h.SH again will wipe out any changes you've made.
26 * This symbol, if defined, indicates that the alarm routine is
32 * This symbol, if defined, indicates that the cbrt() (cube root)
38 * This symbol, if defined, indicates that the chown routine is
44 * This symbol, if defined, indicates that the chroot routine is
50 * This symbol, if defined, indicates that the chsize routine is available
56 * This symbol, if defined, indicates that the crypt routine is available
62 * This symbol, if defined, indicates that the ctermid routine is
68 * This symbol, if defined, indicates that the cuserid routine is
74 * This symbol, if defined, indicates that th
[all...]
H A Dconfig_H.vc6 * that running config_h.SH again will wipe out any changes you've made.
26 * This symbol, if defined, indicates that the alarm routine is
32 * This symbol, if defined, indicates that the cbrt() (cube root)
38 * This symbol, if defined, indicates that the chown routine is
44 * This symbol, if defined, indicates that the chroot routine is
50 * This symbol, if defined, indicates that the chsize routine is available
56 * This symbol, if defined, indicates that the crypt routine is available
62 * This symbol, if defined, indicates that the ctermid routine is
68 * This symbol, if defined, indicates that the cuserid routine is
74 * This symbol, if defined, indicates that th
[all...]
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample7 * that running config_h.SH again will wipe out any changes you've made.
30 * This symbol, if defined, indicates that the aintl routine is
36 * This symbol, if defined, indicates that the alarm routine is
54 * This symbol, if defined, indicates that the chown routine is
60 * This symbol, if defined, indicates that the chroot routine is
66 * This symbol, if defined, indicates that the chsize routine is available
72 * This symbol, if defined, indicates that the cuserid routine is
78 * This symbol, if defined, indicates that the difftime routine is
84 * This symbol, if defined, indicates that the dlerror routine is
85 * available to return a string describing the last error that
[all …]
H A Dconfig.plan930 * This symbol contains the size of a char, so that the C preprocessor
93 * extension. Older versions of NeXT that might not have
105 * This symbol, if defined, indicates that the aintl routine is
111 * This symbol, if defined, indicates that the alarm routine is
129 * This symbol, if defined, indicates that the chown routine is
135 * This symbol, if defined, indicates that the chroot routine is
141 * This symbol, if defined, indicates that the chsize routine is available
147 * This symbol, if defined, indicates that the cuserid routine is
153 * This symbol, if defined, indicates that the difftime routine is
159 * This symbol, if defined, indicates that the dlerror routine is
[all …]
/openbsd-src/bin/ed/USD.doc/10.edadv/
H A Dae47 .\" modification, are permitted provided that the following conditions
44 are used to perform one or more editing commands on all lines that either
55 prints all lines that contain the word `UNIX'.
56 The pattern that goes between the slashes can be anything
57 that could be used in a line search or in a substitute command;
64 prints all the formatting commands in a file (lines that begin with `\*.').
70 except that it operates on those line that do
80 prints all the lines that don't begin with `\*.' _
83 The command that follows
91 deletes all lines that begin with `\*.',
[all …]
H A Dae27 .\" modification, are permitted provided that the following conditions
93 makes visible characters that are normally invisible,
95 If you list a line that contains tabs,
100 that inserts extra spaces adjacent to tabs,
107 any line that exceeds 72 characters is printed on multiple lines;
117 These combinations are used to make visible characters that normally don't print,
122 Often their presence means that your finger slipped while you were typing;
145 s/this/that/
149 s/this/that/g
157 with `that'.
[all …]
H A Dae67 .\" modification, are permitted provided that the following conditions
47 The first step is to ensure that you know the
75 except that if you have a pattern remembered, then a command
93 commands that don't contain a filename
136 to guarantee that a careless
148 That is, in
150 somewhere is a line that says
152 Table 1 shows that ...
176 Table 1 shows that ... [response from ed]
199 that table from the previous example,
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst6 a couple of examples that show how various primitives in the refactoring API
8 library provides several other APIs that are used when developing a
11 Refactoring engine can be used to implement local refactorings that are
14 refactorings that don't lend themselves well to source selection and/or have to
26 Clang's refactoring engine defines a set refactoring actions that implement
31 A refactoring action is a class that defines a list of related refactoring
57 grouped refactoring action rules that represent one refactoring operation.
64 that define a set of different rules that produce similar results. For example,
67 refactoring that works on all switches that operate on a particular enum, as
69 constant. To achieve that, we can create two different rules that will use one
[all …]
H A DPCHInternals.rst40 common set of headers that is included in nearly every source file in the
41 project, we *precompile* that bundle of headers into a single precompiled
43 load the PCH file first (as a prefix header), which acts as a stand-in for that
53 * The cost of generating the PCH file initially is not so large that it
78 this initial load is independent of the size of the AST file, such that a
81 only when it is referenced from the user's code, at which point only that
89 simple "Hello, World!" program that includes the Apple ``Cocoa.h`` header
117 out of all the headers that are very commonly used throughout your project, and
118 then create a PCH for every single source file in the project that includes the
119 code that is specific to that file, so that recompiling the file itself is very
[all …]
H A Ddoxygen.cfg.in14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
89 # descriptions after the members that are listed in the file and class
104 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # inherited members of a class in the documentation of that class as if those
132 # shortest path that makes the file name unique will be used
143 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dcopying-lib.texi34 not price. Our General Public Licenses are designed to make sure that
36 for this service if you wish); that you receive source code or can get
37 it if you want it; that you can change the software and use pieces of it
38 in new free programs; and that you are informed that you can do these
41 To protect your rights, we need to make restrictions that forbid
47 or for a fee, you must give the recipients all the rights that we gave
48 you. You must make sure that they, too, receive or can get the source
50 complete object files to the recipients, so that they can relink them
58 To protect each distributor, we want to make it very clear that
61 that what they have is not the original version, so that the original
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcompat.texi15 The set of runtime conventions followed by all of the tools that deal
23 A compiler conforms to an ABI if it generates code that follows all of
24 the specifications enumerated by that ABI@.
25 A library conforms to an ABI if it is implemented according to that ABI@.
26 An application conforms to an ABI if it is built using tools that conform
27 to that ABI and does not contain source code that specifically changes
31 Calling conventions are a subset of an ABI that specify of how arguments
35 Different sets of tools are interoperable if they generate files that
51 The features that are not covered by an ABI generally affect how a
92 Some GCC compilation options cause the compiler to generate code that
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcompat.texi15 The set of runtime conventions followed by all of the tools that deal
23 A compiler conforms to an ABI if it generates code that follows all of
24 the specifications enumerated by that ABI@.
25 A library conforms to an ABI if it is implemented according to that ABI@.
26 An application conforms to an ABI if it is built using tools that conform
27 to that ABI and does not contain source code that specifically changes
31 Calling conventions are a subset of an ABI that specify of how arguments
35 Different sets of tools are interoperable if they generate files that
51 The features that are not covered by an ABI generally affect how a
92 Some GCC compilation options cause the compiler to generate code that
[all …]
/openbsd-src/lib/libz/
H A Dalgorithm.doc16 size (except that the compressed data for one block must fit in
17 available memory). A block is terminated when deflate() determines that
30 hash chains, the algorithm simply discards matches that are too old.
63 that you can decode fast. The most important characteristic is that shorter
67 inflate() sets up a first level table that covers some number of bits of
68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
81 to set that variable for the maximum speed.
85 values, and the size of the first table is six bits. Note that for each of
95 looks like. You are correct that it's not a Huffman tree. It is simply a
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DTPJ13.pod42 Imagine that your task for the day is to localize a piece of software
50 So how hard could that be? You look at the code that
56 You think about that, and realize that it doesn't even work right for
87 that this is not a good idea, since how a single word like "directory"
103 So, you email your various translators (the boss decides that the
107 you'll put that in the lexicons for gettext to use when it localizes
108 your software, so that when the user is running under the "zh"
116 whereas English does. That is, English has grammatical rules that
118 or plural; and one of these rules is the one that forces nouns to take
126 Emboldened by this, you dive into the second phrase that your software
[all …]
/openbsd-src/usr.bin/gprof/PSD.doc/
H A Dpresent.me8 .\" modification, are permitted provided that the following conditions
43 that are called during execution of the program,
48 A list of the routines that are never called during execution of
50 to verify that nothing important is omitted by
52 The flat profile gives a quick overview of the routines that are used,
53 and shows the routines that are themselves responsible
56 this profile usually shows that no single function
59 Notice that for this profile,
89 We cannot assume that a call graph is planar,
90 and even if it is, that we can print a planar version of it.
[all …]
/openbsd-src/usr.bin/vi/cl/
H A DREADME.signal15 *probably* start blocking around any imported function that we don't know
20 can they handle interrupted system calls, so the vi routines that
21 call DB block signals. This means that DB routines could be
26 switched vi into ex mode, and we continue that practice.
31 that the screen will not resize until vi runs out of keys, but
32 that doesn't seem like a problem.
44 The up side is that there's no asynchronous behavior to worry about,
45 and obviously no reentrancy problems. The down side is that it's easy
54 the place -- I hate to litter the source code with that. For example,
63 the exception that flow control and signals are turned on, and curses
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
89 # descriptions after the members that are listed in the file and class
104 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # inherited members of a class in the documentation of that class as if those
132 # shortest path that makes the file name unique will be used
143 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
H A DMemorySSA.rst11 ``MemorySSA`` is an analysis that allows us to cheaply reason about the
18 that something definitely cannot happen (for example, reason that a hoist
41 structure that maps ``Instruction``\ s to ``MemoryAccess``\ es, which are
55 ``MemoryDef/MemoryPhi`` which is the version of memory that the new
56 version is based on. This implies that there is a *single*
57 ``Def`` chain that connects all the ``Def``\ s, either directly
67 This means that ``d`` potentially clobbers (see below) ``c`` *or*
68 ``b`` *or* both. This in turn implies that without the use of `The walker`_,
72 point we have two (or more) ``MemoryDef``\ s that could flow into a
79 Note also that in SSA, Phi nodes merge must-reach definitions (that is,
[all …]
/openbsd-src/bin/ed/USD.doc/09.edtut/
H A De37 .\" modification, are permitted provided that the following conditions
41 that you have just typed
59 (most recent) line that you have done anything with.
67 The reason is that
71 that you did anything to (in this case, line 3, which you
72 just printed) so that it can be used instead of an explicit
79 Dot is a line number in the same way that
127 Don't forget that all of these change the value of dot.
144 the line that dot refers to.
148 it prints that line (and dot is set there); and if there
[all …]
/openbsd-src/lib/libc/rpc/
H A Dxdr.37 .\" modification, are permitted provided that the following conditions are
153 is a filter primitive that translates between variable-length arrays
166 is an XDR filter that translates between
172 is a filter primitive that translates between booleans (C integers)
179 is a filter primitive that translates between counted byte
191 is a filter primitive that translates between C characters
202 is a macro that invokes the destroy routine associated with the XDR stream
213 is a filter primitive that translates between C
219 is a filter primitive that translates between the C
225 is a filter primitive that translates between the C
[all …]

12345678910>>...480