Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2355 bool hasIntegerRepresentation() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11096 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11097 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11108 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11109 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
12004 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
12005 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13523 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13524 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13536 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
[all …]
H A DSemaOpenMP.cpp7058 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8813 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp7673 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4007 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
4025 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
10913 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()
10987 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
H A DType.cpp1922 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2708 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()