OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexFloatImag
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
341
setComplexFloat(RHS.getComplexFloatReal(), RHS.
getComplexFloatImag
());
447
assert(
getComplexFloatImag
().needsCleanup() ==
585
profileIntValue(ID,
getComplexFloatImag
().bitcastToAPInt());
677
<< GetApproxValue(
getComplexFloatImag
()) << "i";
ExprConstant.cpp
1522
APFloat &
getComplexFloatImag
() { return FloatImag; }
1540
FloatImag = v.
getComplexFloatImag
();
2487
!Val.
getComplexFloatImag
().isZero();
3741
return handler.found(Index ? O->
getComplexFloatImag
()
12566
LHS.
getComplexFloatImag
().compare(RHS.
getComplexFloatImag
());
14063
Result.
getComplexFloatImag
() = RHS.
getComplexFloatImag
();
14065
Result.
getComplexFloatImag
().add(RHS.
getComplexFloatImag
(),
[
all
...]
ItaniumMangle.cpp
5446
V.
getComplexFloatImag
().isPosZero();
5624
!V.
getComplexFloatImag
().isPosZero())
5626
if (!V.
getComplexFloatImag
().isPosZero())
5627
mangleFloatLiteral(CT->getElementType(), V.
getComplexFloatImag
());
TextNodeDumper.cpp
491
<< GetApproxValue(Value.
getComplexFloatImag
()) << 'i';
MicrosoftMangle.cpp
1817
mangleFloat(V.
getComplexFloatImag
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
469
APFloat &
getComplexFloatImag
() {
473
const APFloat &
getComplexFloatImag
() const {
474
return const_cast<APValue*>(this)->
getComplexFloatImag
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
2077
Value.
getComplexFloatImag
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
11161
IsSameFloatAfterCast(value.
getComplexFloatImag
(), Src, Tgt));
Completed in 41 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026