Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTLS.h76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
83 #define ICE_TLS_INIT_FIELD(FieldName) \ argument
89 #define ICE_TLS_GET_FIELD(FieldName) \ argument
92 #define ICE_TLS_SET_FIELD(FieldName, Value) \ argument
104 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
108 #define ICE_TLS_INIT_FIELD(FieldName) argument
109 #define ICE_TLS_GET_FIELD(FieldName) (FieldName) argument
110 #define ICE_TLS_SET_FIELD(FieldName, Value) (FieldName = (Value)) argument
/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.h44 static String FieldName(const char* varName) { in FieldName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
DTypeDumpVisitor.cpp161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
DSymbolDumper.cpp99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp242 StringRef FieldName; member
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
DTGParser.cpp2213 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue() local
2626 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem() local
DRecord.cpp2343 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc101 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h402 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType()
1262 StringInit *FieldName; // Field we are accessing variable
1627 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc539 string FieldName(const FieldDescriptor* field) { in FieldName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp683 StringRef FieldName = readString(Ctx); in parseProducersSection() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc454 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2185 enum FieldName { enum
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc860 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument