Searched refs:FieldName (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DRecord.cpp1264 RecTy *TypedInit::getFieldType(const std::string &FieldName) const {
1266 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName))
1359 RecTy *VarInit::getFieldType(const std::string &FieldName) const {
1361 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName))
1367 const std::string &FieldName) const {
1374 if (Init *I = TheInit->getFieldInit(R, RV, FieldName))
1472 RecTy *DefInit::getFieldType(const std::string &FieldName) const {
1473 if (const RecordVal *RV = Def->getValue(FieldName))
1479 const std::string &FieldName) const {
1480 return Def->getValue(FieldName)
1947 getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const argument
[all...]
H A DTGParser.cpp1835 std::string FieldName = Lex.getCurStrVal(); local
1847 RecordVal *Field = CurRec->getValue(FieldName);
1849 return TokError("Value '" + FieldName + "' unknown!");
1860 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DSetTheory.h111 /// FieldName in the Record to get the set elements. That is all that is
118 void addFieldExpander(StringRef ClassName, StringRef FieldName);
H A DSetTheory.cpp237 StringRef FieldName; member in struct:__anon3890::FieldExpander
239 FieldExpander(StringRef fn) : FieldName(fn) {}
242 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
273 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
274 addExpander(ClassName, new FieldExpander(FieldName));
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
H A DRecord.h516 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; }
523 const std::string &FieldName) const {
581 virtual RecTy *getFieldType(const std::string &FieldName) const;
1073 virtual RecTy *getFieldType(const std::string &FieldName) const;
1075 const std::string &FieldName) const;
1197 virtual RecTy *getFieldType(const std::string &FieldName) const;
1199 const std::string &FieldName) const;
1221 std::string FieldName; // Field we are accessing member in class:llvm::VarBitInit::FieldInit
1224 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) {
1251 return Rec->getAsString() + "." + FieldName;
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp156 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); local
159 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
172 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp63 void printDataDirectory(uint32_t Index, const std::string &FieldName);
565 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { argument
569 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
570 W.printHex(FieldName + "Size", Data->Size);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp1613 /// corresponds to FieldName.
1615 IdentifierInfo *FieldName) {
1616 if (!FieldName)
1623 if (FieldName == IF->getAnonField()->getIdentifier())
1774 IdentifierInfo *FieldName = D->getFieldName(); local
1787 FindIndirectFieldDesignator(*Field, FieldName)) {
1798 if (FieldName && FieldName == Field->getIdentifier())
1815 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
1822 DeclarationNameInfo(FieldName,
1614 FindIndirectFieldDesignator(FieldDecl *AnonField, IdentifierInfo *FieldName) argument
[all...]
H A DSemaDecl.cpp11205 // Note that FieldName may be null for anonymous bitfields.
11207 IdentifierInfo *FieldName,
11220 if (FieldName)
11222 << FieldName << FieldTy << BitWidth->getSourceRange();
11244 if (Value == 0 && FieldName)
11245 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
11248 if (FieldName)
11250 << FieldName << Value.toString(10);
11259 if (FieldName)
11261 << FieldName << (unsigne
11206 VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName, QualType FieldTy, bool IsMsStruct, Expr *BitWidth, bool *ZeroWidth) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp649 std::string FieldName = N->getNamedDecl()->getNameAsString(); local
651 return FieldName;
655 return S + "->" + FieldName;
657 return S + "." + FieldName;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1658 StringRef FieldName = Field->getName();
1661 if (FieldName.empty())
1724 FieldTy = DBuilder.createObjCIVar(FieldName, FieldDefUnit,
2793 StringRef FieldName = Field->getName(); local
2796 if (FieldName.empty() && !isa<RecordType>(Field->getType()))
2802 FieldName, Unit, Line, FieldTy,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3484 std::string FieldName = (*I)->getNameAsString(); local
3485 std::string ArgName = "_" + FieldName;
3503 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3507 S += FieldName + ";\n";
3513 std::string FieldName = (*I)->getNameAsString(); local
3514 std::string ArgName = "_" + FieldName;
3517 RewriteByRefString(TypeString, FieldName, (*I));
3519 FieldName = TypeString + FieldName;
3523 S += FieldName
[all...]
H A DRewriteModernObjC.cpp4387 std::string FieldName = (*I)->getNameAsString(); local
4388 std::string ArgName = "_" + FieldName;
4406 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4410 S += FieldName + ";\n";
4416 std::string FieldName = (*I)->getNameAsString(); local
4417 std::string ArgName = "_" + FieldName;
4420 RewriteByRefString(TypeString, FieldName, (*I));
4422 FieldName = TypeString + FieldName;
4426 S += FieldName
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp26 getValueAsListOfStrings(Record &R, StringRef FieldName) { argument
27 ListInit *List = R.getValueAsListInit(FieldName);
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c2970 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \
2971 {{FieldType, 0, FieldName, 0}, ACPI_DMT_TERMINATOR}
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Datombios.h5520 #define GetIndexIntoMasterTable(MasterOrData, FieldName) ((reinterpret_cast<char*>(&(static_cast<ATOM_MASTER_LIST_OF_##MasterOrData##_TABLES*>(0))->FieldName)-static_cast<char*>(0))/sizeof(USHORT))
5525 #define GetIndexIntoMasterTable(MasterOrData, FieldName) (((char*)(&((ATOM_MASTER_LIST_OF_##MasterOrData##_TABLES*)0)->FieldName)-(char*)0)/sizeof(USHORT))
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h4016 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc,
4019 Field.NameOrField = reinterpret_cast<uintptr_t>(FieldName) | 0x01;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7631 ExprResult VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName,

Completed in 400 milliseconds