HomeSort by relevance Sort by last modified time
    Searched refs:IsConst (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/src/
interface.h 101 *ok = !IsModule() && (IsConst() || !IsFrozen());
133 bool IsConst() { return Chase()->flags_ & CONST; }
144 this->IsConst() == that->IsConst());
interface.cc 129 if (*ok && this->IsConst()) that->MakeConst(ok);
134 if (*ok && that->IsConst()) this->MakeConst(ok);
218 } else if (IsConst()) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 137 bool IsConst = false) = 0;
ExprEngine.h 479 /// \param[in] IsConst Specifies that the pointer is const.
486 bool IsConst);
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 496 template <bool IsConst>
498 : public df_iterator<typename conditional<IsConst,
501 typedef df_iterator<typename conditional<IsConst,
506 typedef block_iterator_wrapper<IsConst> Self;
  /art/compiler/dex/
mir_graph.h 447 bool IsConst(int32_t s_reg) const {
451 bool IsConst(RegLocation loc) const {
452 return (IsConst(loc.orig_sreg));
456 DCHECK(IsConst(loc));
461 DCHECK(IsConst(s_reg));
466 DCHECK(IsConst(loc));
mir_optimization.cc 386 if (IsConst(if_true->ssa_rep->uses[0]) &&
387 IsConst(if_false->ssa_rep->uses[0])) {
    [all...]
mir_graph.cc     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 328 bool IsConst) {
329 if (!IsConst)
354 bool IsConst) {
355 if (IsConst)
CheckerManager.h 369 /// \param IsConst Specifies if the pointer is const.
376 bool IsConst = false);
468 bool IsConst)>
  /external/llvm/include/llvm/ADT/
DenseMap.h 36 bool IsConst = false>
985 typename KeyInfoT, bool IsConst>
993 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type;
1007 // If IsConst is true this is a converting constructor from iterator to
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 493 bool IsConst) {
503 State = PointerEscapeCheckers[i](State, Escaped, Call, Kind, IsConst);
RegionStore.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 4817 milliseconds