Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h1677 bool hasIntegerRepresentation() const;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7105 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
7106 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
7649 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()
7650 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
8463 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
8464 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
10040 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
H A DSemaChecking.cpp2179 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp614 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1729 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()