Home
last modified time | relevance | path

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

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