Home
last modified time | relevance | path

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

123

/external/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
/external/skqp/src/sksl/
DSkSLHCodeGenerator.h44 static String FieldName(const char* varName) { in FieldName() function
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.h47 static String FieldName(const char* varName) { in FieldName() function
/external/llvm-project/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()
/external/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()
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py96 FieldName = Union[str, Sequence[str]] variable in StructuredTensor
275 updates: Dict[FieldName, Union[FieldValue, FieldFn, None]],
364updates: 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/
DSetTheory.cpp232 StringRef FieldName; member
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp242 StringRef FieldName; member
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/llvm-project/llvm/lib/TableGen/
DSetTheory.cpp242 StringRef FieldName; member
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/clang/lib/Parse/
DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/llvm-project/clang/lib/Parse/
DParseInit.cpp169 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp573 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/
Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp229 llvm::StringRef FieldName = ProtoAddFieldCall->getMethodDecl()->getName(); in check() local
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp52 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/
DSearchableTableEmitter.cpp242 std::string FieldName = Field.getName(); in emitMapping() local
/external/llvm/include/llvm/TableGen/
DRecord.h342 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/
Dutil.py144 def FieldName(self, name): member in Names
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc101 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp656 void CVTypeDumper::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
/external/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp91 const char *FieldName = "<invalid>"; in writeRawTensorsAsFeatureLists() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp99 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/
Djava_helpers.cc103 std::string FieldName(const FieldDescriptor* field) { in FieldName() function

123