HomeSort by relevance Sort by last modified time
    Searched refs:non_const (Results 1 - 2 of 2) 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 147 ImageSkiaStorage* non_const = const_cast<ImageSkiaStorage*>(this); local
150 non_const->image_reps().end();
152 non_const->image_reps().end();
155 non_const->image_reps().begin();
222 non_const->image_reps().push_back(image);
229 non_const->image_reps().push_back(ImageSkiaRep(SkBitmap(), scale));

Completed in 2300 milliseconds