Home
last modified time | relevance | path

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

123456789

/external/llvm-project/clang/test/SemaCXX/
Dlibstdcxx_libcxx_less_hack.cpp45 template<typename = void> struct unrelated;
46 template<> struct unrelated<> { struct
66 unrelated<>()(p, nullptr); // expected-error {{no matching function}} in test()
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi_blacklist.txt1 [cfi-unrelated-cast]
10 # Windows C++ stdlib headers that contain bad unrelated casts.
/external/llvm-project/flang/test/Semantics/
Dselecttype01.f9023 type :: unrelated type
163 type is (unrelated)
185 type is (unrelated)
/external/rust/crates/proc-macro-error/tests/ui/
Dunrelated_panic.stderr7 = help: message: unrelated panic test
/external/angle/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.lds4 * reproducible across unrelated code changes.
/external/libchrome/base/task_scheduler/
Dscheduler_lock_unittest.cc243 SchedulerLock unrelated; in TEST() local
244 BasicLockAcquireAndWaitThread thread(&unrelated); in TEST()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-pro-type-reinterpret-cast.rst10 unrelated type ``Z``.
Dcppcoreguidelines-pro-type-static-cast-downcast.rst12 unrelated type ``Z``.
Dcppcoreguidelines-pro-type-cstyle-cast.rst10 variable that is actually of type X to be accessed as if it were of an unrelated
/external/compiler-rt/lib/cfi/
Dcfi_blocklist.txt24 # Windows C++ stdlib headers that contain bad unrelated casts.
/external/clang/docs/
DControlFlowIntegrity.rst38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags
61 - ``-fsanitize=cfi-unrelated-cast``: Cast from ``void*`` or another
62 unrelated type to the wrong dynamic type.
138 type ``void*`` or another unrelated type (which can be checked with
139 ``-fsanitize=cfi-unrelated-cast``).
156 ``-fsanitize=cfi-derived-cast`` or ``-fsanitize=cfi-unrelated-cast`` enabled
/external/llvm/test/CodeGen/PowerPC/
Dfloat-asmprint.ll4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
/external/llvm/test/Linker/
Dtype-unique-unrelated.ll21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfloat-asmprint.ll4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
/external/llvm-project/llvm/test/Linker/
Dtype-unique-unrelated.ll21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
/external/grpc-grpc/doc/
Dwait-for-ready.md13 The RPCs SHOULD still fail before `READY` if there are unrelated reasons, such
/external/libchrome/base/memory/
Dweak_ptr_unittest.nc37 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba…
45 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba…
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dmemcpyopt.ll6 ; it has a TBAA tag which declares that it is unrelated.
/external/bcc/tools/
Dreset-trace_example.txt186 Here is an example of reset-trace detecting an unrelated tracing session:
189 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N…
201 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N…
/external/llvm-project/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dmemcpyopt.ll7 ; it has a TBAA tag which declares that it is unrelated.
/external/googletest/googlemock/test/
Dgmock-pp_test.cc28 GMOCK_PP_HAS_COMMA(GMOCK_TEST_REPLACE_comma_WITH_COMMA(comma(unrelated))),
/external/llvm-project/clang/docs/
DControlFlowIntegrity.rst38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags
61 - ``-fsanitize=cfi-unrelated-cast``: Cast from ``void*`` or another
62 unrelated type to the wrong dynamic type.
141 type ``void*`` or another unrelated type (which can be checked with
142 ``-fsanitize=cfi-unrelated-cast``).
356 # Disable only unrelated cast checks for this function
357 [cfi-unrelated-cast]
/external/llvm/test/tools/sanstats/
Delf.test31 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-unrelated-cast 4
38 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-unrelated-cast 11
/external/llvm-project/llvm/test/Transforms/LoopPredication/
Dvisited.ll48 %unrelated.cond = icmp eq i32 %x, %i
49 %guard.cond.2 = and i1 %within.bounds, %unrelated.cond
50 %guard.cond.3 = and i1 %guard.cond.2, %unrelated.cond
/external/llvm-project/polly/test/ForwardOpTree/
Dforward_load_unrelatedunusual.ll4 ; The non-analyzable store to C[0] is unrelated and can be ignored.

123456789