Searched refs:IsConst (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dinterface.h80 *ok = !IsModule() && (IsConst() || !IsFrozen());
112 bool IsConst() { return Chase()->flags_ & CONST; } function in class:v8::internal::Interface
123 this->IsConst() == that->IsConst());
H A Dinterface.cc101 if (*ok && this->IsConst()) that->MakeConst(ok);
106 if (*ok && that->IsConst()) this->MakeConst(ok);
190 } else if (IsConst()) {
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h561 template <bool IsConst>
564 typename std::conditional<IsConst, const BlockT, BlockT>::type *> {
566 typename std::conditional<IsConst, const BlockT, BlockT>::type *> super;
569 typedef block_iterator_wrapper<IsConst> Self;
/external/clang/include/clang/AST/
H A DMangle.h203 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
/external/llvm/include/llvm/ADT/
H A DDenseMap.h49 typename Bucket = detail::DenseMapPair<KeyT, ValueT>, bool IsConst = false>
996 bool IsConst>
1004 typedef typename std::conditional<IsConst, const Bucket, Bucket>::type
1025 typename = typename std::enable_if<!IsConstSrc && IsConst>::type>
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h141 IsConst() const;
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3170 bool &IsConst, bool &IsVolatile) {
3178 IsConst = false;
3182 IsConst = PointeeType.isConstQualified();
3206 bool IsConst, IsVolatile; local
3207 Type = decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile);
3212 if (IsConst)
3647 bool IsConst, IsVolatile; local
3648 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile);
3664 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, NumEntries,
3677 if (IsConst)
3169 decomposeTypeForEH(ASTContext &Context, QualType T, bool &IsConst, bool &IsVolatile) argument
[all...]
H A DCGBuiltin.cpp1803 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result,getContext()); local
1804 assert(IsConst && "Constant arg isn't actually constant?");
1805 (void)IsConst;
5910 bool IsConst = E->getArg(i)->isIntegerConstantExpr(Result, getContext()); local
5911 assert(IsConst && "Constant arg isn't actually constant?"); (void)IsConst;
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp118 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
2361 bool IsConst,
2367 if (IsConst)
2360 mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, uint32_t NumEntries, raw_ostream &Out) argument
H A DExprConstant.cpp8454 const ASTContext &Ctx, bool &IsConst) {
8460 IsConst = true;
8467 IsConst = false;
8476 IsConst = false;
8489 bool IsConst; local
8490 if (FastEvaluateAsRValue(this, Result, Ctx, IsConst))
8491 return IsConst;
8590 bool IsConst; local
8592 if (!FastEvaluateAsRValue(this, EvalResult, Ctx, IsConst)) {
8453 FastEvaluateAsRValue(const Expr *Exp, Expr::EvalResult &Result, const ASTContext &Ctx, bool &IsConst) argument
/external/lldb/source/Symbol/
H A DClangASTType.cpp311 ClangASTType::IsConst() const function in class:ClangASTType
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6561 bool IsConst = true; local
6565 IsConst = false;
6570 if (IsConst) {

Completed in 345 milliseconds