Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2606 bool DoStore = false; in EmitParmDecl() local
2675 DoStore = true; in EmitParmDecl()
2678 llvm::Value *ArgVal = (DoStore ? Arg.getDirectValue() : nullptr); in EmitParmDecl()
2711 DoStore = false; in EmitParmDecl()
2730 DoStore = false; // The weak init is a store, no need to do two. in EmitParmDecl()
2740 if (DoStore) in EmitParmDecl()