|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 3927 ComplexPairTy EmitLoadOfComplex(LValue src, SourceLocation loc);
References
tools/clang/lib/CodeGen/CGCall.cpp 2841 EmitLoadOfComplex(MakeAddrLValue(ReturnValue, RetTy), EndLoc);
tools/clang/lib/CodeGen/CGExpr.cpp 990 ComplexPairTy InVal = EmitLoadOfComplex(LV, E->getExprLoc());
4491 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc));
4988 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc));
tools/clang/lib/CodeGen/CGObjC.cpp 1150 ComplexPairTy pair = EmitLoadOfComplex(LV, SourceLocation());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 841 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation()));
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 3093 CodeGenFunction::ComplexPairTy Elem = CGF.EmitLoadOfComplex(
3699 CodeGenFunction::ComplexPairTy V = CGF.EmitLoadOfComplex(
3899 CodeGenFunction::ComplexPairTy V = CGF.EmitLoadOfComplex(GlobLVal, Loc);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 4198 CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV, Loc), destLV,