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

  /sdk/emulator/opengl/shared/emugl/common/testing/
test_thread.h 36 TestThread(ThreadFunction* func, void* funcParam) {
41 funcParam,
48 pthread_create(&mThread, &attr, func, funcParam);
  /external/clang/test/Analysis/
identical-expressions.cpp 15 int funcParam(int a)
332 int res = (a+funcParam(a) != a+funcParam(a)); // no warning
339 int res = (a+funcParam(a) != a+funcParam(b)); // no warning
595 int res = (a+funcParam(a) == a+funcParam(a)); // no warning
602 int res = (a+funcParam(a) == a+funcParam(b)); // no warning
1106 a = a > 5 ? a+funcParam(b) : a+funcParam(b); // expected-warning {{identical expressions on both sides of ':' in condition (…)
    [all...]

Completed in 225 milliseconds