Home
last modified time | relevance | path

Searched refs:Att (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp63 DWORD Att = GetFileAttributesA(Path.c_str()); in IsFile() local
65 if (Att == INVALID_FILE_ATTRIBUTES) { in IsFile()
71 return IsFile(Path, Att); in IsFile()
80 DWORD Att = GetFileAttributesA(Path.c_str()); in IsDirectory() local
82 if (Att == INVALID_FILE_ATTRIBUTES) { in IsDirectory()
88 return IsDir(Att); in IsDirectory()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp522 const OwnershipAttr *Att, ProgramStateRef State) const;
576 const OwnershipAttr *Att,
1668 const OwnershipAttr *Att, in MallocMemReturnsAttr() argument
1673 if (Att->getModule()->getName() != "malloc") in MallocMemReturnsAttr()
1676 if (!Att->args().empty()) { in MallocMemReturnsAttr()
1678 Call.getArgExpr(Att->args_begin()->getASTIndex()), in MallocMemReturnsAttr()
1828 const OwnershipAttr *Att, in FreeMemAttr() argument
1833 if (Att->getModule()->getName() != "malloc") in FreeMemAttr()
1838 for (const auto &Arg : Att->args()) { in FreeMemAttr()
1841 Att->getOwnKind() == OwnershipAttr::Holds, in FreeMemAttr()