Searched defs:IsConst (Results 1 - 6 of 6) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h25 struct IsConst : FalseType {}; struct in namespace:mojo::internal
27 struct IsConst<const T> : TrueType {}; struct in namespace:mojo::internal
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp155 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
2658 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, argument
2666 if (IsConst)
H A DExprConstant.cpp9116 const ASTContext &Ctx, bool &IsConst) {
9122 IsConst = true;
9129 IsConst = false;
9138 IsConst = false;
9151 bool IsConst; local
9152 if (FastEvaluateAsRValue(this, Result, Ctx, IsConst))
9153 return IsConst;
9275 bool IsConst; local
9277 if (!FastEvaluateAsRValue(this, EvalResult, Ctx, IsConst)) {
9115 FastEvaluateAsRValue(const Expr *Exp, Expr::EvalResult &Result, const ASTContext &Ctx, bool &IsConst) argument
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2431 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result,getContext()); local
2432 assert(IsConst && "Constant arg isn't actually constant?");
2433 (void)IsConst;
4344 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); local
4345 assert(IsConst && "Constant arg isn't actually constant?"); (void)IsConst;
5035 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); local
5036 assert(IsConst && "Constant arg isn't actually constant?");
5037 (void)IsConst;
6723 bool IsConst local
[all...]
H A DMicrosoftCXXABI.cpp3642 bool &IsConst, bool &IsVolatile,
3651 IsConst = false;
3656 IsConst = PointeeType.isConstQualified();
3681 bool IsConst, IsVolatile, IsUnaligned; local
3683 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3688 if (IsConst)
4104 bool IsConst, IsVolatile, IsUnaligned; local
4105 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4134 if (IsConst)
3641 decomposeTypeForEH(ASTContext &Context, QualType T, bool &IsConst, bool &IsVolatile, bool &IsUnaligned) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7106 bool IsConst = true; local
7110 IsConst = false;
7115 if (IsConst) {

Completed in 250 milliseconds