Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/flang/runtime/
H A Dlock.h41 void Take() { in Take() function
50 void Take() { EnterCriticalSection(&cs_); }
54 void Take() { mutex_.lock(); }
78 explicit CriticalSection(Lock &lock) : lock_{lock} { lock_.Take(); } in CriticalSection()
H A Dunit.h74 lock_.Take(); // dropped in EndIoStatement() in BeginIoStatement()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dreference-counted.h39 CountedReference(type *m) : p_{m} { Take(); } in CountedReference()
40 CountedReference(const CountedReference &c) : p_{c.p_} { Take(); } in CountedReference()
43 c.Take();
62 void Take() const { in Take() function
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp66 auto str = Take<PythonString>(str_obj); in As()
380 return Take<PythonString>(str); in FromUTF8()
505 *this = Take<PythonList>(PyList_New(0)); in PythonList()
561 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple()
632 *this = Take<PythonDictionary>(PyDict_New()); in PythonDictionary()
740 return Take<PythonModule>(mod); in Import()
1423 return Take<PythonFile>(file_obj); in FromFile()
1438 Take<PythonObject>(o); in Init()
1463 auto code_ref = Take<PythonObject>(code); in runStringOneLine()
1470 return Take<PythonObject>(result); in runStringOneLine()
[all …]
H A DPythonDataObjects.h120 template <typename T> T Take(PyObject *obj) { in Take() function
311 return python::Take<PythonObject>(obj);
321 return python::Take<PythonObject>(obj);
330 return python::Take<PythonObject>(obj);
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp80 template<template<decltype(X)> class ...Take,
83 typedef types<typename Take<_>::type...> take;
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp74 dict = Take<PythonDictionary>(new_dict); in TEST_F()
77 dict = Take<PythonDictionary>(PyDict_New()); in TEST_F()
612 auto lambda = Take<PythonCallable>(o); in TEST_F()
622 auto lambda = Take<PythonCallable>(o); in TEST_F()
632 auto lambda = Take<PythonCallable>(o); in TEST_F()
642 auto lambda = Take<PythonCallable>(o); in TEST_F()
653 auto lambda = Take<PythonCallable>(o); in TEST_F()
692 Take<PythonObject>(o); in TEST_F()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction.cpp765 int Take(); // expected-note{{'Views::Take' declared here}}
769 using Views::Take;
785 …int x = ::Take(); // expected-error{{no member named 'Take' in the global namespace; did you mean … in function()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_weak_definitions.s32 # Take the address of ExtraDefAddrInExtraFile to force its materialization
H A DMachO_absolute_symbols.s25 # Take the address of GlobalAbsoluteSymDefValue and LocalAbsoluteSymDefValue
/llvm-project-15.0.7/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%
H A DNewPassManager.rst26 // Take a look at the PassBuilder constructor parameters for more
328 as the key for cached analyses. Take care in the pass to either clear the
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/lld/test/COFF/
H A Dgfids-icf.s68 # Take their two addresses.
/llvm-project-15.0.7/llvm/test/Linker/
H A Dtestlink.ll64 ; Take value from other module.
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dclc_tan.cl42 //Take care of subnormals
/llvm-project-15.0.7/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
/llvm-project-15.0.7/libcxx/docs/
H A DAddingNewCIJobs.rst24 Take a look at how the surrounding jobs are defined and do something similar.
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/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:
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dbase-config-ix.cmake69 # Take output dir and install path from the user.
/llvm-project-15.0.7/mlir/docs/
H A DQuantization.md258 1. Take input min/max information and set the ArrayInfo (which really is

12