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

  /external/bcc/tests/python/
dummy.cc 5 static __attribute__((noinline)) int some_function(int x, int y) { function in namespace:some_namespace
12 printf("%p\n", &some_namespace::some_function);
14 printf("result = %d\n", some_namespace::some_function(42, 11));
  /external/clang/test/Sema/
unused-expr.c 110 void *some_function(void);
112 (void*) some_function(); //expected-warning {{expression result unused; should this cast be to 'void'?}}

Completed in 1046 milliseconds