OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSignedIntegerRepresentation
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
305
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
hasSignedIntegerRepresentation
)
Type.h
2219
bool
hasSignedIntegerRepresentation
() const;
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h
185
if (Ty->
hasSignedIntegerRepresentation
())
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp
456
if (PromoArg->
hasSignedIntegerRepresentation
() &&
ASTContext.cpp
3877
EltTy->
hasSignedIntegerRepresentation
() == IsSigned) || \
3895
EltTy->
hasSignedIntegerRepresentation
() == IsSigned) || \
10102
assert((T->
hasSignedIntegerRepresentation
() || T->isSignedFixedPointType()) &&
Type.cpp
2040
bool Type::
hasSignedIntegerRepresentation
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2594
const bool IVSigned = IVExpr->getType()->
hasSignedIntegerRepresentation
();
2768
const bool IVSigned = IVExpr->getType()->
hasSignedIntegerRepresentation
();
2824
const bool IVSigned = IVExpr->getType()->
hasSignedIntegerRepresentation
();
3156
const bool IVSigned = IVExpr->getType()->
hasSignedIntegerRepresentation
();
5135
const bool IVSigned = IVExpr->getType()->
hasSignedIntegerRepresentation
();
5487
RMWOp = X.getType()->
hasSignedIntegerRepresentation
()
5494
RMWOp = X.getType()->
hasSignedIntegerRepresentation
()
5535
X.getType()->
hasSignedIntegerRepresentation
());
CGExpr.cpp
3938
LowerBound->getType()->
hasSignedIntegerRepresentation
());
3972
LowerBound->getType()->
hasSignedIntegerRepresentation
())
3978
Length->getType()->
hasSignedIntegerRepresentation
())
4008
Length->getType()->
hasSignedIntegerRepresentation
());
CGExprScalar.cpp
109
LHSCI, RHSCI, Opcode, Ty->
hasSignedIntegerRepresentation
(), Result);
3156
Ops.Ty->
hasSignedIntegerRepresentation
() &&
3854
Ops.Ty->
hasSignedIntegerRepresentation
() &&
4100
} else if (LHSTy->
hasSignedIntegerRepresentation
()) {
CGExprAgg.cpp
991
ArgTy->
hasSignedIntegerRepresentation
() ? InstInfo.SCmp : InstInfo.UCmp;
CGOpenMPRuntimeGPU.cpp
2276
CastTy->
hasSignedIntegerRepresentation
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1249
bool LHSSigned = LHSType->
hasSignedIntegerRepresentation
();
1250
bool RHSSigned = RHSType->
hasSignedIntegerRepresentation
();
8916
else if (lhptee->
hasSignedIntegerRepresentation
())
8921
else if (rhptee->
hasSignedIntegerRepresentation
())
9807
bool IntSigned = IntTy->
hasSignedIntegerRepresentation
();
9808
bool OtherIntSigned = OtherIntTy->
hasSignedIntegerRepresentation
();
9853
Float.convertFromAPInt(Result, IntTy->
hasSignedIntegerRepresentation
(),
9856
!IntTy->
hasSignedIntegerRepresentation
());
SemaOpenMP.cpp
7391
bool IsUnsigned = !NewStep->getType()->
hasSignedIntegerRepresentation
();
7920
if ((LowerSize <= UpperSize && UpperTy->
hasSignedIntegerRepresentation
()) ||
7921
(LowerSize > UpperSize && LowerTy->
hasSignedIntegerRepresentation
())) {
8196
bool IsSigned = UseVarType ? VarType->
hasSignedIntegerRepresentation
()
8197
: Type->
hasSignedIntegerRepresentation
();
8215
NewSize, Type->
hasSignedIntegerRepresentation
() ||
9067
LastIteration32.get()->getType()->
hasSignedIntegerRepresentation
(),
16752
bool IsSigned = Type->
hasSignedIntegerRepresentation
();
Completed in 1407 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026