OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFloatingRepresentation
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp
230
if ((DeclRef1->getType()->
hasFloatingRepresentation
()) &&
231
(DeclRef2->getType()->
hasFloatingRepresentation
())) {
244
} else if (LHS->getType()->
hasFloatingRepresentation
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
307
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
hasFloatingRepresentation
)
Type.h
2227
bool
hasFloatingRepresentation
() const;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp
986
if (ArgTy->
hasFloatingRepresentation
())
TargetInfo.cpp
7986
(RetTy->isVectorType() && !RetTy->
hasFloatingRepresentation
())) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
11337
if (LHSType->
hasFloatingRepresentation
() ||
11563
if (OtherTy->
hasFloatingRepresentation
()) {
11638
if (Type->
hasFloatingRepresentation
() && BinaryOperator::isEqualityOp(Opc))
12195
LHSType->
hasFloatingRepresentation
()) {
12196
assert(RHS.get()->getType()->
hasFloatingRepresentation
());
12333
!getLangOpts().OpenCLCPlusPlus && vType->
hasFloatingRepresentation
())
12443
if (LHS.get()->getType()->
hasFloatingRepresentation
() ||
12444
RHS.get()->getType()->
hasFloatingRepresentation
())
SemaDeclAttr.cpp
3707
if (FirstType->
hasFloatingRepresentation
() || FirstType->isVectorType()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3878
(EltTy->
hasFloatingRepresentation
() && !EltTy->isBFloat16Type() && \
3880
(EltTy->
hasFloatingRepresentation
() && EltTy->isBFloat16Type() && \
3896
(EltTy->
hasFloatingRepresentation
() && IsFP)) && \
Type.cpp
2103
bool Type::
hasFloatingRepresentation
() const {
Completed in 91 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026