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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
NoSanitizeList.h 41 bool containsFunction(SanitizerMask Mask, StringRef FunctionName) const;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
NoSanitizeList.cpp 40 bool NoSanitizeList::containsFunction(SanitizerMask Mask,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2572 if (NoSanitizeL.containsFunction(Kind, Fn->getName()))

Completed in 22 milliseconds