/external/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
|
/external/skqp/src/sksl/ |
D | SkSLHCodeGenerator.h | 44 static String FieldName(const char* varName) { in FieldName() function
|
/external/skia/src/sksl/ |
D | SkSLHCodeGenerator.h | 44 static String FieldName(const char* varName) { in FieldName() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndex.cpp | 90 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
D | TypeDumpVisitor.cpp | 162 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() 166 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
|
D | SymbolDumper.cpp | 95 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SetTheory.cpp | 191 StringRef FieldName; member 221 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 232 StringRef FieldName; member 268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 243 StringRef FieldName; member 279 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 42 FieldName string member 61 FieldName string member
|
D | datastore.go | 37 FieldName string member
|
/external/syzkaller/prog/ |
D | types.go | 53 FieldName() string methodSpec 90 func (t *TypeCommon) FieldName() string { func 476 func (t *StructType) FieldName() string { func 508 func (t *UnionType) FieldName() string { func 527 func (t *StructDesc) FieldName() string { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 542 for (const auto &FieldName : Key) { in parseSearchIndex() local 666 for (const auto &FieldName : Fields) { in run() local 742 std::string FieldName = Field.getName(); in run() local
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 53 const Twine &FieldName) { in checkNumberFits() 63 static Error checkNumberFits(uint32_t Number, const Twine &FieldName) { in checkNumberFits() 69 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() 86 static Error checkRCInt(RCInt Number, const Twine &FieldName) { in checkRCInt() 92 static Error checkIntOrString(IntOrString Value, const Twine &FieldName) { in checkIntOrString()
|
/external/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 242 std::string FieldName = Field.getName(); in emitMapping() local
|
/external/python/apitools/apitools/gen/ |
D | util.py | 141 def FieldName(self, name): member in Names
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 342 virtual RecTy *getFieldType(const std::string &FieldName) const { in getFieldType() 351 const std::string &FieldName) const { in getFieldInit() 1075 std::string FieldName; // Field we are accessing variable 1429 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 101 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 656 void CVTypeDumper::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 83 string FieldName(const FieldDescriptor* field) { in FieldName() function
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 189 string FieldName(const FieldDescriptor* field) { in FieldName() function
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() 546 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 402 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() 1180 StringInit *FieldName; // Field we are accessing variable 1537 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
|