HomeSort by: relevance | last modified time | path
    Searched refs:AnyCXXConstructorCall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 846 class AnyCXXConstructorCall : public AnyFunctionCall {
848 AnyCXXConstructorCall(const Expr *E, const MemRegion *Target,
875 class CXXConstructorCall : public AnyCXXConstructorCall {
888 : AnyCXXConstructorCall(CE, Target, St, LCtx) {}
937 class CXXInheritedConstructorCall : public AnyCXXConstructorCall {
944 : AnyCXXConstructorCall(CE, Target, St, LCtx) {}
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 887 SVal AnyCXXConstructorCall::getCXXThisVal() const {
893 void AnyCXXConstructorCall::getExtraInvalidatedValues(ValueList &Values,
902 void AnyCXXConstructorCall::getInitialStackFrameContents(

Completed in 32 milliseconds