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

  /external/chromium_org/third_party/skia/src/sfnt/
SkIBMFamilyClass.h 30 ((Symbolic, 12))
153 struct Symbolic {
165 } symbolic; member in union:SkIBMFamilyClass::SubClass
  /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 55 static const int64_t Symbolic = INT64_MAX;
62 bool hasSymbolicOffset() const { return Offset == Symbolic; }
146 /// \brief If this is a symbolic region, returns the region. Otherwise,
147 /// goes up the base chain looking for the first symbolic base region.
709 /// map the concept of symbolic values into the domain of regions. Symbolic
999 // FIXME: Eventually support symbolic offsets.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 190 milliseconds