Searched refs:narrowing (Results 1 – 21 of 21) sorted by relevance
2 ; is narrowing computations when possible.6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
13 LOCAL_CLANG_CFLAGS += -Wno-c++11-narrowing241 LOCAL_CLANG_CFLAGS += -Wno-c++11-narrowing
323 namespace narrowing { namespace
107 contain the same fonts. By narrowing the font selection, the size of the test
22 // *narrowing* operations; if you need to convert to a *wider* floating-point
37 <LibASTMatchersReference.html#allOf0Anchor>`_. This allows further narrowing
207 narrowing matchers to only match AST nodes fulfilling specific criteria,
152 def CXX11Narrowing : DiagGroup<"c++11-narrowing">;157 def : DiagGroup<"c++0x-narrowing", [CXX11Narrowing]>;160 def : DiagGroup<"narrowing", [CXX11Narrowing]>;
82 struct. This narrowing should not propagate to local variables and
98 // Disable 32-bit to 16-bit narrowing for experimentation.
1515 LLVM misses a load+store narrowing opportunity in this code:1556 the load and the store which would prohibit narrowing.
204 examples of unsafe optimizations are narrowing an assignment into a bitfield,
1065 by narrowing down the given test case to the minimum number of passes and/or
4934 % also clear it, so that its embedded environments do the narrowing again.5110 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
6327 % also clear it, so that its embedded environments do the narrowing again.6599 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
1430 errors) in programs doing vector saturated narrowing instructions.