Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2204 return EmittedCompoundLiterals.lookup(E); in getAddrOfConstantCompoundLiteralIfEmitted()
2209 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; in setAddrOfConstantCompoundLiteral()
H A DCodeGenModule.h543 EmittedCompoundLiterals; variable