Home
last modified time | relevance | path

Searched refs:function_call (Results 1 – 12 of 12) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h265 #define expect_assert_failure(function_call) \ argument
273 function_call ; \
275 print_error("Expected assert in %s\n", #function_call); \
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
Dcxx0x-initializer-stdinitializerlist.cpp64 void function_call() { in function_call() function
Dcxx0x-initializer-constructor.cpp107 C function_call() { in function_call() function
/external/python/cpython2/Objects/
Dfuncobject.c485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function
559 function_call, /* tp_call */
/external/python/cpython3/Objects/
Dfuncobject.c571 function_call(PyObject *func, PyObject *args, PyObject *kwargs) in function_call() function
607 function_call, /* tp_call */
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt107 function_call.* tests measure the time taken by the corresponding command or the series of
111 modify_after_use.* tests are similar to the function_call.* test but they target a buffer
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y194 %type <interm.intermTypedNode> function_call initializer condition conditionopt
284 | function_call {
306 function_call
/external/ltp/doc/
Dstyle-guide.txt214 if ((this_is_a_poorly_formed_really_long_variable = function_call()) == NULL &&
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy244 %type <expression> function_call
482 | function_call
511 function_call:
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y255 %type <interm.intermTypedNode> function_call initializer initializer_list condition conditionopt
363 | function_call {
388 function_call