Searched refs:Att (Results 1 – 2 of 2) sorted by relevance
63 DWORD Att = GetFileAttributesA(Path.c_str()); in IsFile() local65 if (Att == INVALID_FILE_ATTRIBUTES) { in IsFile()71 return IsFile(Path, Att); in IsFile()80 DWORD Att = GetFileAttributesA(Path.c_str()); in IsDirectory() local82 if (Att == INVALID_FILE_ATTRIBUTES) { in IsDirectory()88 return IsDir(Att); in IsDirectory()
614 const OwnershipAttr *Att, ProgramStateRef State) const;679 const OwnershipAttr *Att,1864 const OwnershipAttr *Att, in MallocMemReturnsAttr() argument1869 auto attrClassName = Att->getModule()->getName(); in MallocMemReturnsAttr()1872 if (!Att->args().empty()) { in MallocMemReturnsAttr()1874 Call.getArgExpr(Att->args_begin()->getASTIndex()), in MallocMemReturnsAttr()2028 const OwnershipAttr *Att, in FreeMemAttr() argument2033 auto attrClassName = Att->getModule()->getName(); in FreeMemAttr()2038 for (const auto &Arg : Att->args()) { in FreeMemAttr()2041 Att->getOwnKind() == OwnershipAttr::Holds, in FreeMemAttr()