Searched defs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CFG.cpp | 2180 bool ExternallyDestructed) { in Visit() 2805 bool ExternallyDestructed) { in VisitCompoundStmt() 4790 AddStmtChoice asc, bool ExternallyDestructed) { in VisitExprWithCleanups() 4935 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, in VisitForTemporaryDtors() 5037 bool ExternallyDestructed, in VisitChildrenForTemporaryDtors() 5058 BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitBinaryOperatorForTemporaryDtors() 5097 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitCXXBindTemporaryExprForTemporaryDtors() 5149 AbstractConditionalOperator *E, bool ExternallyDestructed, in VisitConditionalOperatorForTemporaryDtors()
|