Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
DType.h1655 bool hasIntegerRepresentation() const;
/external/clang/lib/Sema/
DSemaExpr.cpp6993 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
6994 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
7524 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()
7525 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
8331 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
8332 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
9856 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
DSemaChecking.cpp1843 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/external/clang/lib/AST/
DType.cpp610 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1674 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()