Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md1366 ### Translation
1406 ### Custom Poller Methods API
1568 ### Internal Polling: Usage within SSL Objects
1611 ### External Polling: Usage over SSL Objects
1624 ### Future Adaptation to Internal Pollable Resources
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod263 =head2 Methods section in DESCRIPTION
H A DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp38 const CallDescriptionSet Methods = { member in __anon87db8f400111::ReturnValueChecker
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h46 VTuneMethodTable Methods; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h696 ArrayRef<StringRef> Methods) in VFTableRecord()
755 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord()
760 std::vector<OneMethodRecord> Methods; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp494 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList()
3093 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList()
3202 llvm::Constant *Methods, in GenerateClassStructure()
3305 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList()
H A DCGObjCMac.cpp1126 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists
3255 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3437 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3505 ArrayRef<const ObjCMethodDecl *> Methods) { in EmitMetaClass()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3518 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3557 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool()
3600 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool()
3659 auto &Methods = Pos->second; in LookupImplementedMethodInGlobalPool() local
3713 SmallVector<const ObjCMethodDecl *, 8> Methods; in SelectorsForTypoCorrection() local
H A DSemaExprObjC.cpp2947 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3007 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3094 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
H A DSemaOverload.cpp7306 SmallVectorImpl<ObjCMethodDecl *> &Methods) { in SelectBestMethod()
H A DSemaDecl.cpp19257 ArrayRef<CXXMethodDecl *> Methods, in SetEligibleMethods()
H A DSemaDeclCXX.cpp10480 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp254 MethodsSeq Methods; member
470 FunctionsSeq Methods; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1251 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse()
1311 SmallVectorImpl<const ObjCMethodDecl *> &Methods) { in CollectOverriddenMethods()
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; in FinalOverriders() local
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1397 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2336 MethodsMap Methods; member
2638 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6281 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer()
6659 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3554 data_type_ref Methods) { in EmitKeyDataLength()
3587 data_type_ref Methods, unsigned DataLen) { in EmitData()
H A DASTReader.cpp9211 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool()
9239 auto &Methods = S.ObjC().MethodPool[Sel]; in ReadMethodPool() local