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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp103 const Expr *oflagsEx = CE->getArg(1); local
104 const SVal V = state->getSVal(oflagsEx, C.getLocationContext());
112 .makeIntVal(Val_O_CREAT.getValue(), oflagsEx->getType()).castAs<NonLoc>();
115 oflagsEx->getType());
140 report->addRange(oflagsEx->getSourceRange());

Completed in 43 milliseconds