Searched refs:ForEach (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1814 bool ForEach = false; in ParseForStatement() local 1887 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement() 1905 ForEach = isTokIdentifier_in(); in ParseForStatement() 1909 if (ForEach) in ParseForStatement() 1918 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon); in ParseForStatement() 1925 } else if (ForEach) { in ParseForStatement() 1954 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement() 2007 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement() 2053 } else if (ForEach) { in ParseForStatement() 2104 if (ForEach) in ParseForStatement()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerValueBitMap.h | 59 void ForEach(Callback CB) const { in ForEach() function
|
| H A D | FuzzerTracePC.h | 284 ValueProfileMap.ForEach([&](size_t Idx) { in CollectFeatures()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 101 void ForEach(ForEachCallback cb, void *arg); 113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) { in ForEach() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 293 void ForEach(const Container& c, Functor functor) { in ForEach() function 728 ForEach(test_suites_, TestSuite::ClearTestSuiteResult); in ClearNonAdHocTestResult()
|
| H A D | gtest.cc | 144 using internal::ForEach; 2770 ForEach(test_info_list_, internal::Delete<TestInfo>); in ~TestSuite() 2837 ForEach(test_info_list_, TestInfo::ClearTestResult); in ClearResult() 3432 ForEach(listeners_, Delete<TestEventListener>); in ~TestEventRepeater() 5030 ForEach(test_suites_, internal::Delete<TestSuite>); in ~UnitTestImpl() 5033 ForEach(environments_, internal::Delete<Environment>); in ~UnitTestImpl() 5316 ForEach(environments_, SetUpEnvironment); in RunAllTests()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 3346 ForEach macros. This is useful in projects where ForEach macros are
|