OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getComplexIntReal
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
337
setComplexInt(RHS.
getComplexIntReal
(), RHS.getComplexIntImag());
454
getComplexIntReal
().needsCleanup() &&
457
return
getComplexIntReal
().needsCleanup();
589
profileIntValue(ID,
getComplexIntReal
());
673
Out <<
getComplexIntReal
() << "+" << getComplexIntImag() << "i";
ExprConstant.cpp
1526
APSInt &
getComplexIntReal
() { return IntReal; }
1543
IntReal = v.
getComplexIntReal
();
2482
Result = Val.
getComplexIntReal
().getBoolValue() ||
3738
: O->
getComplexIntReal
(), ObjType);
4457
return found(Subobj.
getComplexIntReal
(),
12571
bool IsEqual = LHS.
getComplexIntReal
() == RHS.
getComplexIntReal
() &&
13296
return Success(C.
getComplexIntReal
(), E);
13321
return Success(LV.
getComplexIntReal
(), E);
14068
Result.
getComplexIntReal
() += RHS.getComplexIntReal()
[
all
...]
ItaniumMangle.cpp
5449
return !V.
getComplexIntReal
() && !V.getComplexIntImag();
5637
if (V.
getComplexIntReal
().getBoolValue() ||
5639
mangleIntegerLiteral(CT->getElementType(), V.
getComplexIntReal
());
TextNodeDumper.cpp
482
OS << Value.
getComplexIntReal
() << " + " << Value.getComplexIntImag()
MicrosoftMangle.cpp
1807
mangleNumber(V.
getComplexIntReal
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
445
APSInt &
getComplexIntReal
() {
449
const APSInt &
getComplexIntReal
() const {
450
return const_cast<APValue*>(this)->
getComplexIntReal
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
2052
Value.
getComplexIntReal
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
10842
IntRange R = GetValueRange(C, result.
getComplexIntReal
(), MaxWidth);
Completed in 100 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026