| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 107 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 D | ASTTableGen.h | 101 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 D | ASTTableGen.cpp | 59 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
|
| H A D | NeonEmitter.cpp | 409 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 D | CodeGenDAGPatterns.cpp | 882 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 D | CodeGenInstAlias.h | 70 Record *getRecord() const { in getRecord() function
|
| H A D | CodeGenInstAlias.cpp | 155 Record *Rec = getRecord(); in getMINumOperands()
|
| H A D | CodeGenDAGPatterns.h | 459 Record *getRecord() const { return Def; } in getRecord() function 943 Record *getRecord() const { return TheRecord; } in getRecord() function
|
| H A D | DAGISelMatcherEmitter.cpp | 148 return A->getRecord()->getName() < B->getRecord()->getName(); in MatcherTableEmitter()
|
| H A D | AsmWriterEmitter.cpp | 904 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 932 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
| H A D | FastISelEmitter.cpp | 228 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Builtins.cpp | 44 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 D | TestGetAggregate.java | 114 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 D | StackMapParser.h | 409 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 D | EvaluationResult.cpp | 105 Result &= CheckFieldsInitialized(S, Loc, FieldPtr, FieldPtr.getRecord()); in CheckFieldsInitialized() 149 if (const Record *R = Ptr.getRecord()) in checkFullyInitialized()
|
| H A D | ByteCodeExprGen.h | 124 Record *getRecord(QualType Ty); 125 Record *getRecord(const RecordDecl *RD);
|
| H A D | ByteCodeExprGen.cpp | 757 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 D | Pointer.h | 289 const Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
|
| H A D | Pointer.cpp | 257 const auto *Record = Ptr.getRecord(); in toRValue()
|
| H A D | ByteCodeStmtGen.cpp | 174 const Record *R = this->getRecord(RD); in visitFunc()
|
| H A D | Interp.cpp | 90 const Record *R = U.getRecord(); in CheckActive()
|
| H A D | InterpBuiltin.cpp | 935 const Record *R = Ptr.getRecord(); in SetThreeWayComparisonField()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStream.cpp | 204 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 D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 347 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 450 return BitstreamEntry::getRecord(Code);
|