Home
last modified time | relevance | path

Searched defs:setPos (Results 1 – 8 of 8) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRegisterPressure.h421 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; } in setPos() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRegisterPressure.h421 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; } in setPos() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRegisterPressure.h421 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; } in setPos() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/
DRegisterPressure.h421 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; } in setPos() function
/prebuilts/go/linux-x86/src/cmd/compile/internal/rangefunc/
Drewrite.go1499 func setPos(x syntax.Node, pos syntax.Pos) { func
/prebuilts/go/linux-x86/src/go/printer/
Dprinter.go885 func (p *printer) setPos(pos token.Pos) { func
/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go504 func (p *PackageError) setPos(posList []token.Position) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go2325 func setPos(v *Value, pos src.XPos) bool { func