Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 25 of 43) 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/skqp/src/sksl/
DSkSLHCodeGenerator.h44 static String FieldName(const char* varName) { in FieldName() function
/external/skia/src/sksl/
DSkSLHCodeGenerator.h44 static String FieldName(const char* varName) { in FieldName() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp90 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
DTypeDumpVisitor.cpp162 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
166 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
DSymbolDumper.cpp95 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp191 StringRef FieldName; member
221 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/llvm/lib/TableGen/
DSetTheory.cpp232 StringRef FieldName; member
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp243 StringRef FieldName; member
279 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/clang/lib/Parse/
DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dquery.go42 FieldName string member
61 FieldName string member
Ddatastore.go37 FieldName string member
/external/syzkaller/prog/
Dtypes.go53 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/
DSearchableTableEmitter.cpp542 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/
Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp53 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/
DSearchableTableEmitter.cpp242 std::string FieldName = Field.getName(); in emitMapping() local
/external/python/apitools/apitools/gen/
Dutil.py141 def FieldName(self, name): member in Names
/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/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/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc83 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc189 string FieldName(const FieldDescriptor* field) { in FieldName() function
/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-7.0/llvm/include/llvm/TableGen/
DRecord.h402 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType()
1180 StringInit *FieldName; // Field we are accessing variable
1537 bool isValueUnset(StringRef FieldName) const { in isValueUnset()

12