Home
last modified time | relevance | path

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

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