| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-repeated-weak.mm | 24 use(a.weakProp); // expected-note{{also accessed here}} 29 use(a.weakProp); // expected-note{{also accessed here}} 57 a.weakProp = get(); // expected-note{{also accessed here}} 94 use(a->weakIvar); // expected-note{{also accessed here}} 100 use(a); // expected-note{{also accessed here}} 105 use([a weakProp]); // expected-note{{also accessed here}} 120 use([a weakProp]); // expected-note{{also accessed here}} 123 use(b.weakProp); // expected-note{{also accessed here}} 134 val = a.weakProp; // expected-note{{also accessed here}} 145 a = get(); // expected-note{{also accessed here}} [all …]
|
| H A D | warn-direct-ivar-access.m | 22 … _isTickledPink; // expected-warning {{instance variable '_myLeader' is being directly accessed}} \ 23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 37 …._myLeader; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} \ 38 // expected-warning {{instance variable '_myLeader' is being directly accessed}} 39 …f (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed}} 40 …->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed}} 41 …sTickledPink; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 74 …col; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
|
| H A D | ivar-lookup.m | 46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \ 47 // expected-error{{instance variable 'b' accessed in class method}}
|
| H A D | err-ivar-access-in-class-method.m | 24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
|
| H A D | ivar-lookup-resolution-builtin.m | 18 return index; // expected-error {{instance variable 'index' accessed in class method}}
|
| H A D | ivar-ref-misuse.m | 18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}}
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | static-accessed-through-instance.rst | 1 .. title:: clang-tidy - readability-static-accessed-through-instance 3 readability-static-accessed-through-instance
|
| H A D | convert-member-functions-to-static.rst | 13 `readability-static-accessed-through-instance <../readability/static-accessed-through-instance.html…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | stack-align.ll | 7 ;; andn), that the local var is accessed via stack pointer (to %o1), and that 8 ;; the argument is accessed via frame pointer not stack pointer (to %o0).
|
| /llvm-project-15.0.7/polly/test/CodeGen/MemAccess/ |
| H A D | bad_alignment.ll | 3 ; Check that we do not allow to access elements not accessed before because the 6 ; CHECK: JScop file changes the accessed memory
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/ |
| H A D | invalid-access-moved.rst | 10 …valid-object-or-an-object-with-indeterminate-value/>`_ to check if moved-from objects are accessed.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | interfaces-global-init.rst | 13 therefore globals could still be accessed from functions themselves.
|
| H A D | pro-type-reinterpret-cast.rst | 9 variable that is actually of type ``X`` to be accessed as if it were of an
|
| H A D | pro-type-static-cast-downcast.rst | 11 variable that is actually of type ``X`` to be accessed as if it were of an
|
| H A D | pro-type-cstyle-cast.rst | 10 variable that is actually of type X to be accessed as if it were of an unrelated
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | x86-64-xmm-spill-unaligned.ll | 2 ; elements (here: XMM spills) are accessed using instructions that tolerate
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | bitcast-address-space-through-gep.ll | 12 ; Make sure we still reject the bitcast after the value is accessed through a GEP
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | instrument_global.ll | 32 ; GlobSt is accessed out of bounds -- can't optimize 42 ; GlobSt is accessed with Gep that has non-0 first index -- can't optimize.
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | instrprof-value-prof-visibility.test | 1 # This tests that lprofMergeValueProfData is not accessed from outside a module
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | infer-uniform-load-shader.ll | 5 ; loads are accessed with scalar loads.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | memory-dep-remarks.ll | 153 ; CHECK-NEXT: Backward loop carried data dependence. Memory location is the same as accessed at sou… 198 …ce that prevents store-to-load forwarding. Memory location is the same as accessed at source.c:60:5 236 …e that prevents store-to-load forwarding. Memory location is the same as accessed at source.c:74:21 272 ; CHECK: Unknown data dependence. Memory location is the same as accessed at source.c:82:7 320 ; YAML-NEXT: - String: ' Memory location is the same as accessed at ' 340 ; YAML-NEXT: - String: ' Memory location is the same as accessed at ' 360 ; YAML-NEXT: - String: ' Memory location is the same as accessed at ' 380 ; YAML-NEXT: - String: ' Memory location is the same as accessed at '
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SafeStack.rst | 15 register spills, and local variables that are always accessed in a safe way, 37 stack increases the locality of frequently accessed values on the stack, such 72 are always accessed in a safe way by separating them in a dedicated safe stack 75 is always accessed in a safe way. In the current implementation, the safe stack
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | non-private-member-variables-in-classes.rst | 12 ``private`` and accessed through member functions instead of exposed to derived
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | SymbolsAndSymbolTables.md | 51 symbol, or more specifically in-which scopes it may be accessed. 208 // This function can be accessed by 'live.user', but cannot be referenced 212 // This function cannot be accessed outside of 'public_module'. 216 // This function can only be accessed from within the top-level module.
|
| /llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/ |
| H A D | unreachable-regression.ll | 11 ; callsites. Such stale pointers caused crash when accessed.
|