Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp260 mutable Optional<uint64_t> KernelZeroFlagVal; member in __anon98725bea0111::MallocChecker
755 if (!KernelZeroFlagVal.hasValue()) { in performKernelMalloc()
757 KernelZeroFlagVal = 0x0100; in performKernelMalloc()
759 KernelZeroFlagVal = 0x0002; in performKernelMalloc()
761 KernelZeroFlagVal = 0x0008; in performKernelMalloc()
764 KernelZeroFlagVal = 0x8000; in performKernelMalloc()
790 .makeIntVal(KernelZeroFlagVal.getValue(), FlagsEx->getType()) in performKernelMalloc()