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

  /external/clang/test/SemaCXX/
uninit-variables.cpp 13 int test2_aux() { function
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 17 // Test passing a value as a reference. The 'const' in test2_aux() adds
19 int test2_aux(const int &n);
21 return test2_aux(n);

Completed in 80 milliseconds