Home
last modified time | relevance | path

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

123456789

/external/llvm-project/clang/test/PCH/
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);
/external/clang/test/PCH/
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);
/external/llvm-project/llvm/test/CodeGen/AArch64/
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
/external/iptables/extensions/
DAndroid.bp47 // Exclude some modules that are problematic to compile (types/headers)
64 // Exclude some modules that are problematic to compile (types/headers)
/external/ltp/testcases/realtime/func/measurement/
DREADME3 problematic.
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-owning-memory.cpp313 HeapArray(int size, T val, int *problematic) : _data{problematic}, size(size) {} // Bad in HeapArray()
Dhicpp-exception-baseclass.cpp21 void problematic() { in problematic() function
/external/skqp/site/dev/chrome/
Drepo.md16 Chromium doesn't need any of them, and it can be confusing and problematic if
/external/skia/site/docs/dev/chrome/
Drepo.md21 Chromium doesn't need any of them, and it can be confusing and problematic if
/external/llvm/test/Feature/OperandBundles/
Dpr26510.ll5 ; if any problematic aliasing rules have accidentally snuck into -O3.
/external/llvm-project/llvm/test/Feature/OperandBundles/
Dpr26510.ll5 ; if any problematic aliasing rules have accidentally snuck into -O3.
/external/toolchain-utils/afdo_tools/bisection/
DREADME.md6 good and bad profiles to isolate the problematic portion of the bad profile.
15 problematic in conjunction with one another.
/external/tensorflow/third_party/
Deigen.BUILD42 # This define (mostly) guarantees we don't link any problematic
/external/python/oauth2client/docs/
Dindex.rst33 - Using ``pycrypto`` with ``pypy`` will be in general problematic. If
47 problematic since ``pyOpenSSL`` depends on the ``cryptography`` library.
/external/llvm/test/Transforms/FunctionAttrs/
Dout-of-bounds-iterator-bug.ll7 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dout-of-bounds-iterator-bug.ll8 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-macro-usage.rst6 Finds macro usage that is considered problematic because better language
/external/llvm-project/llvm/test/MC/X86/
Dalign-branch-negative.s3 # This file includes cases which are problematic to apply automatic padding
/external/python/cpython3/Doc/c-api/
Dcodec.rst82 :exc:`UnicodeTranslateError` that holds information about the problematic
86 containing the replacement for the problematic sequence, and an integer
/external/python/cpython2/Doc/c-api/
Dcodec.rst82 :exc:`UnicodeTranslateError` that holds information about the problematic
86 containing the replacement for the problematic sequence, and an integer
/external/freetype/builds/amiga/
DREADME100 replace problematic include files with your own version (same may be
103 - An example of how to replace/workaround a problematic include file
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt42 around for 27 years and perhaps more; why do you consider it problematic
/external/freetype/docs/
DPROBLEMS26 up a list of such problematic fonts.
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt42 around for 27 years and perhaps more; why do you consider it problematic
/external/python/cpython3/Tools/c-analyzer/
DREADME15 categories, the last two are problematic and generally should not exist

123456789