Searched refs:Pos (Results 1 – 25 of 27) sorted by relevance
12
17 type Pos int type23 Pos() Pos24 End() Pos42 func (x *Assignment) Pos() Pos { func60 func (x *Comment) Pos() Pos { return x.CommentPos } func64 NamePos Pos67 EndPos Pos74 func (x *Directive) Pos() Pos { return x.NamePos } func97 func (x *Rule) Pos() Pos { return x.Target.Pos() } func104 func (x *Variable) Pos() Pos { return x.Name.Pos() } func[all …]
36 StringPos Pos41 func SimpleMakeString(s string, pos Pos) *MakeString { argument53 func (ms *MakeString) Pos() Pos { func57 func (ms *MakeString) End() Pos {62 return Pos(int(pos) + len(ms.Strings[len(ms.Strings)-1]))148 word := SimpleMakeString("", ms.Pos())196 word = SimpleMakeString("", ms.Pos())219 curMs := SimpleMakeString("", ms.Pos())237 curMs = SimpleMakeString(r, ms.Pos())255 ms.StringPos += Pos(len(ms.Strings[0]) - l)
31 Pos scanner.Position member35 return fmt.Sprintf("%s: %s", e.Pos, e.Err)88 func (p *parser) Unpack(pos Pos) scanner.Position { argument99 func (p *parser) pos() Pos {102 pos = p.scanner.Pos()104 return Pos(pos.Offset)110 Pos: p.scanner.Position,246 func (p *parser) parseDefine() (*MakeString, Pos) {393 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable { argument
136 line := list.Values[i].Pos().Line139 if list.Values[j].Pos().Line > line+1 {142 line = list.Values[j].Pos().Line147 nextPos = list.Values[j].Pos()157 line := list.Values[i].Pos().Line163 line = list.Values[j].Pos().Line203 n = values[i+1].Pos()205 l[i] = elem{s.Value, i, v.Pos(), n}224 curPos := values[0].Pos()229 if c.Pos().Offset > e.pos.Offset && c.Pos().Offset < e.nextPos.Offset {[all …]
25 Pos() scanner.Position53 func (a *Assignment) Pos() scanner.Position { return a.NamePos } func86 func (m *Module) Pos() scanner.Position { return m.TypePos } func107 func (p *Property) Pos() scanner.Position { return p.NamePos } func211 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func225 func (x *Variable) Pos() scanner.Position { return x.NamePos } func249 func (x *Map) Pos() scanner.Position { return x.LBracePos } func307 func (x *List) Pos() scanner.Position { return x.LBracePos } func391 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } func415 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } func[all …]
185 if operator.Args[0].End().Line == operator.Args[1].Pos().Line {238 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Offset < pos.Offset {260 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Line < pos.Line {329 if !p.requestNewlinesForPos(comment.Pos()) {352 if !p.requestNewlinesForPos(c.Pos()) {
33 Pos scanner.Position member37 return fmt.Sprintf("%s: %s", e.Pos, e.Err)46 func (f *File) Pos() scanner.Position { func126 pos = p.scanner.Pos()130 Pos: pos,
1263 nextPos[i] = mod.Properties[i+1].Pos()
49 template <int Pos, typename First>51 *std::get<Pos>(mTargets) = first; in copy()54 template <int Pos, typename First, typename... Rest>56 *std::get<Pos>(mTargets) = first; in copy()57 copy<Pos + 1, Rest...>(rest...); in copy()
32 Pos scanner.Position member36 return fmt.Sprintf("%s: %s", e.Pos, e.Err)287 property.Value.Pos(),321 property.Value.Pos(),404 property.Value.Pos(),415 property.Value.Pos(),426 property.Value.Pos(),
1107 Pos: parseErr.Pos,1127 Pos: buildPos,1170 Pos: buildPos,1178 Pos: buildPos,1186 Pos: buildPos,1492 Pos: unpackErr.Pos,1638 Pos: module.pos,1663 Pos: module.pos,1698 Pos: module.pos,3086 Pos: module.pos,[all …]
424 Pos: pos,434 Pos: d.module.pos,453 Pos: pos,514 Pos: module.pos,
788 patchList.Add(item.Pos().Offset, item.End().Offset+2, "")801 patchList.Add(prop.Pos().Offset, prop.End().Offset+2, "")927 stage += string(buf[prop.Pos().Offset : prop.End().Offset+1])929 err := patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, "")1017 return patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, replaceStr)1034 return patchlist.Add(pdkProp.Pos().Offset, pdkProp.End().Offset+2, "")1036 return patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, "")1143 patchList.Add(item.Pos().Offset, item.End().Offset+2, "")1168 patchList.Add(legacyProp.Pos().Offset, legacyProp.End().Offset+2, "")
811 unsigned Pos = 0; in genPackVarOfType() local828 if (FieldOffset > Pos) { in genPackVarOfType()829 mOut.indent() << FieldPackerName << ".skip(" << (FieldOffset - Pos) in genPackVarOfType()841 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()845 if (ERT->getAllocSize() > Pos) { in genPackVarOfType()846 mOut.indent() << FieldPackerName << ".skip(" << ERT->getAllocSize() - Pos in genPackVarOfType()
722 size_t Pos = 0; // Relative position of field within record in declareRecord() local732 slangAssert(FieldOffset >= Pos); in declareRecord()738 FieldState.mPrePadding = FieldOffset - Pos; in declareRecord()743 Pos = FieldOffset + FieldAllocSize; in declareRecord()746 slangAssert(ERT->getAllocSize() >= Pos); in declareRecord()754 record.mPostPadding = ERT->getAllocSize() - Pos; in declareRecord()
2237 unsigned Pos = 0; in genPackVarOfType() local2257 emitSkip(Pos, FieldOffset, Field32PreAndPostPadding.first /* pre */); in genPackVarOfType()2264 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()2268 emitSkip(Pos, ERT->getAllocSize(), Record32.getRecordPostPadding()); in genPackVarOfType()2801 int Pos = 0; // relative pos from now on in genAddElement() local2822 genAddPadding(FieldOffset - Pos, Field32PreAndPostPadding.first /* pre */); in genAddElement()2840 Pos = FieldOffset + FieldAllocSize; in genAddElement()2845 genAddPadding(RecordAllocSize - Pos, Record32.getRecordPostPadding()); in genAddElement()
42 return p.Unpack(node.Pos()).String() + ": "
152 file.setMkPos(p.Unpack(node.Pos()), p.Unpack(node.End()))335 armModeAssign.Name = mkparser.SimpleMakeString("LOCAL_ARM_MODE_HACK_arm", assignment.Name.Pos())
3 N:Gump;Forrest;Hoge;Pos;Tao
368 ctx.Errorf(parseErr.Pos, "%s", parseErr.Err)
1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space