HomeSort by relevance Sort by last modified time
    Searched refs:Id (Results 1 - 25 of 543) 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}}
  /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$"
  /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...]
Phases.h 16 /// ID - Ordered values for successive stages in the
18 enum ID {
31 const char *getPhaseName(ID Id);
  /external/clang/lib/Driver/
Phases.cpp 16 const char *phases::getPhaseName(ID Id) {
17 switch (Id) {
26 llvm_unreachable("Invalid phase id.");
Types.cpp 23 ID PreprocessedType;
27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \
34 static const TypeInfo &getInfo(unsigned id) {
35 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID.");
36 return TypeInfos[id - 1];
39 const char *types::getTypeName(ID Id) {
40 return getInfo(Id).Name
    [all...]
  /external/v8/test/unittests/compiler/
coalesced-live-ranges-unittest.cc 18 bool ConflictsPreciselyWith(const LiveRange* range, int id);
34 int id) {
36 set.insert(id);
61 int id = c->TopLevel()->vreg(); local
62 EXPECT_FALSE(seen.count(id) > 0);
87 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(1, 5);
95 LiveRange* range = TestRangeBuilder(zone()).Id(1).Build(5, 6);
99 LiveRange* query = TestRangeBuilder(zone()).Id(2).Build(1, 2);
101 query = TestRangeBuilder(zone()).Id(3).Build(1, 5);
108 TestRangeBuilder(zone()).Id(1).Add(5, 7).Add(10, 12).Build()
    [all...]
  /external/clang/test/PCH/
pr18806.cpp 13 using Id = T;
23 template <typename B, typename = Id<decltype(B())>>
  /frameworks/base/tools/aapt2/link/
ProductFilter_test.cpp 34 test::ValueBuilder<Id>()
39 test::ValueBuilder<Id>()
45 test::ValueBuilder<Id>()
50 test::ValueBuilder<Id>()
57 EXPECT_EQ(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one",
59 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one",
61 EXPECT_EQ(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one",
63 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one",
73 test::ValueBuilder<Id>()
78 test::ValueBuilder<Id>()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodtypes.h 16 BYTE Id;

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>