Searched refs:symbolic (Results 1 – 25 of 184) sorted by relevance
12345678
/external/clang/test/Analysis/ |
D | misc-ps-eager-assume.m | 29 // the symbolic expression is stored to 'y' (which is a short instead of an 31 // symbolic expression is literally the branch condition. 34 // The cast to 'short' causes us to lose symbolic constraint. 48 // a symbolic value for this variable, but in the branch condition it is 50 // promotions of symbolic values, so this test case tests the logic in 68 // In this test case, the double '!' works fine with our symbolic constraints, 85 // This false positive occurred because the symbolic constraint on a short was
|
D | misc-ps-basic-store.m | 24 // the value pointed to by 'x' and thus creates different symbolic values
|
D | misc-ps.m | 296 // PR 4033. A symbolic 'void *' pointer can be used as the address for a 387 // a symbolic region. The second '*__gruep__' involves performing a load 427 // This just tests the proper tracking of symbolic values for globals (both 509 // Reduced from a crash involving the cast of an Objective-C symbolic region to 557 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value 562 return compare ? 0 : 1; // Forces the evaluation of the symbolic constraint. 704 // Test constant-folding of symbolic values, automatically handling type 861 // Handle casts from symbolic regions (packaged as integers) to doubles. 868 // foo_rev95119() returns a symbolic pointer. It is then 875 // Handle loading a symbolic pointer from a symbolic region that was [all …]
|
D | misc-ps-region-store.m | 85 // the value pointed to by 'x' and thus creates different symbolic values 98 // NULL dereferences which are pruned out by RegionStore's symbolic reasoning 216 // <rdar://problem/7249340> - Allow binding of values to symbolic regions. 231 // array values and that we handle symbolic values that are casted 292 // had a bug that caused 'x' to lose its default symbolic value after the 447 // Exercise creating ElementRegion with symbolic super region. 1007 // PR 6854 - crash when casting symbolic memory address to a float 1008 // Handle casting from a symbolic region to a 'float'. This isn't 1017 // <rdar://problem/8032791> False positive due to symbolic store not find 1094 // symbolic index [all …]
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 21 "unknown symbolic operand name in inline assembly string">; 24 "unterminated symbolic operand name in inline assembly string">; 26 "empty symbolic operand name in inline assembly string">;
|
/external/iptables/extensions/ |
D | libxt_TCPOPTSTRIP.man | 6 by symbolic name. The list of recognized options can be obtained by calling
|
D | libxt_tos.man | 10 You can specify a symbolic name when using the tos match for IPv4. The list of
|
D | libxt_TOS.man | 11 You can specify a symbolic name when using the TOS target for IPv4. It implies
|
/external/llvm/test/Feature/ |
D | basictest.ll | 5 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/llvm/test/Integer/ |
D | basictest_bt.ll | 6 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/libpng/ |
D | KNOWNBUG | 10 fails to install symbolic links
|
/external/icu4c/config/ |
D | mh-hpux-acc | 70 ## Use linker option -Wl,-B,symbolic instead. 74 LD_SOOPTIONS= -Wl,-B,symbolic
|
D | mh-solaris | 90 BIR_LDFLAGS= -Wl,-M,$(NAME).map -Wl,-B,symbolic -Wl,-B,eliminate
|
D | mh-mingw | 104 ## Since symbolic links don't work the same way on Windows,
|
/external/chromium/net/tools/spdyshark/ |
D | README | 28 4) Make a symbolic link for spdyshark to Wireshark
|
/external/libpng/scripts/ |
D | makefile.watcom | 108 test: pngtest.exe .symbolic
|
/external/grub/ |
D | AUTHORS | 11 bugs, added symbolic link support to shared_src/fsys_ext2fs.c, and
|
D | MAINTENANCE | 9 2. Make a symbolic link from ~mohit/gnudoc/gnudoc_template to the
|
/external/bluetooth/glib/po/ |
D | tl.po | 91 msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" 270 msgid "Failed to read the symbolic link '%s': %s" 271 msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" 275 msgstr "Hindi suportado ang mga symbolic link" 721 msgstr "Hindi suportado ang mga symbolic link" 832 msgid "missing '<' in symbolic reference" 837 msgid "unfinished symbolic reference" 841 msgid "zero-length symbolic reference" 849 msgid "illegal symbolic reference" 1281 msgstr "Hindi suportado ang mga symbolic link" [all …]
|
D | en_GB.po | 262 msgid "Failed to read the symbolic link '%s': %s" 263 msgstr "Failed to read the symbolic link '%s': %s" 795 msgid "missing '<' in symbolic reference" 796 msgstr "missing '<' in symbolic reference" 799 msgid "unfinished symbolic reference" 800 msgstr "unfinished symbolic reference" 803 msgid "zero-length symbolic reference" 804 msgstr "zero-length symbolic reference" 811 msgid "illegal symbolic reference" 812 msgstr "illegal symbolic reference" [all …]
|
D | he.po | 269 msgid "Failed to read the symbolic link '%s': %s" 270 msgstr "Failed to read the symbolic link '%s': %s" 803 msgid "missing '<' in symbolic reference" 804 msgstr "missing '<' in symbolic reference" 807 msgid "unfinished symbolic reference" 808 msgstr "unfinished symbolic reference" 811 msgid "zero-length symbolic reference" 812 msgstr "zero-length symbolic reference" 819 msgid "illegal symbolic reference" 820 msgstr "illegal symbolic reference" [all …]
|
D | en_CA.po | 263 msgid "Failed to read the symbolic link '%s': %s" 264 msgstr "Failed to read the symbolic link '%s': %s" 796 msgid "missing '<' in symbolic reference" 797 msgstr "missing '<' in symbolic reference" 800 msgid "unfinished symbolic reference" 801 msgstr "unfinished symbolic reference" 804 msgid "zero-length symbolic reference" 805 msgstr "zero-length symbolic reference" 812 msgid "illegal symbolic reference" 813 msgstr "illegal symbolic reference" [all …]
|
/external/zlib/contrib/delphi/ |
D | readme.txt | 25 - The new Z_RLE strategy has its corresponding symbolic constant.
|
/external/mesa3d/docs/ |
D | README.QUAKE | 92 header files, makes appropriate symbolic links for libraries, and sets 133 and to make two symbolic links:
|
/external/markdown/docs/ |
D | command_line.txt | 38 either add it to your path or make a symbolic link to it from your path.
|
12345678