/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/codegen/ |
D | SkSLHCodeGenerator.h | 47 static String FieldName(const char* varName) { in FieldName() function
|
/external/llvm-project/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()
|
/external/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()
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_tensor.py | 96 FieldName = Union[str, Sequence[str]] variable in StructuredTensor 275 updates: Dict[FieldName, Union[FieldValue, FieldFn, None]], 364 … updates: List[Tuple[FieldName, Union[FieldValue, # pylint: disable=invalid-sequence-index 1560 def _normalize_field_name_to_tuple(name: 'FieldName') -> Sequence[str]:
|
/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-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 242 StringRef FieldName; member 278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | SetTheory.cpp | 242 StringRef FieldName; member 278 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/llvm-project/clang/lib/Parse/ |
D | ParseInit.cpp | 169 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 573 for (const auto &FieldName : Key) { in parseSearchIndex() local 712 for (const auto &FieldName : Fields) { in run() local 801 std::string FieldName = std::string(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/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | InefficientVectorOperationCheck.cpp | 229 llvm::StringRef FieldName = ProtoAddFieldCall->getMethodDecl()->getName(); in check() local
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 52 const Twine &FieldName) { in checkNumberFits() 62 static Error checkNumberFits(uint32_t Number, const Twine &FieldName) { in checkNumberFits() 68 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() 85 static Error checkRCInt(RCInt Number, const Twine &FieldName) { in checkRCInt() 91 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/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/python/apitools/apitools/gen/ |
D | util.py | 144 def FieldName(self, name): member in Names
|
/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/llvm-project/llvm/lib/Analysis/ |
D | TFUtils.cpp | 91 const char *FieldName = "<invalid>"; in writeRawTensorsAsFeatureLists() local
|
/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/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 103 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
|