Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2227 return EmittedCompoundLiterals.lookup(E); in getAddrOfConstantCompoundLiteralIfEmitted()
2232 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; in setAddrOfConstantCompoundLiteral()
H A DCodeGenModule.h559 EmittedCompoundLiterals; variable