HomeSort by: relevance | last modified time | path
    Searched refs:Att (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOWindows.cpp 64 DWORD Att = GetFileAttributesA(Path.c_str());
66 if (Att == INVALID_FILE_ATTRIBUTES) {
72 return IsFile(Path, Att);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 474 /// \param [in] Att The ownership_returns attribute.
479 const OwnershipAttr *Att,
533 /// \param [in] Att The ownership_takes or ownership_holds attribute.
538 const OwnershipAttr *Att,
1486 const OwnershipAttr *Att,
1491 if (Att->getModule()->getName() != "malloc")
1494 OwnershipAttr::args_iterator I = Att->args_begin(), E = Att->args_end();
1573 const OwnershipAttr *Att,
1578 if (Att->getModule()->getName() != "malloc"
    [all...]

Completed in 59 milliseconds