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

  /art/test/526-checker-caller-callee-regs/src/
Main.java 29 public static int $opt$noinline$function_call(int arg) {
81 int t2 = $opt$noinline$function_call(arg);
  /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-constructor.cpp 107 C function_call() { function in namespace:objects
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 265 #define expect_assert_failure(function_call) \
273 function_call ; \
275 print_error("Expected assert in %s\n", #function_call); \

Completed in 756 milliseconds