reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/ConstantEmitter.h
  130   llvm::Constant *tryEmitPrivate(const Expr *E, QualType T);

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1071       auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
 1098       auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType());
 1352   auto C = tryEmitPrivate(E, destType);
 1366   auto C = tryEmitPrivate(E, destType);
 1656   llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType);
 2079     llvm::Constant *LHS = tryEmitPrivate(LHSExpr, LHSExpr->getType());
 2080     llvm::Constant *RHS = tryEmitPrivate(RHSExpr, RHSExpr->getType());