Home
last modified time | relevance | path

Searched refs:not_instrumented (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dfunc-id-utils.cpp37 std::set<void *> not_instrumented; in main() local
41 std::inserter(not_instrumented, not_instrumented.begin())); in main()
43 not_instrumented.empty() && in main()
45 return not_instrumented.empty() ? 0 : 1; in main()
/external/llvm-project/llvm/test/tools/llvm-cov/
Dmultiple-objects-not-all-instrumented.test2 RUN: -object %S/Inputs/multiple_objects_not_all_instrumented/not_instrumented \
9 clang -std=c++11 not_instrumented.cc -o not_instrumented