Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d437 DWORD FlagsEx;
467 DWORD FlagsEx;
H A Dsetupapi.d1087 DWORD FlagsEx;
1101 DWORD FlagsEx;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp971 const Expr *FlagsEx = Call.getArgExpr(Call.getNumArgs() - 1); in performKernelMalloc() local
972 const SVal V = C.getSVal(FlagsEx); in performKernelMalloc()
981 .makeIntVal(KernelZeroFlagVal.getValue(), FlagsEx->getType()) in performKernelMalloc()
985 FlagsEx->getType()); in performKernelMalloc()