Searched refs:do_stuff (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 189 constexpr int do_stuff(int k1, int k2) { in do_stuff() function 194 static_assert(do_stuff(1, 2) == 3, ""); 195 static_assert(do_stuff(0, 0) == 5, ""); 196 static_assert(do_stuff(1233, 1233) == 5, ""); 197 static_assert(do_stuff(1233, 0) == 1, ""); 198 …static_assert(do_stuff(1234, 0) == 1, ""); // expected-error {{constant expression}} expected-note… 199 …static_assert(do_stuff(1235, 0) == 1, ""); // expected-error {{constant expression}} expected-note… 200 …static_assert(do_stuff(-1, 0) == 1, ""); // expected-error {{constant expression}} expected-note {…
|
/external/autotest/client/common_lib/test_utils/ |
D | mock_demo.py | 53 def do_stuff(a, b, func): function 99 do_stuff(m1, m2, f)
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 8 do_stuff() 24 combiner.run(do_stuff) 29 than one do_stuff at once and they will run under a common `mu`. 38 * This means that `do_stuff` doesn't necessarily run to completion when `combiner.run` is invoked
|
/external/ply/ply/ |
D | CHANGES | 1048 bar: A { printf("seen an A = %d\n", $1); } B { do_stuff; } 1059 do_stuff
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 821 do_stuff(data);
|
/external/google-benchmark/ |
D | README.md | 828 do_stuff(data);
|
/external/python/cpython3/Doc/reference/ |
D | compound_stmts.rst | 749 do_stuff()
|