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

  /external/chromium_org/v8/src/
heap-inl.h 622 // Calls the FUNCTION_CALL function and retries it up to three times
629 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY, OOM)\
632 MaybeObject* __maybe_object__ = FUNCTION_CALL; \
642 __maybe_object__ = FUNCTION_CALL; \
652 __maybe_object__ = FUNCTION_CALL; \
666 ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY) \
669 FUNCTION_CALL, \
674 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
676 FUNCTION_CALL, \
681 #define CALL_HEAP_FUNCTION_VOID(ISOLATE, FUNCTION_CALL) \
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 71 void function_call() { function in namespace:integral
cxx0x-initializer-aggregates.cpp 52 void function_call() { function in namespace:aggregate
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
cxx0x-initializer-constructor.cpp 107 C function_call() { function in namespace:objects
  /external/v8/src/
heap-inl.h 506 // Calls the FUNCTION_CALL function and retries it up to three times
513 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY)\
516 MaybeObject* __maybe_object__ = FUNCTION_CALL; \
526 __maybe_object__ = FUNCTION_CALL; \
536 __maybe_object__ = FUNCTION_CALL; \
548 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
550 FUNCTION_CALL, \
555 #define CALL_HEAP_FUNCTION_VOID(ISOLATE, FUNCTION_CALL) \
556 CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, return, return)
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.output 120 28 | function_call
127 33 function_call: function_call_or_method
762 function_call (238)
    [all...]
glsl_parser.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser.yy 203 %type <expression> function_call
419 | function_call
448 function_call:
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 203 %type <expression> function_call
419 | function_call
448 function_call:
    [all...]
  /external/chromium_org/tools/gn/
parser.cc 323 // function_call := identifier "(" list_contents ")"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang.y 149 %type <interm.intermTypedNode> function_call initializer condition conditionopt
264 | function_call {
392 function_call
    [all...]
glslang_tab.cpp 763 "function_call", "function_call_or_method", "function_call_generic",
    [all...]

Completed in 1348 milliseconds