Searched refs:_First (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg48 _First[0] := nil;
54 _First, _Save_Last: array [0..63] of I<ASTLabelType>;
65 RetVal.Tree := _First[0] as I<ASTLabelType>;
80 _First[<treeLevel>] := nil;
88 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>.Tree;
90 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>;
143 if (_First[<treeLevel>] = nil) then _First[<treeLeve
[all...]
/external/stlport/stlport/stl/
H A Dconcept_checks.h302 template <class _Func, class _Ret, class _First, class _Second>
306 const _First& __first,
312 template <class _Func, class _First, class _Second>
313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> {
316 const _First& __first,
324 template <class _Ret, class _First, class _Second> \
327 __const_binary_operator_requirement_violation(const _First& __first, \
332 __binary_operator_requirement_violation(_First& __first, \
/external/clang/include/clang/Lex/
H A DPPCallbacks.h328 PPChainedCallbacks(PPCallbacks *_First, PPCallbacks *_Second) argument
329 : First(_First), Second(_Second) {}
/external/stlport/stlport/stl/debug/
H A D_debug.h357 __owned_link* _First() { return _M_node._Next(); } function in class:__owned_list
360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; } function in class:__owned_list

Completed in 153 milliseconds