HomeSort by relevance Sort by last modified time
    Searched refs:make_type (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) function
674 mod_type = make_type("mod", &AST_type, NULL, 0);
677 Module_type = make_type("Module", mod_type, Module_fields, 1);
679 Interactive_type = make_type("Interactive", mod_type,
682 Expression_type = make_type("Expression", mod_type, Expression_fields,
685 Suite_type = make_type("Suite", mod_type, Suite_fields, 1);
687 stmt_type = make_type("stmt", &AST_type, NULL, 0);
690 FunctionDef_type = make_type("FunctionDef", stmt_type,
693 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
695 Return_type = make_type("Return", stmt_type, Return_fields, 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) function
657 mod_type = make_type("mod", &AST_type, NULL, 0);
660 Module_type = make_type("Module", mod_type, Module_fields, 1);
662 Interactive_type = make_type("Interactive", mod_type,
665 Expression_type = make_type("Expression", mod_type, Expression_fields,
668 Suite_type = make_type("Suite", mod_type, Suite_fields, 1);
670 stmt_type = make_type("stmt", &AST_type, NULL, 0);
673 FunctionDef_type = make_type("FunctionDef", stmt_type,
676 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4);
678 Return_type = make_type("Return", stmt_type, Return_fields, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 63 tree (*make_type) (enum tree_code); member in struct:lang_hooks_for_types
  /external/fmtlib/fmt/
format.h 2191 inline uint64_t make_type() { return 0; } function in namespace:fmt::internal
2194 inline uint64_t make_type(const T &arg) { function in namespace:fmt::internal
2229 inline uint64_t make_type(const Arg &first, const Args & ... tail) { function in namespace:fmt
    [all...]

Completed in 1217 milliseconds