Home
last modified time | relevance | path

Searched refs:ToIndex (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm45 our %ToIndex = map {; $_ => 1 } qw(head1 head2 head3 head4 ); # item-text
514 if $ToIndex{ $tagname };
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp766 uint32_t FromIndex, ToIndex; in printCGProfile() local
770 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile()
777 W.printNumber("To", getSymbolName(*Obj->getSymbolByIndex(ToIndex)), in printCGProfile()
778 ToIndex); in printCGProfile()
H A DCOFFDumper.cpp2069 uint32_t FromIndex, ToIndex; in printCGProfile() local
2073 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile()
2080 W.printNumber("To", getSymbolName(ToIndex), ToIndex); in printCGProfile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp120 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathCrossingSuspendPoint() local
121 bool const Result = Block[ToIndex].Kills[FromIndex]; in hasPathCrossingSuspendPoint()
133 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathOrLoopCrossingSuspendPoint() local
134 bool Result = Block[ToIndex].Kills[FromIndex] || in hasPathOrLoopCrossingSuspendPoint()
135 (From == To && Block[ToIndex].KillLoop); in hasPathOrLoopCrossingSuspendPoint()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp789 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local
791 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
H A DWinCOFFObjectWriter.cpp1123 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local
1125 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp14378 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local
14383 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()