HomeSort by relevance Sort by last modified time
    Searched defs:Ellipsis (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/Parser/
cxx11-templates.cpp 11 namespace Ellipsis {
40 // passed to Sema before we reach the ellipsis.
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 244 // An Ellipsis node stands for the "..." type in a
247 Ellipsis struct {
248 Ellipsis token.Pos // position of "..."
249 Elt Expr // ellipsis element type (parameter lists only); or nil
320 Ellipsis token.Pos // position of "..." (token.NoPos if there is no "...")
377 Len Expr // Ellipsis node for [...]T array types, nil for slice types
424 func (x *Ellipsis) Pos() token.Pos { return x.Ellipsis }
457 func (x *Ellipsis) End() token.Pos {
461 return x.Ellipsis + 3 // len("..."
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 244 // An Ellipsis node stands for the "..." type in a
247 Ellipsis struct {
248 Ellipsis token.Pos // position of "..."
249 Elt Expr // ellipsis element type (parameter lists only); or nil
320 Ellipsis token.Pos // position of "..." (token.NoPos if there is no "...")
377 Len Expr // Ellipsis node for [...]T array types, nil for slice types
424 func (x *Ellipsis) Pos() token.Pos { return x.Ellipsis }
457 func (x *Ellipsis) End() token.Pos {
461 return x.Ellipsis + 3 // len("..."
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 448 class Ellipsis(Node):
459 return "Ellipsis()"
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 144 namespace Ellipsis {
146 // Note, values passed through an ellipsis can't actually be used.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/python/cpython2/Include/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 511 #define Ellipsis(a0) _Py_Ellipsis(a0)
  /external/python/cpython3/Include/
Python-ast.h 584 #define Ellipsis(a0, a1, a2) _Py_Ellipsis(a0, a1, a2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 800 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 972 Ellipsis_type = make_type("Ellipsis", expr_type, NULL, 0);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 223 /// \param EllipsisLoc The location of the ellipsis that identifies the
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 

Completed in 1115 milliseconds

1 2 3