Home
last modified time | relevance | path

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

12345678910>>...561

/llvm-project/clang/test/SemaObjC/
H A Dnon-trivial-c-union.m6 typedef union { // expected-note 12 {{'U0' has subobjects that are non-trivial to default-initialize}} expected-note 36 {{'U0' has subobjects that are non-trivial to destruct}} expected-note 28 {{'U0' has subobjects that are non-trivial to copy}}
7 id f0; // expected-note 12 {{f0 has type '__strong id' that is non-trivial to default-initialize}} expected-note 36 {{f0 has type '__strong id' that is non-trivial to destruct}} expected-note 28 {{f0 has type '__strong id' that is non-trivial to copy}}
8 __weak id f1; // expected-note 12 {{f1 has type '__weak id' that is non-trivial to default-initialize}} expected-note 36 {{f1 has type '__weak id' that is non-trivial to destruct}} expected-note 28 {{f1 has type '__weak id' that is non-trivial to copy}}
17 U0 ug0; // expected-error {{cannot default-initialize an object of type 'U0' since it is a union that i
[all...]
/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i38 a value that represents the variable expression path'''
43 …'''A helper object that exposes a flattened view of registers, masking away the notion of register…
70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
73 …ule = property(GetModule, None, doc='''A read only property that returns an lldb object that repre…
74 … property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that repre…
75 …n = property(GetFunction, None, doc='''A read only property that returns an lldb object that repre…
76 …bol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that repre…
77 …lock = property(GetBlock, None, doc='''A read only property that returns an lldb object that repre…
[all …]
H A DSBValueExtensions.i10 '''A helper object that will lazily hand out child values when supplied an index.'''
29 '''An accessor function that returns a children_access() object which allows lazy member variable access from a lldb.SBValue object.'''
33 '''An accessor function that returns an interface which provides subscript based lookup of child members.'''
46 '''An accessor function that returns a list() that contains all children in a lldb.SBValue object.'''
64 children = property(get_value_child_list, None, doc='''A read only property that returns a list() of lldb.SBValue objects for the children of the value.''')
65 child = property(get_child_access_object, None, doc='''A read only property that returns an object that can access children of a variable by index (child_value = value.children[12]).''')
66 member = property(get_member_access_object, None, doc='''A read only property that returns an object that ca
[all...]
H A DSBTypeExtensions.i10 …name = property(GetName, None, doc='''A read only property that returns the name for this member a…
11 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
12 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in …
13 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi…
14 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
15 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns…
56 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty…
57 …name = property(GetName, None, doc='''A read only property that returns the name for this type as …
58 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this…
59 …= property(IsPointerType, None, doc='''A read only property that returns a boolean value that indi…
[all …]
H A DSBTargetExtensions.i41 '''A helper object that will lazily hand out lldb.SBModule objects for a target when supplied an index, or by full or partial path.'''
95 '''An accessor function that returns a modules_access() object which allows lazy module access from a lldb.SBTarget object.'''
99 '''An accessor function that returns a list() that contains all modules in a lldb.SBTarget object.'''
116 '''A helper object that will lazily hand out bkpts for a target when supplied an index.'''
134 '''An accessor function that returns a bkpts_access() object which allows lazy bkpt access from a lldb.SBtarget object.'''
138 '''An accessor function that returns a list() that contains all bkpts in a lldb.SBtarget object.'''
150 '''A helper object that will lazily hand out watchpoints for a target when supplied an index.'''
168 '''An accessor function that return
[all...]
H A DSBThreadExtensions.i20 '''A helper object that will lazily hand out frames for a thread when supplied an index.'''
38 '''An accessor function that returns a frames_access() object which allows lazy frame access from a lldb.SBThread object.'''
42 '''An accessor function that returns a list() that contains all frames in a lldb.SBThread object.'''
62 id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an integer.''')
63 idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as an integer. Thread index ID values start at 1 and increment as threads come and go and can be used to uniquely identify threads.''')
64 return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that represents the return value from the last stop (lldb.SBValue) if we just stopped due to stepping out of a function.''')
65 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represent
[all...]
H A DSBAddressExtensions.i28 …'''Convert an address to a load address if there is a process and that process is alive, or to a f…
43 …ule, None, doc='''A read only property that returns an lldb object that represents the module (lld…
44 …one, doc='''A read only property that returns an lldb object that represents the compile unit (lld…
45 … None, doc='''A read only property that returns an lldb object that represents the line entry (lld…
46 …n, None, doc='''A read only property that returns an lldb object that represents the function (lld…
47 …lock, None, doc='''A read only property that returns an lldb object that represents the block (lld…
48 …bol, None, doc='''A read only property that returns an lldb object that represents the symbol (lld…
49 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
50 …on, None, doc='''A read only property that returns an lldb object that represents the section (lld…
51 …erty that returns file address for the section as an integer. This is the address that represents …
[all …]
H A DSBProcessExtensions.i45 … '''A helper object that will lazily hand out thread for a process when supplied an index.'''
63 …'''An accessor function that returns a modules_access() object which allows lazy thread access fro…
67 …'''An accessor function that returns a list() that contains all threads in a lldb.SBProcess object…
85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
86 …y(get_threads_access_object, None, doc='''A read only property that returns an object that can acc…
87 …roperty(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indi…
88 …perty(__get_is_running__, None, doc='''A read only property that returns a boolean value that indi…
89 …perty(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indi…
90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
91 …tTarget, None, doc='''A read only property that an lldb object that represents the target (lldb.SB…
[all …]
/llvm-project/flang/include/flang/Common/
H A Dinterval.h34 constexpr bool operator<(const Interval &that) const {
35 return start_ < that.start_ ||
36 (start_ == that.start_ && size_ < that.size_);
38 constexpr bool operator<=(const Interval &that) const {
39 return start_ < that.start_ ||
40 (start_ == that.start_ && size_ <= that.size_);
42 constexpr bool operator==(const Interval &that) const {
43 return start_ == that.start_ && size_ == that.size_;
45 constexpr bool operator!=(const Interval &that) const {
46 return !(*this == that);
[all …]
H A Duint128.h90 constexpr Int128 operator&(Int128 that) const {
91 return {high_ & that.high_, low_ & that.low_};
93 constexpr Int128 operator|(Int128 that) const {
94 return {high_ | that.high_, low_ | that.low_};
96 constexpr Int128 operator^(Int128 that) const {
97 return {high_ ^ that.high_, low_ ^ that.low_};
100 constexpr Int128 operator<<(Int128 that) const {
101 if (that >= 128) {
103 } else if (that == 0) {
106 std::uint64_t n{that.low_};
[all …]
H A Dconstexpr-bitset.h12 // Implements a replacement for std::bitset<> that is suitable for use
45 constexpr BitSet &operator&=(const BitSet &that) {
46 bits_ &= that.bits_;
49 constexpr BitSet &operator&=(BitSet &&that) {
50 bits_ &= that.bits_;
53 constexpr BitSet &operator^=(const BitSet &that) {
54 bits_ ^= that.bits_;
57 constexpr BitSet &operator^=(BitSet &&that) {
58 bits_ ^= that.bits_;
61 constexpr BitSet &operator|=(const BitSet &that) {
[all …]
H A Dindirection.h12 // Define a smart pointer class template that is rather like
40 Indirection(Indirection &&that) : p_{that.p_} { in Indirection() argument
42 that.p_ = nullptr;
48 Indirection &operator=(Indirection &&that) {
49 CHECK(that.p_ && "move assignment of null Indirection to Indirection");
51 p_ = that.p_;
52 that.p_ = tmp;
59 bool operator==(const A &that) const { return *p_ == that; }
60 bool operator==(const Indirection &that) const { return *p_ == *that.p_; }
83 Indirection(const Indirection &that) { in Indirection() argument
[all …]
/llvm-project/flang/include/flang/Parser/
H A Dparse-state.h39 ParseState(const ParseState &that) in ParseState() argument
40 : p_{that.p_}, limit_{that.limit_}, context_{that.context_}, in ParseState()
41 userState_{that.userState_}, inFixedForm_{that.inFixedForm_},
42 anyErrorRecovery_{that.anyErrorRecovery_},
43 anyConformanceViolation_{that.anyConformanceViolation_},
44 deferMessages_{that.deferMessages_},
45 anyDeferredMessages_{that.anyDeferredMessages_},
46 anyTokenMatched_{that.anyTokenMatched_} {}
47 ParseState(ParseState &&that) in ParseState() argument
48 : p_{that.p_}, limit_{that.limit_}, messages_{std::move(that.messages_)}, in ParseState()
[all …]
H A Dchar-block.h50 bool Contains(const CharBlock &that) const { in Contains() argument
51 return interval_.Contains(that.interval_); in Contains()
54 void ExtendToCover(const CharBlock &that) { in ExtendToCover() argument
55 interval_.ExtendToCover(that.interval_); in ExtendToCover()
109 bool operator<(const CharBlock &that) const { return Compare(that) < 0; }
110 bool operator<=(const CharBlock &that) const { return Compare(that) <= 0; }
111 bool operator==(const CharBlock &that) const { return Compare(that) == 0; }
112 bool operator!=(const CharBlock &that) const { return Compare(that) != 0; }
113 bool operator>=(const CharBlock &that) const { return Compare(that) >= 0; }
114 bool operator>(const CharBlock &that) const { return Compare(that) > 0; }
[all …]
/llvm-project/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md10 This document explains that adoption of MLIR to solve graph based problems
13 some points of confusion that keep coming up.
15 One note: even though a major advantage of MLIR is that it can span the full
19 integrating state of the art polyhedral techniques), but issues that touch on
23 This document uses TensorFlow as the example given that it is the focus of our
24 immediate work, but we believe that the same viewpoint could be useful for
25 people working in the context of other ML frameworks that may consider adopting
44 MLIR infrastructure, but that isn't a focus of this doc.))
46 A key observation that MLIR makes is that these subsystems often have two things
55 that describe the set of operations that are legal and supported for a given
[all …]
/llvm-project/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 …]
/llvm-project/openmp/runtime/test/transform/unroll/
H A Dfactor_foreach.cpp18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
24 const Reporter &operator=(const Reporter &that) { in operator =()
26 this->name = that.name; in operator =()
30 const Reporter &operator=(Reporter &&that) { in operator =()
32 this->name = that.name; in operator =()
42 Iterator(const Iterator &that) : owner(that.owner), pos(that.pos) { in Iterator()
46 Iterator(Iterator &&that) : owner(that.owner), pos(that.pos) { in Iterator()
52 const Iterator &operator=(const Iterator &that) { in operator =()
54 this->owner = that.owner; in operator =()
[all …]
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md14 that allows both typed values and location descriptions to be manipulated on the
18 that is backwards compatible with DWARF 5. The extension involves changes to the
25 to provide support for other issues that have been raised that would benefit all
28 Other approaches were explored that involved adding specialized operations and
29 rules. However, these resulted in the need for more operations that did not
31 corner cases that had to be defined. The observation was that numerous
33 consumers than a smaller number of general composable operations that have
37 describes heterogeneous devices and the features they have that are not addressed by DWARF 5.
39 evaluation model that highlights the difficulties for supporting the
61 They may support masked vector instructions that are used by the compiler to map
[all …]
/llvm-project/mlir/include/mlir/Dialect/Vector/TransformOps/
H A DVectorTransformOps.td23 Collects patterns that convert vector dialect ops to LLVM dialect ops. These
29 - `force_32bit_vector_indices`: Allows the compiler to assume that vector
30 indices fit in 32-bit if that yields faster code.
48 With them, there are more chances that we can cancel out extract-insert
59 Apply opt-in vector transfer permutation patterns that include:
91 Apply opt-in vector transfer permutation patterns that include:
98 arbitrary permutation_map to a vector.transfer with a permutation_map that
112 Indicates that vector bitcast operations should be lowered to
115 This is usally a late step that is run after bufferization as part of the
126 Indicates that vecto
[all...]
/llvm-project/flang/docs/
H A DDoConcurrent.md29 Actions that obviously can't be executed in parallel or that
32 * Control flow statements that would prevent the loop nest from
34 `GOTO` or `CYCLE` that leaves the construct.
37 * Calling a procedure that is not `PURE`.
38 * Deallocation of any polymorphic entity, as that could cause
46 compile into code that exploits the parallel features of the target
50 But it turns out that these rules, though *necessary* for safe parallel
52 One may write conforming `DO CONCURRENT` constructs that cannot
61 concurrent construct, or even as a construct that imposes sufficient
72 multiple iterations of the loop so long as its only reads from that
[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 …]
/llvm-project/bolt/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 …]
/llvm-project/polly/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 yo
[all...]
/llvm-project/openmp/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 …]
/llvm-project/mlir/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 a 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 …]

12345678910>>...561