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

  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 53 void function_call() { function in namespace:aggregate
cxx0x-initializer-scalars.cpp 71 void function_call() { function in namespace:integral
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
cxx0x-initializer-constructor.cpp 108 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/mesa3d/src/glsl/
glsl_parser.ypp 185 %type <expression> function_call
333 | function_call
362 function_call:
    [all...]
glsl_parser.cpp     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.y 123 %type <interm.intermTypedNode> function_call initializer condition conditionopt
296 | function_call {
438 function_call
    [all...]
glslang_tab.cpp 778 "function_call", "function_call_or_method", "function_call_generic",
    [all...]

Completed in 447 milliseconds