Home
last modified time | relevance | path

Searched refs:maybeDiagnoseDanglingAllocations (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp89 bool InterpState::maybeDiagnoseDanglingAllocations() { in maybeDiagnoseDanglingAllocations() function in InterpState
H A DInterpState.h111 bool maybeDiagnoseDanglingAllocations();
H A DEvalEmitter.cpp137 return S.maybeDiagnoseDanglingAllocations(); in checkReturnState()