Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dexact_iter_count.ll3 ; One side exit dominating the latch, exact backedge taken count is known.
14 %side.cond = icmp slt i32 %iv, 50
15 br i1 %side.cond, label %backedge, label %side.exit
25 side.exit:
48 %side.cond = icmp slt i32 %iv, 50
49 br i1 %side.cond, label %backedge, label %side.exit
59 side.exit:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassert-side-effect.rst1 .. title:: clang-tidy - bugprone-assert-side-effect
3 bugprone-assert-side-effect
6 Finds ``assert()`` with side effect.
9 condition with side effect can cause different behavior in debug / release
22 side effects. Disabled by default because it can increase the number of false
28 considered as not having side-effects. Regular expressions are accepted,
H A Dmacro-repeated-side-effects.rst1 .. title:: clang-tidy - bugprone-macro-repeated-side-effects
3 bugprone-macro-repeated-side-effects
7 Checks for repeated argument with side effects in macros.
H A Dsuspicious-enum-usage.rst26 2. Investigating the right hand side of `+=` and `|=` operator.
27 3. Check only the enum value side of a `|` and `+` operator if one of them is not
29 4. Check both side of `|` or `+` operator where the enum values are from the
H A Dsuspicious-missing-comma.rst6 String literals placed side-by-side are concatenated at translation phase 6
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.ops/
H A Dsort.pass.cpp27 int side; member
28 Payload(int v) : val(v), side(0) {} in Payload()
29 Payload(int v, int s) : val(v), side(s) {} in Payload()
44 v[i].side = i; in test_stable()
60 assert(it->side < next->side); in test_stable()
H A Dsort_comp.pass.cpp45 int side; member
46 Payload(int v) : val(v), side(0) {} in Payload()
47 Payload(int v, int s) : val(v), side(s) {} in Payload()
63 v[i].side = i; in test_stable()
79 assert(it->side < next->side); in test_stable()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsort.pass.cpp45 int side; member
46 Payload(int v) : val(v), side(0) {} in Payload()
47 Payload(int v, int s) : val(v), side(s) {} in Payload()
62 v[i].side = i; in test_stable()
78 assert(it->side < next->side); in test_stable()
H A Dsort_pred.pass.cpp29 int side; member
30 Payload(int v) : val(v), side(0) {} in Payload()
31 Payload(int v, int s) : val(v), side(s) {} in Payload()
47 v[i].side = i; in test_stable()
63 assert(it->side < next->side); in test_stable()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dassert-side-effect.m1 // RUN: %check_clang_tidy %s bugprone-assert-side-effect %t
45 …ESSAGES: :[[@LINE-1]]:3: warning: side effect in NSAssert() condition discarded in release builds …
52 …SSAGES: :[[@LINE-1]]:3: warning: side effect in NSCAssert() condition discarded in release builds …
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Douter_phi.ll75 side.exit:
145 side.exit:
215 side.exit:
298 side.exit:
393 side.exit:
457 side.exit:
520 side.exit:
582 side.exit:
644 side.exit:
706 side.exit:
[all …]
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP160.rst3 Removing parallel region with no side-effects. [OMP160]
7 was not found to have any side-effects. This can occur if the region does not
17 side-effects. This can occur if the parallel region only reads memory or is
33 …omp160.cpp:4:1: remark: Removing parallel region with no side-effects. [OMP160] [-Rpass=openmp-opt]
36 …delete.cpp:2:1: remark: Removing parallel region with no side-effects. [OMP160] [-Rpass=openmp-opt]
H A DOMP121.rst3 Value has potential side effects preventing SPMD-mode execution. Add `__attribute__((assume(\"ompx_…
6 This analysis remarks indicates that a potential side-effect that cannot be
44 omp121.cpp:8:13: remark: Value has potential side effects preventing SPMD-mode
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DtargetLoweringGeneric.ll10 ; If all of the demanded bits on one side are known, and all of the set
11 ; bits on that side are also known to be set on the other side, turn this
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfast-isel-pr47040.ll6 ; considered to have an unset base. When the left hand side of an add
7 ; set the Address to have a FrameIndex base of 0, the right side would
/llvm-project-15.0.7/polly/test/IstAstInfo/
H A Ddomain_bounded_only_with_context.ll28 br i1 %br.cmp, label %side, label %preheader
41 side:
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A DPT_TLS-overlap-PT_LOAD.yaml1 # Overlapping PT_LOAD and PT_TLS segments should be able to exist side by side.
H A DPT_LOAD-overlap-PT_TLS.yaml1 # Overlapping PT_LOAD and PT_TLS segments should be able to exist side by side.
/llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/
H A Dnary-smin.ll7 ; m1 = smin(a,b) ; has side uses
27 ; m1 = smin(a,b) ; has side uses
62 ; m1 = smin(a,b) ; has side uses
82 ; m1 = smin_or_eq(a,b) ; has side uses
102 ; m1 = smin(a,b) ; has side uses
125 ; m1 = smin(a,b) ; has side uses
H A Dnary-smax.ll7 ; m1 = smax(a,b) ; has side uses
27 ; m1 = smax(a,b) ; has side uses
62 ; m1 = smax(a,b) ; has side uses
82 ; m1 = smax_or_eq(a,b) ; has side uses
102 ; m1 = smax(a,b) ; has side uses
125 ; m1 = smax(a,b) ; has side uses
H A Dnary-umax.ll7 ; m1 = umax(a,b) ; has side uses
27 ; m1 = umax(a,b) ; has side uses
62 ; m1 = umax(a,b) ; has side uses
82 ; m1 = umax_or_eq(a,b) ; has side uses
102 ; m1 = umax(a,b) ; has side uses
125 ; m1 = umax(a,b) ; has side uses
H A Dnary-umin.ll7 ; m1 = umin(a,b) ; has side uses
27 ; m1 = umin(a,b) ; has side uses
62 ; m1 = umin(a,b) ; has side uses
82 ; m1 = umin_or_eq(a,b) ; has side uses
102 ; m1 = umin(a,b) ; has side uses
125 ; m1 = umin(a,b) ; has side uses
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunused.m24 …// expected-warning {{property access result unused - getters should not be used for side effects}}
117 …// expected-warning {{property access result unused - getters should not be used for side effects}}
118 …// expected-warning {{property access result unused - getters should not be used for side effects}}
H A Dobjc-container-subscripting-2.m25 …-warning {{container access result unused - container access should not be used for side effects}}
28 …d-warning {{container access result unused - container access should not be used for side effects}}
/llvm-project-15.0.7/mlir/
H A D.clang-tidy4 bugprone-assert-side-effect,
10 bugprone-macro-repeated-side-effects,

12345678910>>...13