Searched refs:oflagsEx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp230 const Expr *oflagsEx = CE->getArg(FlagsArgIndex); local
231 const SVal V = C.getSVal(oflagsEx);
239 .makeIntVal(Val_O_CREAT.getValue(), oflagsEx->getType()).castAs<NonLoc>();
242 oflagsEx->getType());
265 oflagsEx->getSourceRange());

Completed in 90 milliseconds