Home
last modified time | relevance | path

Searched +defs:C +defs:SF +defs:S +defs:D (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dscope-check.cpp17 struct D { ~D(); }; struct
31 struct C { C(); }; struct
43 struct C { C(); }; struct
58 struct C { C(); }; struct
74 struct C { C(); }; struct
75 struct D { ~D(); }; struct
92 struct C { C(); }; struct
93 struct D { ~D(); }; struct
113 struct C { C(); }; struct
140 struct C { C(); }; struct
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp75 const Stmt *S = nullptr; in getLastStmt() local
77 const StackFrameContext *SF = in getLastStmt() local
359 void ExprEngine::examineStackFrames(const Decl *D, const LocationContext *LCtx, in examineStackFrames()
542 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue() local
789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall()
913 const Decl *D = RD.getDecl(); in defaultEvalCall() local
942 const CallEvent &Call, const Decl *D, in BifurcateCall()