Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 25 of 233) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst29 Take a single input file and verify the specified architectures are present in the file.
34 Take a single input file and display the architectures present in the file.
40 Take at least one input file and display the descriptions of each file.
48 Take a single universal binary input file and the thin flag followed by an architecture type.
53 Take at least one input file and require the output flag to be specified.
58 Take a single universal binary input file and require the output flag to be specified.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp65 auto str = Take<PythonString>(str_obj); in As()
323 *this = Take<PythonBytes>(PyBytes_FromStringAndSize(data, bytes.size())); in SetBytes()
340 *this = Take<PythonByteArray>(PyByteArray_FromStringAndSize(str, length)); in PythonByteArray()
379 return Take<PythonString>(str); in FromUTF8()
458 *this = Take<PythonInteger>(PyLong_FromLongLong(value)); in SetInteger()
491 *this = Take<PythonBoolean>(PyBool_FromLong(value)); in SetValue()
504 *this = Take<PythonList>(PyList_New(0)); in PythonList()
508 *this = Take<PythonList>(PyList_New(list_size)); in PythonList()
560 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple()
564 *this = Take<PythonTuple>(PyTuple_New(tuple_size)); in PythonTuple()
[all …]
H A DPythonDataObjects.h120 template <typename T> T Take(PyObject *obj) { in Take() function
323 return python::Take<PythonObject>(obj);
333 return python::Take<PythonObject>(obj);
342 return python::Take<PythonObject>(obj);
/openbsd-src/games/monop/
H A Dcards.inp88 Take a Ride on the Reading.
92 Take a Walk on the Board Walk.
/openbsd-src/gnu/llvm/clang/cmake/modules/
H A DAddGRPC.cmake4 # Take the first two args and forward the remaining to generate_proto_sources.
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/
H A DSquasher.t44 info => [{tag => 'NOTE', details => 'Take Note!'}],
96 info => [{tag => 'NOTE', details => 'Take Note!'}],
/openbsd-src/gnu/llvm/llvm/docs/
H A DBranchWeightMetadata.rst182 default: break; // Take this case with probability 10%
183 case 0: break; // Take this case with probability 10%
184 case 3: break; // Take this case with probability 10%
/openbsd-src/gnu/gcc/intl/
H A DChangeLog110 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
111 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A DMETA-2.meta85 "description" : "Take over the world"
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dt-rtems59 # Take out all variants we don't want
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon_incl.td80 // - $X - Take the type of parameter/variable X. For example:
103 // dup - Take a scalar argument and create a vector by duplicating it into
108 // dup_typed - Take a vector and a scalar argument, and create a new vector of
161 // highhalf - Take only the high half of the input.
164 // highhalf - Take only the low half of the input.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmeta-obj.t62 description => 'Take over the world',
227 is($feature->description, 'Take over the world', '$feature->description');
H A Dsave-load.t62 description => 'Take over the world',
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-rtems67 # Take out all variants we don't want
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt7 Take a look at this document (which describes the order of optimizations
H A D2003-06-26-Reoptimizer2.txt6 Take in a set of instructions with some particular register
/openbsd-src/gnu/llvm/libcxx/docs/
H A DAddingNewCIJobs.rst24 Take a look at how the surrounding jobs are defined and do something similar.
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dsrc-release135 # Take out texinfo from a few places.
186 # Take out texinfo from configurable dirs
/openbsd-src/gnu/usr.bin/binutils/
H A Dsrc-release132 # Take out texinfo from a few places.
189 # Take out texinfo from configurable dirs
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DGenericOpcode.rst369 Take the minimum/maximum of two values.
378 Take the absolute value of a signed integer. The absolute value of the minimum
470 Take the absolute value of a floating point value.
/openbsd-src/gnu/usr.bin/binutils/cpu/
H A DChangeLog49 (conditional-float-binary-op): Take profiling data as an argument.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-X86-64.txt127 Take the following code
H A DREADME.txt261 Take a look at darwin.h, there are other Darwin assembler directives that we
940 Take the following code (from
1055 Take the following:
1218 Take something like the following on x86-32:
1439 Take the following C code:
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dpredicates.md433 ;; Take into account what reload will do. Oh god this is awful.
505 ;; (using an AND) to an unaligned location. Take into account
/openbsd-src/gnu/usr.bin/cvs/diff/
H A DChangeLog308 (check_output): Renamed from check_stdout. Take stream argument
389 * diff.c (check_output): New function, was check_stdout. Take a

12345678910