/external/v8/src/ |
H A D | interface.h | 80 *ok = !IsModule() && (IsConst() || !IsFrozen()); 112 bool IsConst() { return Chase()->flags_ & CONST; } function in class:v8::internal::Interface 123 this->IsConst() == that->IsConst());
|
H A D | interface.cc | 101 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 D | RegionInfo.h | 561 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 D | Mangle.h | 203 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
|
/external/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 49 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 D | ClangASTType.h | 141 IsConst() const;
|
/external/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3170 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 D | CGBuiltin.cpp | 1803 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 D | MicrosoftMangle.cpp | 118 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 D | ExprConstant.cpp | 8454 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 D | ClangASTType.cpp | 311 ClangASTType::IsConst() const function in class:ClangASTType
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 6561 bool IsConst = true; local 6565 IsConst = false; 6570 if (IsConst) {
|