HomeSort by relevance Sort by last modified time
    Searched full:symbolic (Results 201 - 225 of 1246) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/lldb/www/
status.html 69 <li>symbolic
122 <td>Symbolic debugging only</td>
  /external/llvm/docs/
Lexicon.rst 24 compiler's first complete symbolic (as opposed to textual)
27 (consider the symbolic representation for the type of a typical "linked
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 185 // Defines symbolic names for NVPTX registers. This defines a mapping from
190 // Defines symbolic names for the NVPTX instructions.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 119 // Defines symbolic names for X86 registers. This defines a mapping from
125 // Defines symbolic names for the X86 instructions.
  /external/protobuf/src/google/protobuf/testing/
file.cc 54 // Windows doesn't have symbolic links.
149 // lstat = Don't follow symbolic links.
  /external/skia/tools/
git_utils.py 127 full_branch = vsp.strip_output([git, 'symbolic-ref', 'HEAD'])
130 # "fatal: ref HEAD is not a symbolic ref"
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 28 * non-symbolic link status, and a FileStatus object for symbolic link
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
posix1_lim.h 124 /* The number of bytes in a symbolic link. */
127 /* The number of symbolic links that can be traversed in the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ftw.h 49 FTW_SL, /* Symbolic link. */
57 FTW_SLN /* Symbolic link naming non-existing file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix1_lim.h 124 /* The number of bytes in a symbolic link. */
127 /* The number of symbolic links that can be traversed in the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 49 FTW_SL, /* Symbolic link. */
57 FTW_SLN /* Symbolic link naming non-existing file. */
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 86 // FIXME: Remove this hack when we support symbolic truncation/extension.
89 // extension/truncation of symbolic integers. This prevents us from losing
90 // precision when we assign 'x = y' and 'y' is symbolic and x and y are
141 // unless this is a weak function or a symbolic region.
161 // Labels and non-symbolic memory regions are always true.
280 // We're looking for a type big enough to compare the symbolic value
429 // LHS is a symbolic expression.
516 // Does the symbolic expression simplify to a constant?
529 // Give up -- this is not a symbolic expression we can handle.
670 // build constraints. The address of any non-symbolic region is guarantee
    [all...]
SVals.cpp 65 /// Implicit casts (ex: void* -> char*) can turn Symbolic region into Element
67 /// When IncludeBaseRegions is set to true and the SubRegion is non-symbolic,
68 /// the first symbolic parent region is returned.
110 /// should continue to the base regions if the region is not symbolic.
119 /// getAsSymbolicExpression - If this Sval wraps a symbolic expression then
RegionStore.cpp 45 enum { Symbolic = 0x2 };
50 /// Create a key for a binding to region \p r, which has a symbolic offset
53 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
68 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
497 /// return symbolic
843 // region with a symbolic offset. Example:
867 // Case 3: The next key is symbolic and we just changed something within
874 // Case 4: The next key is symbolic, but we changed a known
    [all...]
SimpleConstraintManager.cpp 33 // We don't reason yet about bitwise-constraints on symbolic values.
39 // symbolic values.
139 // Handle symbolic expression.
  /external/chromium_org/net/base/
net_log.h 256 // Returns a C-String symbolic name for |event_type|.
259 // Returns a dictionary that maps event type symbolic names to their enum
263 // Returns a C-String symbolic name for |source_type|.
266 // Returns a dictionary that maps source type symbolic names to their enum
270 // Returns a C-String symbolic name for |event_phase|.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 374 // ******************* Symbolic links *******************
377 * Set the source node to be a symbolic link to the destination.
384 * Set the source node to be a symbolic link to the destination.
391 * Set this node to be a symbolic link to another node.
409 * Retrieve the symbolic link this node points to. Will return reference to self if not a symlink.
  /external/chromium_org/base/
file_util.h 65 // In posix environment and if |path| is a symbolic link, this deletes only
168 // Creates a symbolic link at |symlink| pointing to |target|. Returns
196 // bits in |mode|. If |path| is symbolic link, |mode| is the permission of
199 // Sets the permission of the given |path|. If |path| is symbolic link, sets
270 // Sets |real_path| to |path| with symbolic links and junctions expanded.
360 // * Are not symbolic links.
375 // "admin", are not writable by all users, and contain no symbolic links.
path_service.h 54 // fails for those. Note that MakeAbsoluteFilePath also expands symbolic
  /external/ceres-solver/internal/ceres/
suitesparse.cc 139 cholmod_print_common(const_cast<char*>("Symbolic Analysis"), &cc_);
175 cholmod_print_common(const_cast<char*>("Symbolic Analysis"), &cc_);
195 cholmod_print_common(const_cast<char*>("Symbolic Analysis"), &cc_);
schur_jacobi_preconditioner.h 78 // Initialize the symbolic structure of the preconditioner. bs is
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 56 /// \param[in] loc The symbolic memory location.
65 /// \param[in] loc The symbolic memory location.
131 /// - We don't know (base is a symbolic region and we don't have
  /build/core/
dex_preopt_libart_boot.mk 5 # The image "location" is a symbolic path that with multiarchitecture
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
  /external/bison/build-aux/
gnupload 48 --symlink create symbolic links
49 --rmsymlink remove symbolic links
58 --symlink-regex[=EXPR] use sed script EXPR to compute symbolic link names
90 3. Same as above, and also create symbolic links to foobar-latest.tar.*:

Completed in 1991 milliseconds

1 2 3 4 5 6 7 891011>>