Home
last modified time | relevance | path

Searched refs:Index2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dcharacter.h112 std::size_t RTNAME(Index2)(const char16_t *, std::size_t,
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp69 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 DCharacter.cpp155 indexFunc = fir::runtime::getRuntimeFunc<mkRTKey(Index2)>(loc, builder); in genIndex()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCharacterTest.cpp342 RTNAME(Index1), RTNAME(Index2), RTNAME(Index4)}; in TYPED_TEST()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1439 if (Optional<unsigned> Index2 = in IsStructurallyEquivalent() local
1442 if (*Index1 != *Index2) in IsStructurallyEquivalent()
/llvm-project-15.0.7/flang/runtime/
H A Dcharacter.cpp858 std::size_t RTNAME(Index2)(const char16_t *x, std::size_t xLen, in RTNAME() argument