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

  /external/clang/test/Sema/
thread-specifier.c 86 int non_const();
87 __thread int non_const_init = non_const();
  /external/chromium_org/ui/gfx/image/
image_skia.cc 113 ImageSkiaStorage* non_const = const_cast<ImageSkiaStorage*>(this); local
117 non_const->image_reps().end();
119 non_const->image_reps().end();
122 non_const->image_reps().begin();
149 non_const->image_reps().push_back(image);
156 non_const->image_reps().push_back(
  /art/runtime/verifier/
reg_type_cache.cc 281 RegType& non_const(const_cast<RegType&>(left));
282 types = (down_cast<UnresolvedMergedType*>(&non_const))->GetMergedTypes();
287 RegType& non_const(const_cast<RegType&>(right));
288 std::set<uint16_t> right_types = (down_cast<UnresolvedMergedType*>(&non_const))->GetMergedTypes();

Completed in 1203 milliseconds