Searched refs:TIE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Data-Dump/t/
H A Dtied.t12 sub TIE {
18 *TIEHASH = \&TIE;
19 *TIEARRAY = \&TIE;
20 *TIESCALAR = \&TIE;
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Dtied.t12 sub TIE {
18 *TIEHASH = \&TIE;
19 *TIEARRAY = \&TIE;
20 *TIESCALAR = \&TIE;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DIfConversion.cpp557 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
559 while (TIB != TIE && FIB != FIE) {
562 while (TIB != TIE && TIB->isDebugValue())
564 if (TIB == TIE)
582 while (TIE != TIB) {
583 --TIE;
584 if (!TIE->isBranch())
595 if (TIB == TIE || FIB == FIE)
599 while (TIE != TIB && FIE != FIB) {
601 if (TIE
[all...]
H A DBranchFolding.cpp1602 MachineBasicBlock::iterator TIE = TBB->end(); local
1604 while (TIB != TIE && FIB != FIE) {
1607 while (TIB != TIE && TIB->isDebugValue())
1609 if (TIB == TIE)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/registry/
H A Dregistry.tcl22 option -tie -default {} -configuremethod TIE ; # Persistence
222 method TIE {option value} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/registry/
H A Dregistry.tcl22 option -tie -default {} -configuremethod TIE ; # Persistence
222 method TIE {option value} {

Completed in 335 milliseconds