/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 1256 RecTy *TypedInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1259 RecordVal *Field = RecordType->getRecord()->getValue(FieldName); in getFieldType() 1360 RecTy *VarInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1362 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType() 1368 const std::string &FieldName) const { in getFieldInit() 1375 if (Init *I = TheInit->getFieldInit(R, RV, FieldName)) in getFieldInit() 1473 RecTy *DefInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1474 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() 1480 const std::string &FieldName) const { in getFieldInit() 1481 return Def->getValue(FieldName)->getValue(); in getFieldInit() [all …]
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1151 RecTy *TypedInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1153 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName)) in getFieldType() 1324 RecTy *VarInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1326 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType() 1332 const std::string &FieldName) const { in getFieldInit() 1339 if (Init *I = TheInit->getFieldInit(R, RV, FieldName)) in getFieldInit() 1439 RecTy *DefInit::getFieldType(const std::string &FieldName) const { in getFieldType() 1440 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() 1446 const std::string &FieldName) const { in getFieldInit() 1447 return Def->getValue(FieldName)->getValue(); in getFieldInit() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1344 RecTy *TypedInit::getFieldType(StringInit *FieldName) const { in getFieldType() 1347 if (RecordVal *Field = Rec->getValue(FieldName)) in getFieldType() 1523 RecTy *DefInit::getFieldType(StringInit *FieldName) const { in getFieldType() 1524 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType() 1677 return FieldInit::get(NewRec, FieldName)->Fold(R.getCurrentRecord()); in resolveReferences() 1687 FieldName->getAsUnquotedString() + "' of '" + in Fold() 1689 Init *FieldVal = Def->getValue(FieldName)->getValue(); in Fold() 1973 Init *Record::getValueInit(StringRef FieldName) const { in getValueInit() 1974 const RecordVal *R = getValue(FieldName); in getValueInit() 1977 "' does not have a field named `" + FieldName + "'!\n"); in getValueInit() [all …]
|
/external/skqp/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 284 HCodeGenerator::FieldName(name.c_str()).c_str()); in writeVariableReference() 288 HCodeGenerator::FieldName(name.c_str()).c_str(), in writeVariableReference() 458 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str()); in writeSetting() 531 "%s, \"%s\");\n", HCodeGenerator::FieldName(name.c_str()).c_str(), type, precision, in addUniform() 565 String name = HCodeGenerator::FieldName(String(decl.fVar->fName).c_str()); in writePrivateVars() 872 String uniformName = HCodeGenerator::FieldName(name) + "Var"; in writeSetData() 899 String prevVar = HCodeGenerator::FieldName(name) + "Prev"; in writeSetData() 941 name, HCodeGenerator::FieldName(name).c_str(), name); in writeSetData() 971 HCodeGenerator::FieldName(String(param->fName).c_str()).c_str()); in writeOnTextureSampler() 975 HCodeGenerator::FieldName(String(param->fName).c_str()).c_str()); in writeOnTextureSampler() [all …]
|
D | SkSLHCodeGenerator.h | 44 static String FieldName(const char* varName) { in FieldName() function 50 return HCodeGenerator::FieldName(arg.c_str()) + "CoordTransform"; in CoordTransformName()
|
D | SkSLHCodeGenerator.cpp | 240 this->writef("\n , %s(std::move(%s)", FieldName(name).c_str(), name); in writeConstructor() 251 this->writef("\n , %s(%s)", FieldName(name).c_str(), name); in writeConstructor() 260 FieldName(s.fArgument.c_str()).c_str()); in writeConstructor() 296 FieldName(String(param->fName).c_str()).c_str()); in writeFields() 351 FieldName(name).c_str()); in generateCode()
|
/external/skia/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 310 HCodeGenerator::FieldName(name.c_str()).c_str()); in writeVariableReference() 314 HCodeGenerator::FieldName(name.c_str()).c_str(), in writeVariableReference() 500 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str()); in writeSetting() 563 "\"%s\");\n", HCodeGenerator::FieldName(name.c_str()).c_str(), type, in addUniform() 597 String name = HCodeGenerator::FieldName(String(decl.fVar->fName).c_str()); in writePrivateVars() 905 String uniformName = HCodeGenerator::FieldName(name) + "Var"; in writeSetData() 932 String prevVar = HCodeGenerator::FieldName(name) + "Prev"; in writeSetData() 974 name, HCodeGenerator::FieldName(name).c_str(), name); in writeSetData() 1004 HCodeGenerator::FieldName(String(param->fName).c_str()).c_str()); in writeOnTextureSampler() 1008 HCodeGenerator::FieldName(String(param->fName).c_str()).c_str()); in writeOnTextureSampler() [all …]
|
D | SkSLHCodeGenerator.cpp | 244 this->writef("\n , %s(std::move(%s)", FieldName(name).c_str(), name); in writeConstructor() 255 this->writef("\n , %s(%s)", FieldName(name).c_str(), name); in writeConstructor() 264 FieldName(s.fArgument.c_str()).c_str()); in writeConstructor() 283 FieldName(String(param->fName).c_str()).c_str()); in writeConstructor() 305 String name = FieldName(String(param->fName).c_str()); in writeFields() 366 FieldName(name).c_str()); in generateCode() 370 name, FieldName(name).c_str()); in generateCode()
|
D | SkSLHCodeGenerator.h | 44 static String FieldName(const char* varName) { in FieldName() function 50 return HCodeGenerator::FieldName(arg.c_str()) + "CoordTransform"; in CoordTransformName()
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 42 FieldName string member 61 FieldName string member 144 FieldName: strings.TrimRight(filterStr, " ><=!"), 147 switch op := strings.TrimSpace(filterStr[len(f.FieldName):]); op { 174 FieldName: fieldName, 178 o.FieldName = strings.TrimSpace(fieldName[1:]) 183 if len(o.FieldName) == 0 { 293 if qf.FieldName == "" { 296 p, errStr := valueToProto(appID, qf.FieldName, reflect.ValueOf(qf.Value), false) 310 if qo.FieldName == "" { [all …]
|
/external/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 242 std::string FieldName = Field.getName(); in emitMapping() local 246 if (FieldName.find(':') != std::string::npos || FieldName == "NAME" || in emitMapping() 247 FieldName == "SearchableFields" || FieldName == "EnumNameField" || in emitMapping() 248 FieldName == "EnumValueField") in emitMapping() 251 FieldNames.push_back(FieldName); in emitMapping()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 64 (*variables)["name"] = FieldName(descriptor); in SetCommonFieldVariables() 74 StrCat("&this->", FieldName(descriptor), "()"); in SetCommonFieldVariables() 87 "set_has_" + FieldName(descriptor) + "();"; in SetCommonFieldVariables() 89 "clear_has_" + FieldName(descriptor) + "();"; in SetCommonFieldVariables()
|
D | cpp_message.cc | 304 "name", FieldName(field)); in EmitFieldNonDefaultCondition() 310 "name", FieldName(field)); in EmitFieldNonDefaultCondition() 315 "name", FieldName(field)); in EmitFieldNonDefaultCondition() 322 "name", FieldName(field)); in EmitFieldNonDefaultCondition() 1220 "name", FieldName(descriptor_->field(i))); in GenerateClassDefinition() 1228 "name", FieldName(descriptor_->field(i))); in GenerateClassDefinition() 1340 fieldname_to_chunk[FieldName(field)] = i / 8; in GenerateClassDefinition() 1352 const string& fieldname = FieldName(field); in GenerateClassDefinition() 1924 "name", FieldName(field)); in GenerateOffsets() 1930 "name", FieldName(field)); in GenerateOffsets() [all …]
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 342 virtual RecTy *getFieldType(const std::string &FieldName) const { in getFieldType() argument 351 const std::string &FieldName) const { in getFieldInit() argument 417 RecTy *getFieldType(const std::string &FieldName) const override; 938 RecTy *getFieldType(const std::string &FieldName) const override; 940 const std::string &FieldName) const override; 1052 RecTy *getFieldType(const std::string &FieldName) const override; 1054 const std::string &FieldName) const override; 1075 std::string FieldName; // Field we are accessing variable 1078 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) { in FieldInit() 1099 return Rec->getAsString() + "." + FieldName; in getAsString() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 542 for (const auto &FieldName : Key) { in parseSearchIndex() local 543 const GenericField *Field = Table.getFieldByName(FieldName); in parseSearchIndex() 546 "' refers to non-existing field '" + FieldName + in parseSearchIndex() 666 for (const auto &FieldName : Fields) { in run() local 667 Table->Fields.emplace_back(FieldName); in run() 669 if (auto TypeOfVal = TableRec->getValue(("TypeOf_" + FieldName).str())) { in run() 672 "' has bad 'TypeOf_" + FieldName + "': " + in run() 742 std::string FieldName = Field.getName(); in run() local 746 if (FieldName.find(':') != std::string::npos || in run() 747 FieldName == "SearchableFields" || FieldName == "EnumNameField" || in run() [all …]
|
/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 518 return a.Option.Type().FieldName() == t.Fields[0].FieldName() && isDefault(a.Option) 527 func (t *StructDesc) FieldName() string { func
|
D | size.go | 43 argsMap[arg.Type().FieldName()] = arg 89 typ.FieldName(), typ.Buf, argsMap)) 125 if typ.Buf != field.Type().FieldName() {
|
/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() argument 101 Printer.printHex(FieldName, TypeName, TI.getIndex()); in printTypeIndex() 103 Printer.printHex(FieldName, TI.getIndex()); in printTypeIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 402 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() argument 453 RecTy *getFieldType(StringInit *FieldName) const override; 1115 RecTy *getFieldType(StringInit *FieldName) const override; 1180 StringInit *FieldName; // Field we are accessing variable 1183 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) { in FieldInit() 1198 StringInit *getFieldName() const { return FieldName; } in getFieldName() 1206 return Rec->getAsString() + "." + FieldName->getValue().str(); in getAsString() 1534 Init *getValueInit(StringRef FieldName) const; 1537 bool isValueUnset(StringRef FieldName) const { in isValueUnset() argument 1538 return isa<UnsetInit>(getValueInit(FieldName)); in isValueUnset() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SetTheory.cpp | 191 StringRef FieldName; member 193 FieldExpander(StringRef fn) : FieldName(fn) {} in FieldExpander() 196 ST.evaluate(Def->getValueInit(FieldName), Elts); in expand() 221 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander() argument 222 addExpander(ClassName, new FieldExpander(FieldName)); in addFieldExpander()
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 548 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; } in getFieldType() argument 555 const std::string &FieldName) const { in getFieldInit() argument 597 virtual RecTy *getFieldType(const std::string &FieldName) const; 1084 virtual RecTy *getFieldType(const std::string &FieldName) const; 1086 const std::string &FieldName) const; 1192 virtual RecTy *getFieldType(const std::string &FieldName) const; 1194 const std::string &FieldName) const; 1223 std::string FieldName; // Field we are accessing variable 1226 : TypedInit(R->getFieldType(FN)), Rec(R), FieldName(FN) { in FieldInit() 1250 return Rec->getAsString() + "." + FieldName; in getAsString() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vortex-bug.ll | 6 define fastcc i32 @Env_GetFieldStruc(i8* %FieldName, i32* %Status, %struct.fieldstruc* %FieldStruc)… 19 %tmp139.i = getelementptr i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vortex-bug.ll | 6 define fastcc i32 @Env_GetFieldStruc(i8* %FieldName, i32* %Status, %struct.fieldstruc* %FieldStruc)… 19 %tmp139.i = getelementptr i8, i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#uses=0]
|
/external/llvm/test/CodeGen/X86/ |
D | vortex-bug.ll | 6 define fastcc i32 @Env_GetFieldStruc(i8* %FieldName, i32* %Status, %struct.fieldstruc* %FieldStruc)… 19 %tmp139.i = getelementptr i8, i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 39 void printTypeIndex(StringRef FieldName, TypeIndex TI) const; 41 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
|