Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp751 InvariantScope(AvailableInvariants), CallScope(AvailableCalls), in NodeScope()
760 CallHTType::ScopeTy CallScope; member in __anon2439b80b0411::EarlyCSE::NodeScope
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6589 CallScopeRAII CallScope(Info); in HandleConstructorCall() local
6595 CallScope.destroy(); in HandleConstructorCall()
7935 CallScopeRAII CallScope(Info); in handleCallExpr() local
8083 return CallScope.destroy(); in handleCallExpr()
8085 return HandleOperatorDeleteCall(Info, E) && CallScope.destroy(); in handleCallExpr()
8121 CallScope.destroy(); in handleCallExpr()
8137 return CallScope.destroy(); in handleCallExpr()