Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h107 return getRecord(ID).Type; in getTypeString()
117 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
123 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
128 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
133 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
210 return strchr(getRecord(ID).Type, '*') != nullptr; in hasPtrArgsOrResult()
216 return strchr(getRecord(ID).Type, '&') != nullptr || in hasReferenceArgsOrResult()
217 strchr(getRecord(ID).Type, 'A') != nullptr; in hasReferenceArgsOrResult()
223 return getRecord(ID).Header.getName(); in getHeaderName()
256 return getRecord(ID).Features; in getRequiredFeatures()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h101 llvm::Record *getRecord() const { return Record; } in getRecord() function
135 return lhs.getRecord() == rhs.getRecord();
187 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase()
209 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase()
231 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase()
495 visit(NodeClass(node.getRecord()), in visitASTNodeHierarchy()
496 NodeClass(base.getRecord())); in visitASTNodeHierarchy()
H A DASTTableGen.cpp59 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
H A DNeonEmitter.cpp409 Record *getRecord() const { return R; } in getRecord() function in __anon6f3616850111::Intrinsic
1480 if (Intr.getRecord()->getValueAsBit("isLaneQ")) in emitDagCall()
2170 Record *R = Def->getRecord(); in genIntrinsicRangeCheckCode()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp882 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
884 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
1254 Record *R = getOrigPatFragRecord()->getRecord(); in getMemoryVT()
1261 Record *R = getOrigPatFragRecord()->getRecord(); in getAddressSpaces()
1268 Record *R = getOrigPatFragRecord()->getRecord(); in getMinAlignment()
1275 Record *R = getOrigPatFragRecord()->getRecord(); in getScalarMemoryVT()
1281 return !PatFragRec->getRecord() in hasGISelPredicateCode()
3153 OS << getRecord()->getName(); in print()
3925 GetNumNodeResults(I.getRecord(), *this)); in parseInstructionPattern()
3946 Record *R = I.getRecord(); in parseInstructionPattern()
[all …]
H A DCodeGenInstAlias.h70 Record *getRecord() const { in getRecord() function
H A DCodeGenInstAlias.cpp155 Record *Rec = getRecord(); in getMINumOperands()
H A DCodeGenDAGPatterns.h459 Record *getRecord() const { return Def; } in getRecord() function
943 Record *getRecord() const { return TheRecord; } in getRecord() function
H A DDAGISelMatcherEmitter.cpp148 return A->getRecord()->getName() < B->getRecord()->getName(); in MatcherTableEmitter()
H A DAsmWriterEmitter.cpp904 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
932 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
H A DFastISelEmitter.cpp228 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp44 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context
161 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth()
184 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
211 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java114 rec = a.getRecord(Tuple.EMPTY); in testCleared()
122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h409 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function
418 return record_iterator(getRecord(0)); in records_begin()
428 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp105 Result &= CheckFieldsInitialized(S, Loc, FieldPtr, FieldPtr.getRecord()); in CheckFieldsInitialized()
149 if (const Record *R = Ptr.getRecord()) in checkFullyInitialized()
H A DByteCodeExprGen.h124 Record *getRecord(QualType Ty);
125 Record *getRecord(const RecordDecl *RD);
H A DByteCodeExprGen.cpp757 const Record *R = getRecord(E->getType()); in visitInitList()
1033 const Record *R = getRecord(RD); in VisitMemberExpr()
1661 const Record *R = getRecord(E->getType()); in VisitCXXConstructExpr()
1779 const Record *R = getRecord(E->getType()); in VisitSourceLocExpr()
2306 Record *ByteCodeExprGen<Emitter>::getRecord(QualType Ty) { in getRecord() function in ByteCodeExprGen
2308 return getRecord(RecordTy->getDecl()); in getRecord()
2313 Record *ByteCodeExprGen<Emitter>::getRecord(const RecordDecl *RD) { in getRecord() function in ByteCodeExprGen
2919 const Record *CurRecord = getRecord(CurDecl); in collectBaseOffset()
H A DPointer.h289 const Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
H A DPointer.cpp257 const auto *Record = Ptr.getRecord(); in toRValue()
H A DByteCodeStmtGen.cpp174 const Record *R = this->getRecord(RD); in visitFunc()
H A DInterp.cpp90 const Record *R = U.getRecord(); in CheckActive()
H A DInterpBuiltin.cpp935 const Record *R = Ptr.getRecord(); in SetThreeWayComparisonField()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef()
205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h42 codeview::TagRecord &getRecord() { in getRecord() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h347 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
450 return BitstreamEntry::getRecord(Code);

12