Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp799 Optional<bool> AreSafeFunctionsWanted; in check() local
802 while (It != PP->macro_end() && !AreSafeFunctionsWanted.hasValue()) { in check()
812 AreSafeFunctionsWanted = IntValue.getZExtValue(); in check()
820 if (AreSafeFunctionsWanted.hasValue()) in check()
821 UseSafeFunctions = AreSafeFunctionsWanted.getValue(); in check()