HomeSort by relevance Sort by last modified time
    Searched defs:Symbolic (Results 1 - 3 of 3) sorted by null

  /external/skia/src/sfnt/
SkIBMFamilyClass.h 30 ((Symbolic, 12))
153 struct Symbolic {
165 } symbolic; member in union:SkIBMFamilyClass::SubClass
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 57 static const int64_t Symbolic = INT64_MAX;
64 bool hasSymbolicOffset() const { return Offset == Symbolic; }
694 /// map the concept of symbolic values into the domain of regions. Symbolic
981 // FIXME: Eventually support symbolic offsets.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 43 enum { Symbolic = 0x2 };
48 /// Create a key for a binding to region \p r, which has a symbolic offset
51 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
66 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
461 /// return symbolic
779 // region with a symbolic offset. Example:
803 // Case 3: The next key is symbolic and we just changed something within
810 // Case 4: The next key is symbolic, but we changed a known
853 // If we're invalidating a region with a symbolic offset, we need to make sure
    [all...]

Completed in 98 milliseconds