Home
last modified time | relevance | path

Searched refs:Variables (Results 1 – 25 of 72) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp291 std::map<std::string, Variable> Variables; member in __anon870a9de20111::Intrinsic
1104 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn()
1106 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName()); in replaceParamsIn()
1113 Variables.clear(); in initVariables()
1122 Variables[Name] = Variable(Types[I], Name + VariablePostfix); in initVariables()
1142 assert(Variables.find(Name) != Variables.end()); in emitPrototype()
1143 Variable &V = Variables[Name]; in emitPrototype()
1208 Variable &V = Variables[Name]; in emitArgumentReversal()
1248 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs()
1249 Variable &V = Variables[Name]; in emitShadowedArgs()
[all …]
/minix3/crypto/external/bsd/heimdal/dist/doc/
H A Dvars.tin3 @c Variables depending on installation
/minix3/external/gpl2/gmake/patches/
H A D0000-gmake-nbsd.patch117 -Node: Variables Simplify29061
128 -Node: Special Variables47531
162 -Node: Variables in Commands131759
172 -Node: Variables/Recursion152931
177 -Node: Using Variables168718
219 -Node: Implicit Variables292419
224 -Node: Automatic Variables307507
242 -Node: Command Variables356313
243 -Node: Directory Variables359883
325 -* Using Variables:: You can use variables to avoid repetition.
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Linker/Inputs/
H A Dvisibility.ll3 ; Variables
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A Dforeach.td13 // Variables for foreach
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProjects.rst113 Required Variables
123 Variables for Building Subdirectories
142 Variables for Building Libraries
162 Variables for Building Programs
220 Miscellaneous Variables
H A DMakefileGuide.rst75 #. Settable Variables --- Required that must be set first.
77 #. Override Variables --- Override variables set by the LLVM Makefile system.
441 Variables
444 Variables are used to tell the LLVM Makefile System what to do and to obtain
445 information from it. Variables are also used internally by the LLVM Makefile
452 Control Variables
455 Variables listed in the table below should be set *before* the inclusion of
632 Override Variables
760 Readable Variables
763 Variables listed in the table below can be used by the user's Makefile but
[all …]
H A DCMake.rst107 Variables customize how the build will be generated. Options are boolean
122 Variables are stored on the CMake cache. This is a file named ``CMakeCache.txt``
125 Variables are listed here appending its type after a colon. It is correct to
/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A Dvisibility.ll10 ; Variables
/minix3/external/bsd/bind/dist/lib/irs/include/irs/
H A Dplatform.h.in40 * Local Variables:
/minix3/external/bsd/flex/dist/
H A DTODO63 Local Variables:
H A DINSTALL109 *Note Defining Variables::, for more details.
297 Defining Variables
300 Variables not defined in a site shell script can be set in the
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp687 DIArray Variables = SP.getVariables(); in collectDeadVariables() local
688 if (Variables.getNumElements() == 0) in collectDeadVariables()
695 for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) { in collectDeadVariables()
696 DIVariable DV(Variables.getElement(vi)); in collectDeadVariables()
H A DDwarfDebug.cpp989 DIArray Variables = SP.getVariables(); in collectVariableInfo() local
990 for (unsigned i = 0, e = Variables.getNumElements(); i != e; ++i) { in collectVariableInfo()
991 DIVariable DV(Variables.getElement(i)); in collectVariableInfo()
1292 DIArray Variables = SP.getVariables(); in endFunction() local
1293 for (unsigned i = 0, e = Variables.getNumElements(); i != e; ++i) { in endFunction()
1294 DIVariable DV(Variables.getElement(i)); in endFunction()
/minix3/tools/compat/
H A Ddefs.mk.in12 # Variables:
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjcxx11-attributes.mm51 // Variables initialized by a message send.
/minix3/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dplatform.h.in120 * Local Variables:
/minix3/tests/lib/libcurses/
H A Dtestframe.txt61 type. Variables are created on first use and will be
82 call return list. Variables are referenced in a call parameter
219 Variables and integer constants may be freely intermixed. The result
/minix3/external/bsd/file/dist/
H A DINSTALL86 *Note Defining Variables::, for more details.
229 Defining Variables
232 Variables not defined in a site shell script can be set in the
/minix3/external/bsd/llvm/dist/clang/docs/
H A DBlockLanguageSpec.rst149 that of its parent. Variables used within the scope of the compound
229 qualifiers auto, register, and static. [testme] Variables qualified by
347 Variables declared as residing in ``__block`` storage may be initially
H A DBlock-ABI-Apple.rst182 Imported Variables
185 Variables of ``auto`` storage class are imported as ``const`` copies. Variables
362 Variables of certain types require helper functions for when ``Block_copy()``
367 functions. Variables that require helper functions use the form:
/minix3/external/bsd/flex/dist/doc/
H A Dflex.info-2399 File: flex.info, Node: Index of Functions and Macros, Next: Index of Variables, Prev: Concept In…
406 Index of Variables::.
476 File: flex.info, Node: Index of Variables, Next: Index of Data Types, Prev: Index of Functions a…
478 Index of Variables
508 File: flex.info, Node: Index of Data Types, Next: Index of Hooks, Prev: Index of Variables, Up:…
/minix3/external/bsd/nvi/dist/dist/
H A DINSTALL109 *Note Defining Variables::, for more details.
297 Defining Variables
300 Variables not defined in a site shell script can be set in the
/minix3/external/bsd/nvi/dist/perl_api/
H A DVI.pod25 =head2 Variables section in DESCRIPTION
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp93 SmallVector<Metadata *, 4> Variables; in finalize() local
95 Variables.push_back(V); in finalize()
96 DIArray AV = getOrCreateArray(Variables); in finalize()

123