HomeSort by relevance Sort by last modified time
    Searched full:formatattr (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.cpp 74 return fastGetAttribute(SVGNames::formatAttr);
SVGFontFaceUriElement.cpp 57 AtomicString value(fastGetAttribute(formatAttr));
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 616 for (specific_attr_iterator<FormatAttr>
617 i = FDecl->specific_attr_begin<FormatAttr>(),
618 e = FDecl->specific_attr_end<FormatAttr>(); i != e ; ++i) {
620 const FormatAttr *Format = *i;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 264 XSLTAttributeDef formatAttr = new XSLTAttributeDef(null, "format",
266 formatAttr.setDefault("1");
397 formatAttr,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 680 /// Given a FunctionDecl's FormatAttr, attempts to populate the FomatStringInfo
681 /// parameter with the FormatAttr's correct format_idx and firstDataArg.
684 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember,
720 for (specific_attr_iterator<FormatAttr>
721 I = FDecl->specific_attr_begin<FormatAttr>(),
722 E = FDecl->specific_attr_end<FormatAttr>(); I != E ; ++I) {
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 108 class FormatAttr;
    [all...]

Completed in 650 milliseconds