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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
alias-nested-nontag.cpp 3 template<typename T> using Id = T; // expected-note {{type alias template 'Id' declared here}}
4 struct U { static Id<int> V; };
5 Id<int> ::U::V; // expected-error {{type 'Id<int>' (aka 'int') cannot be used prior to '::' because it has no members}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
__init__.py 11 __revision__ = "$Id$"
debug.py 3 __revision__ = "$Id$"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
__init__.py 6 __revision__ = "$Id$"
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
__init__.py 11 __revision__ = "$Id$"
debug.py 3 __revision__ = "$Id$"
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
__init__.py 6 __revision__ = "$Id$"
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
__init__.py 11 __revision__ = "$Id$"
debug.py 3 __revision__ = "$Id$"
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
__init__.py 6 __revision__ = "$Id$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
__init__.py 11 __revision__ = "$Id$"
debug.py 3 __revision__ = "$Id$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 6 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
__init__.py 11 __revision__ = "$Id$"
debug.py 3 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 6 __revision__ = "$Id$"
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
panel.py 6 __revision__ = "$Id$"
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
panel.py 6 __revision__ = "$Id$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
panel.py 6 __revision__ = "$Id$"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
panel.py 6 __revision__ = "$Id$"
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
String.c 17 Get string by string id from HII Interface
20 @param Id String ID.
22 @retval CHAR16 * String from ID.
28 IN EFI_STRING_ID Id
31 return HiiGetString (gBdsLibStringPackHandle, Id, NULL);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
String.c 17 Get string by string id from HII Interface
20 @param Id String ID.
22 @retval CHAR16 * String from ID.
28 IN EFI_STRING_ID Id
31 return HiiGetString (gBdsLibStringPackHandle, Id, NULL);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 74 Id import(const char*);
83 // To get a new <id> for anything needing a new one.
84 Id getUniqueId() { return ++uniqueId; }
86 // To get a set of new <id>s, e.g., for a set of function parameters
87 Id getUniqueIds(int numIds)
89 Id id = uniqueId + 1; local
91 return id;
95 Id makeVoidType();
96 Id makeBoolType()
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 74 Id import(const char*);
83 // To get a new <id> for anything needing a new one.
84 Id getUniqueId() { return ++uniqueId; }
86 // To get a set of new <id>s, e.g., for a set of function parameters
87 Id getUniqueIds(int numIds)
89 Id id = uniqueId + 1; local
91 return id;
95 Id makeVoidType();
96 Id makeBoolType()
    [all...]
  /external/clang/include/clang/Driver/
Types.h 19 enum ID {
21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID,
27 /// getTypeName - Return the name of the type for \p Id.
28 const char *getTypeName(ID Id);
30 /// getPreprocessedType - Get the ID of the type for this input when
33 ID getPreprocessedType(ID Id);
    [all...]

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>