Home
last modified time | relevance | path

Searched refs:narrowing (Results 1 – 25 of 70) sorted by relevance

123

/external/libchrome/libchrome_tools/patch/
Dstatfs_f_type.patch2 # values will overflow it, causing narrowing warnings. Cast to the largest
21 + // the values will overflow it, causing narrowing warnings. Cast to the
35 + // the values will overflow it, causing narrowing warnings. Cast to the
/external/llvm/test/Transforms/InstCombine/
Dnarrow.ll2 ; is narrowing computations when possible.
6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dnarrow.ll2 ; is narrowing computations when possible.
6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dnarrow.ll6 ; Eliminating the casts in this testcase (by narrowing the AND operation)
22 ; The next 6 (3 logic ops * (scalar+vector)) tests show potential cases for narrowing a bitwise log…
102 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp.
146 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp.
Dextractinsert-tbaa.ll5 ; Check that instcombine preserves TBAA when narrowing loads
Dand-narrow.ll163 ; Don't create poison by narrowing a shift below the shift amount.
178 ; Don't create poison by narrowing a shift below the shift amount.
/external/clang/test/Rewriter/
Drewrite-modern-private-ivars.mm2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
Drewrite-modern-struct-ivar-1.mm2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
Drewrite-modern-struct-ivar.mm4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
Drewrite-modern-ivar-access.mm2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
/external/harfbuzz_ng/test/shaping/data/aots/
DMakefile.am26 $(CXX) -Wno-narrowing $(srcdir)/aots/harfbuzz/hb-aots-tester.cpp \
/external/tensorflow/tensorflow/lite/tools/make/targets/
Dios_makefile.inc27 -Wno-c++11-narrowing \
/external/tensorflow/tensorflow/examples/android/jni/
DCMakeLists.txt32 -std=c++11 -fno-exceptions -fno-rtti -O2 -Wno-narrowing \
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.asm13 ; Helper functions used to load tran_low_t into int16, narrowing if
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Didct_neon.asm.S17 @ Helper functions used to load tran_low_t into int16, narrowing if
/external/tensorflow/tensorflow/contrib/android/cmake/
DCMakeLists.txt41 -O2 -Wno-narrowing -fomit-frame-pointer \
/external/bcc/src/lua/
DREADME.md146 * Type narrowing is opportunistic. Numbers are 64-bit by default, but 64-bit immediate loads are no…
150 * No register sub-allocations, no aggressive use of caller-saved `R1-5`, no aggressive narrowing (t…
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp323 namespace narrowing { namespace
/external/Microsoft-GSL/include/gsl/
Dgsl_util95 // narrow_cast(): a searchable way to do narrowing casts of values
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc22 // *narrowing* operations; if you need to convert to a *wider* floating-point
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARM.td77 // Disable 32-bit to 16-bit narrowing for experimentation.
/external/clang/docs/
DLibASTMatchers.rst37 <LibASTMatchersReference.html#allOf0Anchor>`_. This allows further narrowing
DReleaseNotes.rst151 type. ``E{n}`` is equivalent to ``E(n)``, except that it implies a check for a narrowing
/external/tensorflow/tensorflow/contrib/makefile/
DMakefile351 -Wno-narrowing \
/external/clang/include/clang/Basic/
DDiagnosticGroups.td168 def CXX11Narrowing : DiagGroup<"c++11-narrowing">;
173 def : DiagGroup<"c++0x-narrowing", [CXX11Narrowing]>;
176 def : DiagGroup<"narrowing", [CXX11Narrowing]>;

123