OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexVal
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
121
return CGF.EmitCoawaitExpr(*S).
getComplexVal
();
124
return CGF.EmitCoyieldExpr(*S).
getComplexVal
();
152
return CGF.EmitObjCMessageExpr(E).
getComplexVal
();
167
return CGF.getOrCreateOpaqueRValueMapping(E).
getComplexVal
();
171
return CGF.EmitPseudoObjectRValue(E).
getComplexVal
();
328
return CGF.EmitAtomicExpr(E).
getComplexVal
();
353
return CGF.EmitAtomicLoad(lvalue, loc).
getComplexVal
();
414
return CGF.EmitCallExpr(E).
getComplexVal
();
663
return Res.
getComplexVal
();
977
return Val.
getComplexVal
();
[
all
...]
CGValue.h
64
///
getComplexVal
- Return the real/imag components of this complex value.
66
std::pair<llvm::Value *, llvm::Value *>
getComplexVal
() const {
CGAtomic.cpp
1639
CGF.EmitStoreOfComplex(rvalue.
getComplexVal
(), TempLVal, /*init*/ true);
1814
CGF.EmitStoreOfComplex(NewRVal.
getComplexVal
(), DesiredLVal,
CGCleanup.cpp
51
CodeGenFunction::ComplexPairTy V = rv.
getComplexVal
();
CGExprAgg.cpp
1028
return RV.
getComplexVal
();
CGStmt.cpp
1157
EmitStoreOfComplex(RV.
getComplexVal
(), MakeAddrLValue(ReturnValue, Ty),
CGStmtOpenMP.cpp
5324
Val.
getComplexVal
(), SrcType, DestType, Loc);
5347
Val.
getComplexVal
().first, SrcElementType, DestElementType, Loc);
5349
Val.
getComplexVal
().second, SrcElementType, DestElementType, Loc);
CGCall.cpp
1103
ComplexPairTy CV = Arg.getKnownRValue().
getComplexVal
();
4252
CGF.EmitStoreOfComplex(RV.
getComplexVal
(), Dst, /*init=*/true);
CGObjCGNU.cpp
2765
std::pair<llvm::Value*,llvm::Value*> v = msgRet.
getComplexVal
();
CGObjCMac.cpp
1831
CodeGenFunction::ComplexPairTy callResult = result.
getComplexVal
();
Completed in 49 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026