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

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 370 bool mayInlineCXXMemberFunction(CXXInlineableMemberKind K);
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 73 AnalyzerOptions::mayInlineCXXMemberFunction(CXXInlineableMemberKind K) {
ExprEngineCallAndReturn.cpp 601 if (!Opts.mayInlineCXXMemberFunction(CIMK_MemberFunctions))
605 if (!Opts.mayInlineCXXMemberFunction(CIMK_Constructors))
637 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
649 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
    [all...]

Completed in 238 milliseconds