Searched defs:EmitBitCastOfLValueToProperType (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1827 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, function 1838 V = EmitBitCastOfLValueToProperType(CGF, V, RealVarTy); 1853 V = EmitBitCastOfLValueToProperType(CGF, V, RealVarTy); 2747 addr = EmitBitCastOfLValueToProperType(*this, addr, 2799 V = EmitBitCastOfLValueToProperType(*this, V, llvmType, Field->getName());
|
Completed in 43 milliseconds