/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTLS.h | 76 #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/ |
D | SkSLHCodeGenerator.h | 44 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/ |
D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
D | TypeDumpVisitor.cpp | 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() 165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
|
D | SymbolDumper.cpp | 99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 242 StringRef FieldName; member 278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
D | TGParser.cpp | 2213 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue() local 2626 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem() local
|
D | Record.cpp | 2343 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 101 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/ |
D | Record.h | 402 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/ |
D | objectivec_helpers.cc | 539 string FieldName(const FieldDescriptor* field) { in FieldName() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 683 StringRef FieldName = readString(Ctx); in parseProducersSection() local
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 454 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2185 enum FieldName { enum
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 860 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument
|