| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | MemberPointer.cpp | 29 const Record *BaseRecord = CastedBase.getRecord(); in toPointer() 41 const Record *FieldRecord = Ctx.getRecord(FieldParent); in toPointer() 47 if (const RecordDecl *BaseDecl = Base.getDeclPtr().getRecord()->getDecl(); in toPointer() 57 const Record *FieldRecord = Ctx.getRecord(FieldParent); in toPointer()
|
| H A D | Pointer.cpp | 271 const Record *BaseRecord = Ptr.getRecord(); in toAPValue() 361 if (P.getRecord()->getNumVirtualBases() > 0) in computeOffsetForComparison() 379 if (const Record *R = P.getBase().getRecord(); R && R->isUnion()) { in computeOffsetForComparison() 513 if (const Record *R = P.getRecord()) { in activate() 531 if (const Record *BR = B.getRecord(); BR && BR->isUnion()) { in activate() 665 const auto *Record = Ptr.getRecord(); in toRValue()
|
| H A D | EvaluationResult.cpp | 110 Result &= CheckFieldsInitialized(S, Loc, FieldPtr, FieldPtr.getRecord()); in CheckFieldsInitialized() 168 if (const Record *R = Ptr.getRecord()) in checkFullyInitialized()
|
| H A D | Context.h | 113 const Record *getRecord(const RecordDecl *D) const;
|
| H A D | Interp.cpp | 338 if (U.getRecord() && U.getRecord()->isAnonymousUnion()) in CheckActive() 367 const Record *R = U.getRecord(); in CheckActive() 1706 if (const Record *R = Ptr.getRecord()) { in startLifetimeRecurse() 1735 if (const Record *R = Ptr.getRecord()) { in endLifetimeRecurse() 1838 if (Ptr.inUnion() && !Ptr.isActive() && !Ptr.getBase().getRecord()->isUnion()) in CheckNewTypeMismatch() 2092 if (const Record *R = Ptr.getRecord()) { in finishGlobalRecurse()
|
| H A D | Compiler.cpp | 1665 const Record *R = getRecord(QT); in VisitImplicitValueInitExpr() 1787 const Record *R = getRecord(QT); in visitInitList() 2309 const Record *R = getRecord(RD); in VisitMemberExpr() 3142 const Record *R = getRecord(E->getType()); in VisitCXXConstructExpr() 3268 const Record *R = getRecord(E->getType()); in VisitSourceLocExpr() 3790 assert(this->getRecord(E->getType())); in VisitCXXUuidofExpr() 4033 const Record *R = getRecord(E->getType()); in VisitCXXStdInitializerListExpr() 4298 const Record *R = getRecord(ElemType); in visitZeroArrayInitializer() 4489 template <class Emitter> Record *Compiler<Emitter>::getRecord(QualType Ty) { in getRecord() function in Compiler 4491 return getRecord(RecordTy->getDecl()); in getRecord() [all …]
|
| H A D | Compiler.h | 250 Record *getRecord(QualType Ty); 251 Record *getRecord(const RecordDecl *RD);
|
| H A D | Context.cpp | 580 const Record *Context::getRecord(const RecordDecl *D) const { in getRecord() function in Context
|
| H A D | Pointer.h | 488 const Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 101 const 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() 496 visit(NodeClass(node.getRecord()), in visitASTNodeHierarchy() 497 NodeClass(base.getRecord())); in visitASTNodeHierarchy()
|
| H A D | ASTTableGen.cpp | 59 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 875 Infer.TP.getRecord()->dump(); in ~ValidateOnExit() 877 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit() 879 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit() 904 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in TreePredicateFn() 911 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty(); in hasPredCode() 918 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 923 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 927 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 932 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 940 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() [all …]
|
| H A D | CodeGenInstAlias.h | 70 const Record *getRecord() const { in getRecord() function
|
| H A D | CodeGenInstAlias.cpp | 154 const Record *Rec = getRecord(); in getMINumOperands()
|
| H A D | CodeGenDAGPatterns.h | 444 const Record *getRecord() const { return Def; } in getRecord() function 951 const Record *getRecord() const { return TheRecord; } in getRecord() function
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 114 rec = a.getRecord(Tuple.EMPTY); in testCleared() 122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 409 RecordAccessor getRecord(unsigned RecordIndex) const { 418 return record_iterator(getRecord(0)); in records_begin() 428 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end() 410 RecordAccessor getRecord(unsigned RecordIndex) const { getRecord() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStream.cpp | 203 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef() 204 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 43 codeview::TagRecord &getRecord() { in getRecord() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 348 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 451 return BitstreamEntry::getRecord(Code);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 224 const Record *getRecord() const { return Def; } in getRecord() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SDNodeInfoEmitter.cpp | 83 PrintWarning(N.getRecord()->getLoc(), "skipped node: " + Reason); in warnOnSkippedNode()
|
| H A D | AsmWriterEmitter.cpp | 924 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 952 const Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
| H A D | DAGISelMatcherEmitter.cpp | 147 return A->getRecord()->getName() < B->getRecord()->getName(); in MatcherTableEmitter()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 549 getIdentifierName(VerClause.getClause().getRecord(), Prefix); in generateCaseForVersionedClauses() 939 OS << " Clause::" << getIdentifierName(C.getRecord(), Prefix) << ",\n"; in generateClauseSet()
|