Searched refs:Locals (Results 1 – 9 of 9) sorted by relevance
583 Locals: TLocalStorage;585 Locals.Initialize;587 Locals.AsInteger['x'] := 2;588 Locals.AsInteger['X'] := 3;589 CheckEquals(2, Locals.AsInteger['x']);590 CheckEquals(3, Locals.AsInteger['X']);591 CheckEquals(0, Locals.AsInteger['y']);592 Locals.AsInteger['X'] := Locals.AsInteger['x'] * 2;593 CheckEquals(4, Locals.AsInteger['X']);594 CheckEquals(2, Locals.Count);[all …]
111 <ruleDescriptor.allTokenRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRule<rewriteElemen…112 <ruleDescriptor.allRuleRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.C…140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRule…154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRule…170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewrite…182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleE…243 …:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor, 'token <it>', <i…247 …:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor,'token <it>', lis…252 Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', <it>.Tree)254 …Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', nil);}; separator…[all …]
654 Locals: TLocalStorage;667 Locals.Initialize;707 Locals.Finalize;839 Locals: TLocalStorage;844 Locals.Initialize;874 Locals.Finalize;1113 Locals.AsInteger['<label>Start'] := CharIndex;1115 <label> := TCommonToken.Create(Input, TToken.INVALID_TOKEN_TYPE, TToken.DEFAULT_CHANNEL, Locals.AsI…1177 Locals.AsInteger['<label>Start<elementIndex>'] := CharIndex;1180 Locals.AsInteger['<label>Start<elementIndex>'], CharIndex - 1);[all …]
289 T<terminalOptions.node>.Create((Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode)291 (Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode
103 Now you can inspect the state of you program. For example, you can bring up the *Locals* window104 (Debug --\> Windows --\> Locals), which will show the names and values of the variables in the109 Note that the built-in *Locals* window will display text only. This is where the Image Watch plug-in110 comes in. Image Watch is like another *Locals* window, but with an image viewer built into it. To111 bring up Image Watch, select View --\> Other Windows --\> Image Watch. Like Visual Studio's *Locals*119 The radio button at the top left (*Locals/Watch*) selects what is shown in the *Image List* below:120 *Locals* lists all OpenCV image objects in the current scope (this list is automatically populated).
3697 SmallVector<llvm::Value*, 20> Locals; member in __anonfac0963e0511::FragileHazards3724 if (Locals.empty()) return; in FragileHazards()3740 for (unsigned I = 0, E = Locals.size(); I != E; ++I) { in FragileHazards()3754 for (unsigned I = 0, E = Locals.size(); I != E; ++I) { in FragileHazards()3765 if (Locals.empty()) return; in emitWriteHazard()3767 CGF.EmitNounwindRuntimeCall(WriteHazard, Locals); in emitWriteHazard()3771 assert(!Locals.empty()); in emitReadHazard()3772 llvm::CallInst *call = Builder.CreateCall(ReadHazard, Locals); in emitReadHazard()3780 if (Locals.empty()) return; in emitHazardsInNewBlocks()3837 Locals.push_back(&*I); in collectLocals()[all …]
96 ReturnOK(ROK), ReturnFail(RFail), Locals(L) {} in FixedLenDecoderEmitter()118 std::string Locals; member in __anon60e3a3c10211::FixedLenDecoderEmitter
2286 :raw-html:`<td>Locals area<br><br></td>`
789 …B.6.2. Includes and Locals ...................................................................…1070 …D.3.2. Includes, Locals, Defines and Function Prototypes .....................................…26167 B.6.2. Includes and Locals37256 D.3.2. Includes, Locals, Defines and Function Prototypes