OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isComplex
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
utility.d
43
enum
isComplex
(T) = is(T == d_cfloat) || is(T == d_cdouble) || is(T == d_creal);
typeinfo.d
10
import rt.util.utility : d_cfloat, d_cdouble, d_creal,
isComplex
;
40
if (
isComplex
!T)
85
if (
isComplex
!T)
277
(
isComplex
!T && T.re.mant_dig != 64))
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h
349
bool
isComplex
(const MachineInstr &MI) const;
HexagonInstrInfo.cpp
2043
bool HexagonInstrInfo::
isComplex
(const MachineInstr &MI) const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
53
bool
isComplex
() const { return V1.getInt() == Complex; }
CGCleanup.cpp
50
if (rv.
isComplex
()) {
CGAtomic.cpp
1813
assert(NewRVal.
isComplex
());
CGExprAgg.cpp
1018
bool
IsComplex
= ArgTy->isAnyComplexType();
1027
assert(RV.
isComplex
());
1035
K,
IsComplex
? ".r" : "");
1036
if (!
IsComplex
)
CGClass.cpp
2276
assert(!RV.
isComplex
() && "complex indirect params not supported");
CGCall.cpp
4251
else if (!HasLV && RV.
isComplex
())
CGStmtOpenMP.cpp
5342
assert(Val.
isComplex
() && "Must be a scalar or complex.");
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
249
!getExpression()->
isComplex
()) ||
DebugInfoMetadata.h
2740
bool
isComplex
() const;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
1246
if (!MI.isIndirectDebugValue() && !DIExpr->
isComplex
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
1186
bool DIExpression::
isComplex
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
2511
if (Expr && Expr->
isComplex
())
Completed in 77 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026