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

  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 205 enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy, CPointerTy,
211 ArgTypeResult(bool) : K(InvalidTy), Name(0) {}
221 bool isValid() const { return K != InvalidTy; }
526 enum Kind { UnknownTy, InvalidTy, CStrTy, WCStrTy, PtrToArgTypeResultTy };
539 static ScanfArgTypeResult Invalid() { return ScanfArgTypeResult(InvalidTy); }
541 bool isValid() const { return K != InvalidTy; }
  /external/clang/lib/Analysis/
FormatString.cpp 237 case InvalidTy:
366 case InvalidTy:
ScanfFormatString.cpp 458 case InvalidTy:
479 case InvalidTy:

Completed in 451 milliseconds