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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3429   llvm::Value *EmitLoadOfScalar(Address Addr, bool Volatile, QualType Ty,

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1526   return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
tools/clang/lib/CodeGen/CodeGenFunction.h
 3425     return EmitLoadOfScalar(Addr, Volatile, Ty, Loc, LValueBaseInfo(Source),