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

  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 238 enum HowSpecified { NotSpecified, Constant, Arg, Invalid };
240 OptionalAmount(HowSpecified howSpecified,
245 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
256 HowSpecified getHowSpecified() const { return hs; }
257 void setHowSpecified(HowSpecified h) { hs = h; }
297 HowSpecified hs;

Completed in 895 milliseconds