Home
last modified time | relevance | path

Searched refs:_First (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
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[<treeLevel>] := <label>;
235 if (_First[<treeLevel>] = nil) then _First[<treeLevel>] := <label>.Tree;
/external/stlport/stlport/stl/
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/stlport/stlport/stl/debug/
D_debug.h357 __owned_link* _First() { return _M_node._Next(); } in _First() function
360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; } in _First() function
/external/clang/include/clang/Lex/
DPPCallbacks.h305 PPChainedCallbacks(PPCallbacks *_First, PPCallbacks *_Second) in PPChainedCallbacks() argument
306 : First(_First), Second(_Second) {} in PPChainedCallbacks()
/external/llvm/test/CodeGen/X86/
Dpr14090.ll9 %_First.i = alloca i64, align 8