Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2446 bool DoStore = false; in EmitParmDecl() local
2501 DoStore = true; in EmitParmDecl()
2504 llvm::Value *ArgVal = (DoStore ? Arg.getDirectValue() : nullptr); in EmitParmDecl()
2537 DoStore = false; in EmitParmDecl()
2556 DoStore = false; // The weak init is a store, no need to do two. in EmitParmDecl()
2566 if (DoStore) in EmitParmDecl()