Home
last modified time | relevance | path

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

/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/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/opencv/
DAndroid.mk13 LOCAL_CLANG_CFLAGS += -Wno-c++11-narrowing
241 LOCAL_CLANG_CFLAGS += -Wno-c++11-narrowing
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp323 namespace narrowing { namespace
/external/skia/site/dev/testing/
Dfonts.md107 contain the same fonts. By narrowing the font selection, the size of the test
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc22 // *narrowing* operations; if you need to convert to a *wider* floating-point
/external/clang/docs/
DLibASTMatchers.rst37 <LibASTMatchersReference.html#allOf0Anchor>`_. This allows further narrowing
DLibASTMatchersTutorial.rst207 narrowing matchers to only match AST nodes fulfilling specific criteria,
/external/clang/include/clang/Basic/
DDiagnosticGroups.td152 def CXX11Narrowing : DiagGroup<"c++11-narrowing">;
157 def : DiagGroup<"c++0x-narrowing", [CXX11Narrowing]>;
160 def : DiagGroup<"narrowing", [CXX11Narrowing]>;
/external/boringssl/src/
DSTYLE82 struct. This narrowing should not propagate to local variables and
/external/llvm/lib/Target/ARM/
DARM.td98 // Disable 32-bit to 16-bit narrowing for experimentation.
/external/llvm/lib/Target/X86/
DREADME.txt1515 LLVM misses a load+store narrowing opportunity in this code:
1556 the load and the store which would prohibit narrowing.
/external/llvm/docs/
DAtomics.rst204 examples of unsafe optimizations are narrowing an assignment into a bitfield,
DGettingStarted.rst1065 by narrowing down the given test case to the minimum number of passes and/or
/external/e2fsprogs/lib/et/
Dtexinfo.tex4934 % also clear it, so that its embedded environments do the narrowing again.
5110 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
/external/e2fsprogs/doc/
Dtexinfo.tex4934 % also clear it, so that its embedded environments do the narrowing again.
5110 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
/external/bison/build-aux/
Dtexinfo.tex6327 % also clear it, so that its embedded environments do the narrowing again.
6599 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
/external/valgrind/
DNEWS1430 errors) in programs doing vector saturated narrowing instructions.