OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFloatingType
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ConversionChecker.cpp
140
const bool isFloat = DestType->
isFloatingType
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
911
if (!CastTy->
isFloatingType
() || !SE || SE->getType()->
isFloatingType
()) {
952
if (!IsUnknownOriginalType || !CastTy->
isFloatingType
() ||
953
T->
isFloatingType
())
ExprEngineC.cpp
1057
} else if (Ex->getType()->
isFloatingType
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
596
PostOp = E->getValueType()->
isFloatingType
() ? llvm::Instruction::FAdd
602
Op = E->getValueType()->
isFloatingType
() ? llvm::AtomicRMWInst::FAdd
607
PostOp = E->getValueType()->
isFloatingType
() ? llvm::Instruction::FSub
613
Op = E->getValueType()->
isFloatingType
() ? llvm::AtomicRMWInst::FSub
897
ShouldCastToIntPtrTy = !MemTy->
isFloatingType
();
TargetInfo.cpp
978
} else if (Ty->
isFloatingType
()) {
4719
bool isInt = !Ty->
isFloatingType
();
4720
bool isF64 = Ty->
isFloatingType
() && getContext().getTypeSize(Ty) == 64;
10759
if (IsFixed && Ty->
isFloatingType
() && !Ty->isComplexType() &&
CGExprScalar.cpp
897
assert(SrcType->
isFloatingType
() && "not a conversion from floating point");
1423
OrigSrcType->
isFloatingType
())
CGExpr.cpp
2996
} else if (T->
isFloatingType
()) {
CGOpenMPRuntime.cpp
11416
if (QT->
isFloatingType
())
CGBuiltin.cpp
2876
if (!ArgType->isIntegralOrEnumerationType() && !ArgType->
isFloatingType
() &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
281
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isFloatingType
)
Type.h
1996
bool
isFloatingType
() const; // C99 6.2.5p11 (real floating + complex)
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
603
return CT->getElementType()->
isFloatingType
();
2094
bool Type::
isFloatingType
() const {
2099
return CT->getElementType()->
isFloatingType
();
2105
return VT->getElementType()->
isFloatingType
();
2107
return
isFloatingType
();
ExprCXX.cpp
932
if (ParamTy->
isFloatingType
())
ExprConstant.cpp
3001
} else if (EltTy->
isFloatingType
()) {
11120
if (ArgType->isIntegralOrEnumerationType() || ArgType->
isFloatingType
() ||
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
842
bool LitIsFloat = ArgTy->
isFloatingType
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1193
if (!LHSType->
isFloatingType
() || !RHSType->
isFloatingType
() ||
1197
assert(LHSType->
isFloatingType
() && RHSType->
isFloatingType
() &&
1440
if ((!IsCompAssign && LEnum && R->
isFloatingType
()) ||
1441
(REnum && L->
isFloatingType
())) {
7475
assert(DestElemTy->
isFloatingType
() ||
7482
if (DestElemTy->
isFloatingType
()) {
7762
if (S.getLangOpts().OpenCL && CondTy->
isFloatingType
()) {
12525
if (LHS.get()->getType()->
isFloatingType
() ||
[
all
...]
SemaCast.cpp
2679
|| SrcExpr.get()->getType()->
isFloatingType
())) {
2963
(SrcType->isIntegerType() || SrcType->
isFloatingType
())) {
SemaChecking.cpp
2390
!ValType->isBlockPointerType() && !ValType->
isFloatingType
()) {
5095
if (!ValType->
isFloatingType
())
5813
!ValType->isBlockPointerType() && !ValType->
isFloatingType
() &&
12492
TargetBT->
isFloatingType
() && !IsListInit) {
SemaInit.cpp
1771
if (elementType->
isFloatingType
())
4477
E->getType()->
isFloatingType
())) {
4494
ICS.Standard.Second = E->getType()->
isFloatingType
()
SemaExprCXX.cpp
4774
return T->
isFloatingType
();
4877
return T->
isFloatingType
() ||
SemaDeclAttr.cpp
2967
if (!ParmType->isExtVectorType() && !ParmType->
isFloatingType
() &&
4240
if (!OldElemTy->
isFloatingType
())
SemaDecl.cpp
12452
} else if (DclT->
isFloatingType
()) { // also permits complex, which is ok
SemaOpenMP.cpp
16620
!S.getLangOpts().CPlusPlus && Type->
isFloatingType
()) {
Completed in 215 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026