Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 25 of 183) sorted by relevance

12345678

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-repeated-weak.mm24 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 Dwarn-direct-ivar-access.m22 … _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 Divar-lookup.m46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \
47 // expected-error{{instance variable 'b' accessed in class method}}
H A Derr-ivar-access-in-class-method.m24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
H A Divar-lookup-resolution-builtin.m18 return index; // expected-error {{instance variable 'index' accessed in class method}}
H A Divar-ref-misuse.m18 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 Dstatic-accessed-through-instance.rst1 .. title:: clang-tidy - readability-static-accessed-through-instance
3 readability-static-accessed-through-instance
H A Dconvert-member-functions-to-static.rst13 `readability-static-accessed-through-instance <../readability/static-accessed-through-instance.html…
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dstack-align.ll7 ;; 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 Dbad_alignment.ll3 ; 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 Dinvalid-access-moved.rst10 …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 Dinterfaces-global-init.rst13 therefore globals could still be accessed from functions themselves.
H A Dpro-type-reinterpret-cast.rst9 variable that is actually of type ``X`` to be accessed as if it were of an
H A Dpro-type-static-cast-downcast.rst11 variable that is actually of type ``X`` to be accessed as if it were of an
H A Dpro-type-cstyle-cast.rst10 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 Dx86-64-xmm-spill-unaligned.ll2 ; elements (here: XMM spills) are accessed using instructions that tolerate
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dbitcast-address-space-through-gep.ll12 ; 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 Dinstrument_global.ll32 ; 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 Dinstrprof-value-prof-visibility.test1 # This tests that lprofMergeValueProfData is not accessed from outside a module
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dinfer-uniform-load-shader.ll5 ; loads are accessed with scalar loads.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dmemory-dep-remarks.ll153 ; 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 DSafeStack.rst15 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 Dnon-private-member-variables-in-classes.rst12 ``private`` and accessed through member functions instead of exposed to derived
/llvm-project-15.0.7/mlir/docs/
H A DSymbolsAndSymbolTables.md51 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 Dunreachable-regression.ll11 ; callsites. Such stale pointers caused crash when accessed.

12345678