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

  /external/libcxxabi/test/
unwind_06.pass.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;

Completed in 82 milliseconds