Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp431 mutable Optional<uint64_t> KernelZeroFlagVal; member in __anon093a02e60411::MallocChecker
946 if (!KernelZeroFlagVal.hasValue()) { in performKernelMalloc()
948 KernelZeroFlagVal = 0x0100; in performKernelMalloc()
950 KernelZeroFlagVal = 0x0002; in performKernelMalloc()
952 KernelZeroFlagVal = 0x0008; in performKernelMalloc()
955 KernelZeroFlagVal = 0x8000; in performKernelMalloc()
981 .makeIntVal(KernelZeroFlagVal.getValue(), FlagsEx->getType()) in performKernelMalloc()