Searched refs:EnumName (Results 1 – 15 of 15) sorted by relevance
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 92 OS << " " << Ints[i].EnumName; in EmitEnumInfo() 94 OS << std::string(40-Ints[i].EnumName.size(), ' ') in EmitEnumInfo() 126 Ints[IntNo].EnumName + ";"; in EmitFnNameRecognizer() 338 OS << " case Intrinsic::" << Ints[I->second[i]].EnumName << ":\t\t// " in EmitVerifier() 435 OS << " case " << IntrinsicStr << Ints[I->second[i]].EnumName in EmitGenerator() 544 << intrinsic.EnumName << ":\n"; in EmitAttributes() 619 OS << "case " << TargetPrefix << "Intrinsic::" << Ints[i].EnumName in EmitModRefBehavior() 650 OS << " case Intrinsic::" << Ints[i].EnumName << ": BuiltinName = \"" in EmitGCCBuiltinList() 688 Ints[i].EnumName)).second) in EmitIntrinsicToGCCBuiltinMap()
|
D | CodeGenTarget.cpp | 372 EnumName = std::string(DefName.begin()+4, DefName.end()); in CodeGenIntrinsic() 384 for (unsigned i = 0, e = EnumName.size(); i != e; ++i) in CodeGenIntrinsic() 385 Name += (EnumName[i] == '_') ? '.' : EnumName[i]; in CodeGenIntrinsic()
|
D | CodeGenIntrinsics.h | 29 std::string EnumName; // The name of the enum "bswap_i32" member
|
D | CodeGenDAGPatterns.h | 200 std::string EnumName; variable 215 const std::string &getEnumName() const { return EnumName; } in getEnumName()
|
D | CodeGenDAGPatterns.cpp | 923 EnumName = R->getValueAsString("Opcode"); in SDNodeInfo()
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 20 const char *AssemblerName, *EnumName; member 55 const char *AssemblerName, *EnumName; member 144 OS << "<<" << SectionAttrDescriptors[i].EnumName << ">>"; in PrintSwitchToSection()
|
/external/clang/include/clang/Driver/ |
D | OptParser.td | 91 string EnumName = ?; // Uses the def name if undefined. 100 string EnumName = ?; // Uses the def name if undefined. 127 class EnumName<string name> { string EnumName = name; }
|
D | CC1Options.td | 638 def include_ : JoinedOrSeparate<"-include">, MetaVarName<"<file>">, EnumName<"include">,
|
D | Options.td | 507 def include_ : JoinedOrSeparate<"-include">, Group<clang_i_Group>, EnumName<"include">;
|
/external/bluetooth/glib/gio/ |
D | gioenumtypes.c.template | 30 g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
|
/external/bluetooth/glib/gobject/ |
D | glib-mkenums.in | 414 $prod =~ s/\@EnumName\@/$enumname/g; 432 $prod =~ s/\@EnumName\@/$enumname/g; 470 $prod =~ s/\@EnumName\@/$enumname/g;
|
/external/webkit/Source/autotools/ |
D | gsettings.m4 | 80 …d "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " …
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 447 ValuesClass(const char *EnumName, DataType Val, const char *Desc, 450 Values.push_back(std::make_pair(EnumName, std::make_pair(Val, Desc)));
|
/external/webkit/Source/WebKit/gtk/ |
D | GNUmakefile.am | 355 --vtail " type = g_@type@_register_static(\"@EnumName@\", _@enum_name@_values);\n\n" \
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1302 TEST_F(NestedDescriptorTest, EnumName) { in TEST_F() argument
|