/external/webkit/Source/WebCore/svg/ |
D | SVGFEMergeNodeElement.h | 44 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEComponentTransferElement.h | 44 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFETileElement.h | 45 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEOffsetElement.h | 46 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEColorMatrixElement.h | 48 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEBlendElement.h | 47 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEGaussianBlurElement.h | 51 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFECompositeElement.h | 48 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEDisplacementMapElement.h | 49 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEMorphologyElement.h | 52 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFESpecularLightingElement.h | 53 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEDiffuseLightingElement.h | 54 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEConvolveMatrixElement.h | 57 DECLARE_ANIMATED_STRING(In1, in1)
|
D | SVGFEMergeNodeElement.cpp | 35 DEFINE_ANIMATED_STRING(SVGFEMergeNodeElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFETileElement.cpp | 35 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEComponentTransferElement.cpp | 38 DEFINE_ANIMATED_STRING(SVGFEComponentTransferElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEOffsetElement.cpp | 34 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEGaussianBlurElement.cpp | 35 DEFINE_ANIMATED_STRING(SVGFEGaussianBlurElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEBlendElement.cpp | 34 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEMorphologyElement.cpp | 34 DEFINE_ANIMATED_STRING(SVGFEMorphologyElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEColorMatrixElement.cpp | 34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEDisplacementMapElement.cpp | 33 DEFINE_ANIMATED_STRING(SVGFEDisplacementMapElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFECompositeElement.cpp | 34 DEFINE_ANIMATED_STRING(SVGFECompositeElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
D | SVGFEDiffuseLightingElement.cpp | 38 DEFINE_ANIMATED_STRING(SVGFEDiffuseLightingElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 45 ConstantInt *In1, ConstantInt *In2, in HasAddOverflow() argument 48 return Result->getValue().ult(In1->getValue()); in HasAddOverflow() 51 return Result->getValue().sgt(In1->getValue()); in HasAddOverflow() 52 return Result->getValue().slt(In1->getValue()); in HasAddOverflow() 57 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() argument 59 Result = ConstantExpr::getAdd(In1, In2); in AddWithOverflow() 61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() 63 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i); in AddWithOverflow() 65 ExtractElement(In1, Idx), in AddWithOverflow() 74 cast<ConstantInt>(In1), cast<ConstantInt>(In2), in AddWithOverflow() [all …]
|