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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp98 const Expr *oflagsEx = CE->getArg(1); local
99 const SVal V = state->getSVal(oflagsEx, C.getLocationContext());
107 .makeIntVal(Val_O_CREAT.getValue(), oflagsEx->getType()).castAs<NonLoc>();
110 oflagsEx->getType());
135 report->addRange(oflagsEx->getSourceRange());

Completed in 42 milliseconds