Home
last modified time | relevance | path

Searched refs:Record (Results 201 – 225 of 1071) sorted by relevance

12345678910>>...43

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DUsedDeclVisitor.h74 CXXRecordDecl *Record = cast<CXXRecordDecl>(DestroyedRec->getDecl()); in VisitCXXDeleteExpr() local
75 asImpl().visitUsedDecl(E->getBeginLoc(), S.LookupDestructor(Record)); in VisitCXXDeleteExpr()
H A DSemaDeclCXX.cpp5772 : S(S), Record(Record), in AbstractUsageInfo()
6636 if (!Record) in CheckCompletedCXXClass()
6639 if (Record->isAbstract() && !Record->isInvalidDecl()) { in CheckCompletedCXXClass()
6647 if (!Record->isInvalidDecl() && !Record->isDependentType() && in CheckCompletedCXXClass()
6648 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
6659 << Record->getTagKind() << Record; in CheckCompletedCXXClass()
6679 DeclContext::lookup_result R = Record->lookup(Record->getDeclName()); in CheckCompletedCXXClass()
6694 if (Record->isPolymorphic() && !Record->isDependentType()) { in CheckCompletedCXXClass()
6914 (Record->isPolymorphic() || Record->getNumBases())) { in CheckCompletedCXXClass()
6946 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
[all …]
H A DSemaLookup.cpp1041 if (Record->getDefinition() && CanDeclareSpecialMemberFunction(Record)) { in DeclareImplicitMemberFunctionsWithName()
1055 if (Record->getDefinition() && Record->needsImplicitDestructor() && in DeclareImplicitMemberFunctionsWithName()
1065 if (Record->getDefinition() && CanDeclareSpecialMemberFunction(Record)) { in DeclareImplicitMemberFunctionsWithName()
1118 if (!Record->isCompleteDefinition()) in LookupDirect()
1324 if (CXXRecordDecl *Record = in CppLookupName() local
1326 R.setNamingClass(Record); in CppLookupName()
2860 case Type::Record: { in addAssociatedClassesAndNamespaces()
3866 if (!Record->hasDefinition()) in lookupInDeclContext()
3869 for (const auto &B : Record->bases()) { in lookupInDeclContext()
3890 if (!Record) in lookupInDeclContext()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1779 if (SubstQualifier(D, Record)) in VisitCXXRecordDecl()
1785 Record->setImplicit(D->isImplicit()); in VisitCXXRecordDecl()
1790 Record->setAccess(D->getAccess()); in VisitCXXRecordDecl()
1797 Record->setObjectOfFriendDecl(); in VisitCXXRecordDecl()
1820 Owner->addDecl(Record); in VisitCXXRecordDecl()
1844 return Record; in VisitCXXRecordDecl()
4466 CXXRecordDecl *Record = nullptr; in CheckInstantiatedFunctionTemplateConstraints() local
4469 Record = Method->getParent(); in CheckInstantiatedFunctionTemplateConstraints()
4471 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckInstantiatedFunctionTemplateConstraints()
5907 if (DC->Equals(Record)) in FindInstantiatedDecl()
[all …]
H A DSemaCXXScopeSpec.cpp34 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); in getCurrentInstantiationOf() local
35 if (!Record->isDependentContext() || in getCurrentInstantiationOf()
36 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
37 return Record; in getCurrentInstantiationOf()
83 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext() local
84 return Record; in computeDeclContext()
H A DSemaConcept.cpp368 CXXRecordDecl *Record = nullptr; in CheckFunctionConstraints() local
371 Record = const_cast<CXXRecordDecl *>(Method->getParent()); in CheckFunctionConstraints()
373 CXXThisScopeRAII ThisScope(*this, Record, ThisQuals, Record != nullptr); in CheckFunctionConstraints()
626 const llvm::PointerUnion<Expr *, SubstitutionDiagnostic *> &Record, in diagnoseUnsatisfiedConstraintExpr() argument
628 if (auto *Diag = Record.template dyn_cast<SubstitutionDiagnostic *>()){ in diagnoseUnsatisfiedConstraintExpr()
635 Record.template get<Expr *>(), First); in diagnoseUnsatisfiedConstraintExpr()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp293 for (auto &Record : TS.types(nullptr)) { in dumpTpiStream() local
294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()
320 for (auto &Record : IS.types(nullptr)) { in dumpIpiStream() local
321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp225 Record *Rec = Records.getDef(OS.str()); in apply()
246 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { in expand()
308 const RecVec *SetTheory::expand(Record *Set) { in expand()
315 ArrayRef<std::pair<Record *, SMRange>> SC = Set->getSuperClasses(); in expand()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp35 const Record &TheDef;
44 RegisterBank(const Record &TheDef) in RegisterBank()
60 const Record &getDef() const { return TheDef; } in getDef()
H A DDAGISelEmitter.cpp46 Record *Op = P->getOperator(); in getResultPatternCost()
65 Record *Op = P->getOperator(); in getResultPatternSize()
H A DDAGISelMatcherEmitter.cpp68 DenseMap<Record*, unsigned> NodeXFormMap;
69 std::vector<Record*> NodeXForms;
156 unsigned getNodeXFormID(Record *Rec) { in getNodeXFormID()
222 static std::string getIncludePath(const Record *R) { in getIncludePath()
765 Record *PatRecord = SNT->getPattern().getSrcRecord(); in EmitMatcher()
842 Record *PatRecord = CM->getPattern().getSrcRecord(); in EmitMatcher()
1010 Record *SDNode = Entry.first; in EmitPredicateFunctions()
/netbsd/external/mpl/bind/dist/doc/dnssec-guide/
H A Drecipes.rst573 :alt: Upload DS Record Step #1
576 Upload DS Record Step #1
586 Upload DS Record Step #2
589 Record."
597 Upload DS Record Step #3
608 Upload DS Record Step #4
618 Upload DS Record Step #5
628 Upload DS Record Step #6
738 Remove DS Record Step #1
749 Remove DS Record Step #2
[all …]
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp350 void createIntrinsic(Record *R, SmallVectorImpl<std::unique_ptr<Intrinsic>> &Out);
992 Record *R, SmallVectorImpl<std::unique_ptr<Intrinsic>> &Out) { in createIntrinsic()
1001 std::vector<Record*> FlagsList = R->getValueAsListOfDefs("Flags"); in createIntrinsic()
1002 std::vector<Record*> ImmCheckList = R->getValueAsListOfDefs("ImmChecks"); in createIntrinsic()
1231 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createHeader()
1290 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createBuiltins()
1321 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createCodeGenMap()
1354 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst"); in createRangeChecks()
H A DClangDataCollectorsEmitter.cpp10 Record &R = *Entry.second; in EmitClangDataCollectors()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h68 template <typename Record, typename Func>
84 Record R(Data); in forEachCodeViewRecord()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp286 const auto *Record = in print() local
288 if (ResolveTemplateArguments && Record) { in print()
290 Record->printName(OS); in print()
292 OS, Record->getTemplateArgs().asArray(), Policy, in print()
293 Record->getSpecializedTemplate()->getTemplateParameters()); in print()
H A DExprCXX.cpp1255 CXXRecordDecl *Record = getLambdaClass(); in getCallOperator() local
1256 return Record->getLambdaCallOperator(); in getCallOperator()
1260 CXXRecordDecl *Record = getLambdaClass(); in getDependentCallOperator() local
1261 return Record->getDependentLambdaCallOperator(); in getDependentCallOperator()
1265 CXXRecordDecl *Record = getLambdaClass(); in getTemplateParameterList() local
1270 const CXXRecordDecl *Record = getLambdaClass(); in getExplicitTemplateParameters() local
1271 return Record->getLambdaExplicitTemplateParameters(); in getExplicitTemplateParameters()
1532 CXXRecordDecl *Record = nullptr; in getNamingClass() local
1537 Record = T->getAsCXXRecordDecl(); in getNamingClass()
1546 Record = BaseType->getAsCXXRecordDecl(); in getNamingClass()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h81 : Ctx(Ctx), Record(RD), Kind(Kind) {} in ComparisonCategoryInfo()
118 CXXRecordDecl *Record = nullptr;
/netbsd/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DClientHello.pm110 TLSProxy::Record->etm(0);
113 TLSProxy::Record->etm(1);
H A DProxy.pm16 use TLSProxy::Record;
162 TLSProxy::Record->clear();
490 my @ret = TLSProxy::Record->get_records($server, $self->flight,
/netbsd/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DClientHello.pm110 TLSProxy::Record->etm(0);
113 TLSProxy::Record->etm(1);
H A DProxy.pm16 use TLSProxy::Record;
162 TLSProxy::Record->clear();
490 my @ret = TLSProxy::Record->get_records($server, $self->flight,
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp40 Error visitKnownRecord(CVSymbol &CVR, Name &Record) override;
44 Error visitSymbolBegin(CVSymbol &Record) override;
45 Error visitSymbolEnd(CVSymbol &Record) override;
46 Error visitUnknownSymbol(CVSymbol &Record) override;
653 Error CVSymbolDumper::dump(CVRecord<SymbolKind> &Record) { in dump() argument
662 auto Err = Visitor.visitSymbolRecord(Record); in dump()
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dmsvc36 # test for valid 2nd RecordType~Translator Header Record=THEADR=80h or LHEADR=82h
74 # In the library after header comes first object module with a Library Module Header Record (LHEADR…
75 # but in examples Translator Header Record (THEADR=80h) which is handled identically
91 # 3rd record is a List of Names Record (LNAMES=96h)
140 # Import Definition Record (Comment Class A0, Subtype 01~IMPDEF)
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp107 const CXXRecordDecl *Record = Type->getAsCXXRecordDecl(); in EmitDeclDestroy() local
109 Record && (!CGM.getCXXABI().HasThisReturn( in EmitDeclDestroy()
110 GlobalDecl(Record->getDestructor(), Dtor_Complete)) || in EmitDeclDestroy()
116 if (Record && (CanRegisterDestructor || UsingExternalHelper)) { in EmitDeclDestroy()
117 assert(!Record->hasTrivialDestructor()); in EmitDeclDestroy()
118 CXXDestructorDecl *Dtor = Record->getDestructor(); in EmitDeclDestroy()

12345678910>>...43