Home
last modified time | relevance | path

Searched refs:problematic (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-friend-instantiation.cpp10 template <class X, class Y> TClass<X> problematic(X * ptr, const TClass<Y> &src);
16 template <class X, class Y> friend TClass<X> problematic(X * ptr, const TClass<Y> &src);
30 TClass<X> problematic(X *ptr, const TClass<T> &src);
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-bad-register.mir10 ; No problematic register appears at all. Safe for outlining.
13 ; A problematic register is live, but after the candidate. Safe for outlining.
16 ; A problematic register is live before the candidate, but killed before
20 ; Ensure that we never outline when any of the problematic registers we care
H A Dtrunc-v1i64.ll65 ; PR20777: v1i1 is also problematic, but we can't widen it, so we extract_elt
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp306 HeapArray(int size, T val, int *problematic) : _data{problematic}, size(size) {} // Bad in HeapArray()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCheckProblematicConfigurations.cmake2 option(LLVM_ALLOW_PROBLEMATIC_CONFIGURATIONS OFF "Set this option to ON to allow problematic toolch…
/llvm-project-15.0.7/llvm/test/Feature/OperandBundles/
H A Dpr26510.ll5 ; if any problematic aliasing rules have accidentally snuck into -O3.
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dalign-branch-negative.s3 # This file includes cases which are problematic to apply automatic padding
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dexception-baseclass.cpp21 void problematic() { in problematic() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dmacro-usage.rst6 Finds macro usage that is considered problematic because better language
H A Dnarrowing-conversions.rst65 problematic assignments such as `int n = std::vector<char>().size();` or
/llvm-project-15.0.7/llvm/test/FileCheck/match-time-error-propagation/
H A Dmatched-expected-pattern.txt1 ; Check handling of diagnostics for problematic matches (e.g., variable capture
H A Dmatched-excluded-pattern.txt1 ; Check handling of diagnostics for problematic matches (e.g., variable capture
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dvirtregrewriter-subregliveness.mir30 ; the problematic code anymore.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebate.txt42 around for 27 years and perhaps more; why do you consider it problematic
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dscalar-branch-missing-and-exec.ll10 ; The problematic case is s_xor_b64, as, unlike the other ops, it can actually
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dpr31190.ll7 ; In this case, the problematic PHI is:
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DVisibilityMacros.rst148 Consequently, all such problematic method templates are explicitly marked
150 libraries. The problematic methods were found by running
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dsimplifycfg-switch-lowering-vs-correlatedpropagation.ll8 ; we may make further optimizations problematic.
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dfence-xfail.ll76 ; Another example of why forwarding across an acquire fence is problematic
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dfence.ll75 ; Another example of why forwarding across an acquire fence is problematic
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dconsecutive-ptr-cg-bug.ll23 ; solution is to detect the problematic IVs in LV (%7 and %8) and perform an
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dthumb2-pack.ll93 ; use it for problematic cases when whether sign bits would be shifted in
/llvm-project-15.0.7/clang/docs/
H A DThreadSanitizer.rst29 Support for 32-bit platforms is problematic and is not planned.
/llvm-project-15.0.7/llvm/docs/
H A DReportingGuide.rst8 problematic behavior. If we don't know, we can't learn or take any appropriate
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dlftr-dead-ivs.ll227 ; For integer IVs, we handle this trigger case by stripping the problematic

12