Searched refs:anchor (Results 176 - 200 of 335) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/unbound/validator/
H A Dvalidator.c398 * Prime trust anchor for use.
399 * Generate and dispatch a priming query for the given trust anchor.
400 * The trust anchor can be DNSKEY or DS and does not have to be signed.
415 log_err("Could not prime trust anchor: out of memory");
422 /* store trust anchor name for later lookup when prime returns */
428 log_err("Could not prime trust anchor: out of memory");
1317 struct trust_anchor* anchor; local
1359 anchor = anchors_lookup(qstate->env->anchors,
1380 /* for NXDOMAIN it could be signed by a parent of the trust anchor */
1382 anchor
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp31 void AccessSpecDecl::anchor() { } function in class:AccessSpecDecl
1406 void CXXMethodDecl::anchor() { }
1745 void CXXConstructorDecl::anchor() { }
1898 void CXXDestructorDecl::anchor() { }
1929 void CXXConversionDecl::anchor() { }
1959 void LinkageSpecDecl::anchor() { }
1976 void UsingDirectiveDecl::anchor() { }
2057 void NamespaceAliasDecl::anchor() { }
2091 void UsingShadowDecl::anchor() { }
2107 void UsingDecl::anchor() { }
[all...]
H A DDeclObjC.cpp51 void ObjCContainerDecl::anchor() { } function in class:ObjCContainerDecl
258 void ObjCInterfaceDecl::anchor() { } function in class:ObjCInterfaceDecl
1279 void ObjCTypeParamDecl::anchor() { } function in class:ObjCTypeParamDecl
1641 void ObjCIvarDecl::anchor() { } function in class:ObjCIvarDecl
1718 void ObjCAtDefsFieldDecl::anchor() { } function in class:ObjCAtDefsFieldDecl
1738 void ObjCProtocolDecl::anchor() { } function in class:ObjCProtocolDecl
1868 void ObjCCategoryDecl::anchor() { } function in class:ObjCCategoryDecl
1941 void ObjCCategoryImplDecl::anchor() { } function in class:ObjCCategoryImplDecl
1971 void ObjCImplDecl::anchor() { } function in class:ObjCImplDecl
2031 void ObjCImplementationDecl::anchor() { } function in class:ObjCImplementationDecl
2083 void ObjCCompatibleAliasDecl::anchor() { } function in class:ObjCCompatibleAliasDecl
2103 void ObjCPropertyDecl::anchor() { } function in class:ObjCPropertyDecl
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h102 virtual void anchor();
1702 void anchor() override;
2135 void anchor() override;
2346 void anchor() override;
2393 void anchor() override;
2455 virtual void anchor();
2547 void anchor() override;
2651 void anchor() override;
2767 void anchor() override;
2859 void anchor() overrid
[all...]
H A DDeclObjC.h538 void anchor() override;
697 void anchor() override;
855 void anchor() override;
1610 void anchor() override;
1677 void anchor() override;
1730 void anchor() override;
1932 void anchor() override;
2069 void anchor() override;
2140 void anchor() override;
2221 void anchor() overrid
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h232 virtual void anchor();
344 virtual void anchor();
359 virtual void anchor();
395 virtual void anchor();
410 virtual void anchor();
428 virtual void anchor();
490 void anchor() override;
512 void anchor() override;
544 void anchor() override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp427 void GlobalsSpaceRegion::anchor() { } function in class:GlobalsSpaceRegion
428 void HeapSpaceRegion::anchor() { } function in class:HeapSpaceRegion
429 void UnknownSpaceRegion::anchor() { } function in class:UnknownSpaceRegion
430 void StackLocalsSpaceRegion::anchor() { } function in class:StackLocalsSpaceRegion
431 void StackArgumentsSpaceRegion::anchor() { } function in class:StackArgumentsSpaceRegion
432 void TypedRegion::anchor() { } function in class:TypedRegion
433 void TypedValueRegion::anchor() { } function in class:TypedValueRegion
434 void CodeTextRegion::anchor() { } function in class:CodeTextRegion
435 void SubRegion::anchor() { } function in class:SubRegion
/freebsd-11.0-release/contrib/pf/tftp-proxy/
H A Dfilter.c207 strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
246 strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
247 strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
/freebsd-11.0-release/contrib/pf/ftp-proxy/
H A Dfilter.c198 strlcpy(pfte[i].anchor, an, PF_ANCHOR_NAME_SIZE);
237 strlcpy(pfp.anchor, an, PF_ANCHOR_NAME_SIZE);
238 strlcpy(pfr.anchor, an, PF_ANCHOR_NAME_SIZE);
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp18 void Matcher::anchor() { } function in class:Matcher
347 void EmitNodeMatcher::anchor() { } function in class:EmitNodeMatcher
349 void MorphNodeToMatcher::anchor() { } function in class:MorphNodeToMatcher
/freebsd-11.0-release/contrib/one-true-awk/
H A Dawk.h223 int anchor; member in struct:fa
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h41 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DUser.cpp22 void User::anchor() {} function in class:llvm::User
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DMachOUniversal.cpp94 void MachOUniversalBinary::anchor() { } function in class:MachOUniversalBinary
H A DObjectFile.cpp26 void ObjectFile::anchor() { } function in class:ObjectFile
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h43 virtual void anchor();
H A DSIMachineFunctionInfo.cpp27 void SIMachineFunctionInfo::anchor() {} function in class:SIMachineFunctionInfo
H A DSIMachineFunctionInfo.h31 void anchor() override;
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h29 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h39 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h239 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h34 virtual void anchor();
H A DMipsSubtarget.cpp60 void MipsSubtarget::anchor() { } function in class:MipsSubtarget
H A DMipsSubtarget.h37 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp164 void AArch64leTargetMachine::anchor() { } function in class:AArch64leTargetMachine
172 void AArch64beTargetMachine::anchor() { } function in class:AArch64beTargetMachine

Completed in 338 milliseconds

1234567891011>>