Searched refs:narrowing (Results 1 – 25 of 39) sorted by relevance
12
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 ; Helper functions used to load tran_low_t into int16, narrowing if
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
107 // narrow_cast(): a searchable way to do narrowing casts of values
77 // Disable 32-bit to 16-bit narrowing for experimentation.
37 <LibASTMatchersReference.html#allOf0Anchor>`_. This allows further narrowing
151 type. ``E{n}`` is equivalent to ``E(n)``, except that it implies a check for a narrowing
206 narrowing matchers to only match AST nodes fulfilling specific criteria,
168 def CXX11Narrowing : DiagGroup<"c++11-narrowing">;173 def : DiagGroup<"c++0x-narrowing", [CXX11Narrowing]>;176 def : DiagGroup<"narrowing", [CXX11Narrowing]>;
92 struct. This narrowing should not propagate to local variables and
370 -- narrowing case
489 -- for narrowing
31 -- test narrowing and widening operations.1061 -- narrowing case
360 '-Wno-narrowing',
314 ; narrowing does work
195 // 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.
1777 LLVM misses a load+store narrowing opportunity in this code:1818 the load and the store which would prohibit narrowing.