HomeSort by: relevance | last modified time | path
    Searched refs:ForEach (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerValueBitMap.h 59 void ForEach(Callback CB) const {
FuzzerTracePC.h 284 ValueProfileMap.ForEach([&](size_t Idx) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_addrhashmap.h 98 // ForEach acquires a lock on each bucket while iterating over
101 void ForEach(ForEachCallback cb, void *arg);
113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_addrhashmap.h 98 // ForEach acquires a lock on each bucket while iterating over
101 void ForEach(ForEachCallback cb, void *arg);
113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_dense_alloc.h 101 void ForEach(Func func) {
tsan_sync.cpp 176 sync_alloc_.ForEach([&](SyncVar *s) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1814 bool ForEach = false;
1887 } else if ((ForEach = isTokIdentifier_in())) {
1905 ForEach = isTokIdentifier_in();
1909 if (ForEach)
1918 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon);
1925 } else if (ForEach) {
1954 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() &&
2007 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) {
2053 } else if (ForEach) {
2104 if (ForEach)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 293 void ForEach(const Container& c, Functor functor) {
728 ForEach(test_suites_, TestSuite::ClearTestSuiteResult);
gtest.cc 144 using internal::ForEach;
2770 ForEach(test_info_list_, internal::Delete<TestInfo>);
2837 ForEach(test_info_list_, TestInfo::ClearTestResult);
3432 ForEach(listeners_, Delete<TestEventListener>);
5030 ForEach(test_suites_, internal::Delete<TestSuite>);
5033 ForEach(environments_, internal::Delete<Environment>);
5216 // are for use in the ForEach() function.
5316 ForEach(environments_, SetUpEnvironment);

Completed in 88 milliseconds