Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 172) sorted by relevance

1234567

/llvm-project-15.0.7/mlir/test/python/ir/
H A Ddiagnostic_handler.py19 assert handler.attached
23 assert not handler.attached
35 assert handler.attached
37 assert not handler.attached
45 assert handler.attached
46 assert not handler.attached
54 assert handler.attached
56 assert not handler.attached
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-documentation.m90 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a method returnin…
102 // expected-warning@+2 {{'@method' command should be used in a comment attached to an Objective-C m…
111 // expected-warning@+5 {{'@interface' command should not be used in a comment attached to a non-int…
112 // expected-warning@+5 {{'@classdesign' command should not be used in a comment attached to a non-c…
113 // expected-warning@+5 {{'@coclass' command should not be used in a comment attached to a non-conta…
129 // expected-warning@+6 {{'@method' command should be used in a comment attached to an Objective-C m…
141 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
165 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-prot…
171 // expected-warning@+2 {{'@struct' command should not be used in a comment attached to a non-struct…
203 /// @class Asset <- '@class' may be used in a comment attached to a an interface declaration
[all …]
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dllvmir-invalid.mlir10 // expected-error @+1 {{llvm.noalias attribute attached to LLVM non-pointer argument}}
17 // expected-error @+1 {{llvm.sret attribute attached to LLVM non-pointer argument}}
24 // expected-error @+1 {{llvm.nest attribute attached to LLVM non-pointer argument}}
30 // expected-error @+1 {{llvm.byval attribute attached to LLVM non-pointer argument}}
37 // expected-error @+1 {{llvm.align attribute attached to LLVM non-pointer argument}}
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td75 "'%select{\\|@}0param' command used in a comment that is not attached to "
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
95 "command should not be used in a comment attached to a non-container declaration">,
115 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
136 "'%select{\\|@}0%1' command used in a comment that is not attached to "
141 "'%select{\\|@}0%1' command used in a comment that is attached to a "
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dlistener_test.cpp.template54 // get debugger listener (which is attached to process by default)
58 // FIXME: because a listener is attached to the process at launch-time,
59 // registering the listener below results in two listeners being attached,
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dibaction.m13 // Normally attributes should not be attached to method definitions, but
14 // we allow 'ibaction' to be attached because it can be expanded from
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dmetadata-function-dbg.ll14 ; CHECK: DISubprogram attached to more than one function
19 ; CHECK: DISubprogram attached to more than one function
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dcheck_cfc.py155 attached = False
159 attached = False
162 attached = True
167 if attached == True:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmingw-comdats-xdata.ll5 ; symbol attached, which requires a bit of adjustments for the assembler output.
52 ; The .xdata section below doesn't have the usual comdat symbol attached, which requires
/llvm-project-15.0.7/llvm/test/Other/
H A Dcopy-metadata-of-declaration.ll3 ; This test is used to check metadata attached to global variable declarations
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td7 Desc<"Enable Darwin os_log collection when debugged process is launched or attached.">;
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h568 bool isAttached() { return attached; } in isAttached()
570 assert(!attached && "operation already attached");
571 attached = true;
574 assert(attached && "operation already detached"); in setDetached()
575 attached = false; in setDetached()
631 bool attached = true; variable
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-comments-objc.m85 // Non-Doxygen comments should not be attached to anything.
88 // Some Doxygen comments are not attached to anything.
103 // checks that documentation comments are attached to declarations correctly.
/llvm-project-15.0.7/mlir/docs/
H A DDiagnostics.md70 // These methods use the location attached to the operation.
93 have been attached to it. New arguments can be attached to a diagnostic in a few
110 Operations attached to a diagnostic will be printed in generic form if the
125 They must be explicitly attached to another diagnostic non-note diagnostic. When
126 emitting a diagnostic, notes can be directly attached via `attachNote`. When
164 the textual form of that operation is printed and attached as a note to the
/llvm-project-15.0.7/mlir/test/Conversion/FuncToLLVM/
H A Dconvert-argattrs.mlir11 // Make sure arguments attributes are attached to the right argument. We match
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dx86-lea-fixup.mir6 # and check that any debug-instr-number attached to the original instruction
82 # only be attached to the last subtract.
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dexit_on_src_pos.test2 # all instructions have debug info (file line numbers) attached.
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DBuiltin.md21 [source locations](../Diagnostics.md/#source-locations), that may be attached to
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dstruct-loc.ll4 ; Make sure that structures have a decl file and decl line attached.
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dpseudo-probe-emit.ll54 ; Check pseudo_probe metadata attached to the indirect call instruction.
59 ; Check pseudo_probe metadata attached to the direct call instruction.
/llvm-project-15.0.7/llvm/lib/
H A DCMakeLists.txt49 # Special components which don't have any source attached but aggregate other
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dload-sample-prof-lto.ll10 ; Make sure profile information is attached.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsub-zext-cc-zext-cc.ll12 ; Before the reversion that this test is attached to, the compiler commuted
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dcallsite-attr-invalid.ll3 ; CHECK: DIFlagAllCallsDescribed must be attached to a definition
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dsuppress-zero-branch-weights.ll8 ; ensures that all-zero branch weights are not attached causing problems downstream.

1234567