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

  /external/skia/src/sfnt/
SkIBMFamilyClass.h 29 Symbolic = 12,
124 enum class Symbolic : SK_OT_BYTE {
133 } symbolic; member in union:SkIBMFamilyClass::SubClass
  /external/skqp/src/sfnt/
SkIBMFamilyClass.h 29 Symbolic = 12,
124 enum class Symbolic : SK_OT_BYTE {
133 } 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; }
110 /// \brief If this is a symbolic region, returns the region. Otherwise,
111 /// goes up the base chain looking for the first symbolic base region.
705 /// map the concept of symbolic values into the domain of regions. Symbolic
995 // FIXME: Eventually support symbolic offsets.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 47 enum { Symbolic = 0x2 };
52 /// Create a key for a binding to region \p r, which has a symbolic offset
55 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
70 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
493 /// return symbolic
829 // region with a symbolic offset. Example:
853 // Case 3: The next key is symbolic and we just changed something within
860 // Case 4: The next key is symbolic, but we changed a known
    [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 205 milliseconds