Home
last modified time | relevance | path

Searched refs:CFGConstructor (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h156 class CFGConstructor : public CFGStmt {
158 explicit CFGConstructor(CXXConstructExpr *CE, const ConstructionContext *C) in CFGConstructor() function
171 CFGConstructor() = default;
1101 Elements.push_back(CFGConstructor(CE, CC), C); in appendConstructor()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp755 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
H A DExprEngineCXX.cpp492 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
H A DCallEvent.cpp509 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5507 if (Optional<CFGConstructor> CE = E.getAs<CFGConstructor>()) { in print_elem()