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

  /external/webkit/Source/WebCore/css/
ShadowValue.cpp 21 #include "ShadowValue.h"
29 ShadowValue::ShadowValue(PassRefPtr<CSSPrimitiveValue> _x,
44 String ShadowValue::cssText() const
ShadowValue.h 33 class ShadowValue : public CSSValue {
35 static PassRefPtr<ShadowValue> create(PassRefPtr<CSSPrimitiveValue> x,
42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color));
55 ShadowValue(PassRefPtr<CSSPrimitiveValue> x,
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 267 Value *ShadowValue, uint32_t TypeSize);
697 Value *ShadowValue,
709 LastAccessedByte, ShadowValue->getType(), false);
710 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
711 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue);
726 Value *ShadowValue = IRB.CreateLoad(
729 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal);
740 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize);
    [all...]

Completed in 132 milliseconds