Searched refs:not_instrumented (Results 1 – 2 of 2) sorted by relevance
37 std::set<void *> not_instrumented; in main() local41 std::inserter(not_instrumented, not_instrumented.begin())); in main()43 not_instrumented.empty() && in main()45 return not_instrumented.empty() ? 0 : 1; in main()
2 RUN: -object %S/Inputs/multiple_objects_not_all_instrumented/not_instrumented \9 clang -std=c++11 not_instrumented.cc -o not_instrumented