Searched refs:Index2 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | character.h | 112 std::size_t RTNAME(Index2)(const char16_t *, std::size_t,
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 69 constexpr uint32_t Index2 = 1; in TEST() local 76 R = EntryToIndex.insert(std::make_pair(b, Index2)); in TEST() 78 EXPECT_EQ(R.first->second, Index2); in TEST() 79 R = EntryToIndex.insert(std::make_pair(a1, Index2)); in TEST() 81 EXPECT_EQ(R.first->second, Index2); in TEST()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Character.cpp | 155 indexFunc = fir::runtime::getRuntimeFunc<mkRTKey(Index2)>(loc, builder); in genIndex()
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | CharacterTest.cpp | 342 RTNAME(Index1), RTNAME(Index2), RTNAME(Index4)}; in TYPED_TEST()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1439 if (Optional<unsigned> Index2 = in IsStructurallyEquivalent() local 1442 if (*Index1 != *Index2) in IsStructurallyEquivalent()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | character.cpp | 858 std::size_t RTNAME(Index2)(const char16_t *x, std::size_t xLen, in RTNAME() argument
|