Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
DType.h1792 bool hasIntegerRepresentation() const;
/external/clang/lib/Sema/
DSemaExpr.cpp7638 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
7639 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
8280 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()
8281 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
9093 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
9094 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
10847 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
DSemaOpenMP.cpp3249 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations()
DSemaChecking.cpp2679 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/external/clang/lib/AST/
DType.cpp1593 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1765 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()