HomeSort by relevance Sort by last modified time
    Searched refs:CE_Function (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 34 CE_Function,
36 CE_BEG_SIMPLE_CALLS = CE_Function,
45 CE_BEG_FUNCTION_CALLS = CE_Function,
429 virtual Kind getKind() const { return CE_Function; }
432 return CA->getKind() == CE_Function;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 362 case CE_Function:
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 207 milliseconds