OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexFloatReal
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
341
setComplexFloat(RHS.
getComplexFloatReal
(), RHS.getComplexFloatImag());
448
getComplexFloatReal
().needsCleanup() &&
451
return
getComplexFloatReal
().needsCleanup();
584
profileIntValue(ID,
getComplexFloatReal
().bitcastToAPInt());
676
Out << GetApproxValue(
getComplexFloatReal
()) << "+"
ExprConstant.cpp
1521
APFloat &
getComplexFloatReal
() { return FloatReal; }
1539
FloatReal = v.
getComplexFloatReal
();
2486
Result = !Val.
getComplexFloatReal
().isZero() ||
3742
: O->
getComplexFloatReal
(), ObjType);
4461
return found(Subobj.
getComplexFloatReal
(),
12564
LHS.
getComplexFloatReal
().compare(RHS.
getComplexFloatReal
());
13786
Result = V.
getComplexFloatReal
();
14060
Result.
getComplexFloatReal
().add(RHS.
getComplexFloatReal
(),
[
all
...]
ItaniumMangle.cpp
5445
return V.
getComplexFloatReal
().isPosZero() &&
5623
if (!V.
getComplexFloatReal
().isPosZero() ||
5625
mangleFloatLiteral(CT->getElementType(), V.
getComplexFloatReal
());
TextNodeDumper.cpp
490
OS << GetApproxValue(Value.
getComplexFloatReal
()) << " + "
MicrosoftMangle.cpp
1816
mangleFloat(V.
getComplexFloatReal
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
461
APFloat &
getComplexFloatReal
() {
465
const APFloat &
getComplexFloatReal
() const {
466
return const_cast<APValue*>(this)->
getComplexFloatReal
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
2075
Value.
getComplexFloatReal
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
11160
return (IsSameFloatAfterCast(value.
getComplexFloatReal
(), Src, Tgt) &&
Completed in 97 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026