Home
last modified time | relevance | path

Searched refs:hasIntegerRepresentation (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
DType.h1816 bool hasIntegerRepresentation() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
DType.h2207 bool hasIntegerRepresentation() const;
/external/clang/lib/Sema/
DSemaExpr.cpp8074 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
8075 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
8716 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()
8717 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
9530 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
9531 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
11379 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
DSemaOpenMP.cpp3846 CanonPVD->getType()->hasIntegerRepresentation()) in ActOnOpenMPDeclareSimdDirective()
4449 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations()
DSemaChecking.cpp3410 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10212 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10213 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
10941 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
10942 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
12314 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12315 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
14619 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
DSemaOpenMP.cpp5830 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
7454 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
DSemaChecking.cpp6105 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/external/clang/lib/AST/
DType.cpp1599 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp1889 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
DASTContext.cpp3820 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1748 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp2538 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()