Home
last modified time | relevance | path

Searched refs:CallScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp620 InvariantScope(AvailableInvariants), CallScope(AvailableCalls) {} in NodeScope()
628 CallHTType::ScopeTy CallScope; member in __anon0a18f2bf0311::EarlyCSE::NodeScope
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6348 CallScopeRAII CallScope(Info); in HandleConstructorCall() local
6354 CallScope.destroy(); in HandleConstructorCall()
7530 CallScopeRAII CallScope(Info); in handleCallExpr() local
7655 return CallScope.destroy(); in handleCallExpr()
7657 return HandleOperatorDeleteCall(Info, E) && CallScope.destroy(); in handleCallExpr()
7693 CallScope.destroy(); in handleCallExpr()
7709 return CallScope.destroy(); in handleCallExpr()