Home
last modified time | relevance | path

Searched refs:GetEnumValue (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp47 SomeExpr GetEnumValue(const char *) const;
150 specialSchema_{GetSchema("specialbinding")}, deferredEnum_{GetEnumValue(
152 explicitEnum_{GetEnumValue("explicit")}, lenParameterEnum_{GetEnumValue(
154 assignmentEnum_{GetEnumValue("assignment")},
155 elementalAssignmentEnum_{GetEnumValue("elementalassignment")},
156 finalEnum_{GetEnumValue("final")}, elementalFinalEnum_{GetEnumValue(
158 assumedRankFinalEnum_{GetEnumValue("assumedrankfinal")},
159 readFormattedEnum_{GetEnumValue("readformatted")},
160 readUnformattedEnum_{GetEnumValue("readunformatted")},
161 writeFormattedEnum_{GetEnumValue("writeformatted")},
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h44 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
60 return ThisABI < Other.GetEnumValue();
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h45 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
61 return ThisABI < Other.GetEnumValue();
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h43 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
59 return ThisABI < Other.GetEnumValue();
/external/protobuf/src/google/protobuf/
Dmap_field.cc333 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
432 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
Dpreserve_unknown_enum_test.cc227 EXPECT_EQ(42, r->GetEnumValue(message, singular_field)); in TEST()
Dgenerated_message_reflection.cc1297 int value = GetEnumValue(message, field); in GetEnum()
1301 int Reflection::GetEnumValue(const Message& message, in GetEnumValue() function in google::protobuf::Reflection
1303 USAGE_CHECK_ALL(GetEnumValue, SINGULAR, ENUM); in GetEnumValue()
Dmap_field.h627 int GetEnumValue() const {
Dmessage.h496 int GetEnumValue(const Message& message, const FieldDescriptor* field) const;
Dtext_format.cc2168 reflection->SetEnumValue(message, field_desc, value.GetEnumValue()); in CopyValue()
2361 : reflection->GetEnumValue(message, field); in PrintFieldValue()
Dmap_test_util.cc1514 iter.GetValueRef().GetEnumValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap_test.cc2698 EXPECT_EQ(0, sub_message->GetReflection()->GetEnumValue(*sub_message, in TEST()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp312 switch (static_cast<MipsTargetMachine &>(TM).getABI().GetEnumValue()) { in getCurrentABIString()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc219 return PyInt_FromLong(value.GetEnumValue()); in MapValueRefToPython()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp393 switch (static_cast<MipsTargetMachine &>(TM).getABI().GetEnumValue()) { in getCurrentABIString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp393 switch (static_cast<MipsTargetMachine &>(TM).getABI().GetEnumValue()) { in getCurrentABIString()
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go398 func (a Attribute) GetEnumValue() (val uint64) { func