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 379 bool mayInlineCXXMemberFunction(CXXInlineableMemberKind K);
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 73 AnalyzerOptions::mayInlineCXXMemberFunction(CXXInlineableMemberKind K) {
ExprEngineCallAndReturn.cpp 589 if (!Opts.mayInlineCXXMemberFunction(CIMK_MemberFunctions))
593 if (!Opts.mayInlineCXXMemberFunction(CIMK_Constructors))
625 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
637 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
    [all...]

Completed in 511 milliseconds