| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | diagnostic_handler.py | 19 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 D | warn-documentation.m | 90 // 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 D | llvmir-invalid.mlir | 10 // 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 D | DiagnosticCommentKinds.td | 75 "'%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 D | listener_test.cpp.template | 54 // 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 D | ibaction.m | 13 // 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 D | metadata-function-dbg.ll | 14 ; 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 D | check_cfc.py | 155 attached = False 159 attached = False 162 attached = True 167 if attached == True:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | mingw-comdats-xdata.ll | 5 ; 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 D | copy-metadata-of-declaration.ll | 3 ; This test is used to check metadata attached to global variable declarations
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLogProperties.td | 7 Desc<"Enable Darwin os_log collection when debugged process is launched or attached.">;
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 568 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 D | annotate-comments-objc.m | 85 // 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 D | Diagnostics.md | 70 // 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 D | convert-argattrs.mlir | 11 // Make sure arguments attributes are attached to the right argument. We match
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | x86-lea-fixup.mir | 6 # 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 D | exit_on_src_pos.test | 2 # all instructions have debug info (file line numbers) attached.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Builtin.md | 21 [source locations](../Diagnostics.md/#source-locations), that may be attached to
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | struct-loc.ll | 4 ; Make sure that structures have a decl file and decl line attached.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | pseudo-probe-emit.ll | 54 ; 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 D | CMakeLists.txt | 49 # Special components which don't have any source attached but aggregate other
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | load-sample-prof-lto.ll | 10 ; Make sure profile information is attached.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | sub-zext-cc-zext-cc.ll | 12 ; Before the reversion that this test is attached to, the compiler commuted
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | callsite-attr-invalid.ll | 3 ; CHECK: DIFlagAllCallsDescribed must be attached to a definition
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | suppress-zero-branch-weights.ll | 8 ; ensures that all-zero branch weights are not attached causing problems downstream.
|