Home
last modified time | relevance | path

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

12

/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/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()
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py98 FieldName = Union[str, Sequence[str]] variable in StructuredTensor
278 updates: Dict[FieldName, Union[FieldValue, FieldFn, None]],
370 updates: List[Tuple[FieldName, Union[FieldValue, FieldFn]]],
1654 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()
DTGParser.cpp1872 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem() local
/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()
DTGParser.cpp2213 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue() local
2626 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem() local
/external/clang/lib/Parse/
DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/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/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/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()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc103 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/clang/tools/libclang/
DCXType.cpp829 DeclarationName FieldName(II); in clang_Type_getOffsetOf() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1968 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local
3213 StringRef FieldName = Field->getName(); in EmitDeclare() local
3525 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc538 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp683 StringRef FieldName = readString(Ctx); in parseProducersSection() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc410 std::string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3405 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
3434 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local

12