Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp751 InvariantScope(AvailableInvariants), CallScope(AvailableCalls), in NodeScope()
760 CallHTType::ScopeTy CallScope; member in __anon472e9e410411::EarlyCSE::NodeScope
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6528 CallScopeRAII CallScope(Info); in HandleConstructorCall() local
6534 CallScope.destroy(); in HandleConstructorCall()
7872 CallScopeRAII CallScope(Info); in handleCallExpr() local
8019 return CallScope.destroy(); in handleCallExpr()
8021 return HandleOperatorDeleteCall(Info, E) && CallScope.destroy(); in handleCallExpr()
8057 CallScope.destroy(); in handleCallExpr()
8073 return CallScope.destroy(); in handleCallExpr()