HomeSort by relevance Sort by last modified time
    Searched full:do_stuff (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gyp/test/win/vs-macros/
input-output-macros.gyp 17 'do_stuff.py',
23 'do_stuff.py',
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 191 constexpr int do_stuff(int k1, int k2) { function in namespace:array_resize
196 static_assert(do_stuff(1, 2) == 3, "");
197 static_assert(do_stuff(0, 0) == 5, "");
198 static_assert(do_stuff(1233, 1233) == 5, "");
199 static_assert(do_stuff(1233, 0) == 1, "");
200 static_assert(do_stuff(1234, 0) == 1, ""); // expected-error {{constant expression}} expected-note {{in call}}
201 static_assert(do_stuff(1235, 0) == 1, ""); // expected-error {{constant expression}} expected-note {{in call}}
202 static_assert(do_stuff(-1, 0) == 1, ""); // expected-error {{constant expression}} expected-note {{in call}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 4081 milliseconds