HomeSort by relevance Sort by last modified time
    Searched refs:Innermost (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/go/types/
scope.go 128 // Innermost returns the innermost (child) scope containing
133 func (s *Scope) Innermost(pos token.Pos) *Scope {
138 if inner := s.Innermost(pos); inner != nil {
147 return s.Innermost(pos)
eval.go 51 if scope = fscope.Innermost(pos); scope != nil {
api_test.go     [all...]
  /prebuilts/go/linux-x86/src/go/types/
scope.go 128 // Innermost returns the innermost (child) scope containing
133 func (s *Scope) Innermost(pos token.Pos) *Scope {
138 if inner := s.Innermost(pos); inner != nil {
147 return s.Innermost(pos)
eval.go 51 if scope = fscope.Innermost(pos); scope != nil {
api_test.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 307 // - x1.Innermost = current innermost closure x (in this case x3), or nil for none
317 // Then we can use x1.Innermost (if not nil) to get the x
318 // for the innermost known closure function,
319 // but the first reference in a closure will find either no x1.Innermost
320 // or an x1.Innermost with .Funcdepth < Funcdepth.
324 // xN.Outer = x1.Innermost
325 // x1.Innermost = xN
331 // x1.Innermost = xN.Outer
333 // We leave xN.Innermost set so that we can still get to the origina
    [all...]
dcl.go 286 c := n.Name.Param.Innermost
299 c.Name.Param.Outer = n.Name.Param.Innermost
300 n.Name.Param.Innermost = c
closure.go 72 v1.Name.Param.Innermost = v.Name.Param.Outer
80 // That is, suppose we just finished parsing the innermost
155 // starting from the innermost one. So when we check the inner closure,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 307 // - x1.Innermost = current innermost closure x (in this case x3), or nil for none
317 // Then we can use x1.Innermost (if not nil) to get the x
318 // for the innermost known closure function,
319 // but the first reference in a closure will find either no x1.Innermost
320 // or an x1.Innermost with .Funcdepth < Funcdepth.
324 // xN.Outer = x1.Innermost
325 // x1.Innermost = xN
331 // x1.Innermost = xN.Outer
333 // We leave xN.Innermost set so that we can still get to the origina
    [all...]
dcl.go 286 c := n.Name.Param.Innermost
299 c.Name.Param.Outer = n.Name.Param.Innermost
300 n.Name.Param.Innermost = c
closure.go 72 v1.Name.Param.Innermost = v.Name.Param.Outer
80 // That is, suppose we just finished parsing the innermost
155 // starting from the innermost one. So when we check the inner closure,
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp 41 /// \param Innermost if non-NULL, the innermost template argument list.
54 const TemplateArgumentList *Innermost,
60 if (Innermost)
61 Result.addOuterTemplateArguments(Innermost);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]

Completed in 1080 milliseconds

1 2