Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3692 bool NeedsOp = !Toplevel && VD->isLocalVarDecl() && VD->isStaticLocal(); in visitVarDecl() local
3693 return !NeedsOp || this->emitCheckDecl(VD, VD); in visitVarDecl()