/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 29 struct X86Operand final : public MCParsedAsmOperand { struct 30 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind; 32 SMLoc StartLoc, EndLoc; 33 SMLoc OffsetOfLoc; 34 StringRef SymName; 35 void *OpDecl; 36 bool AddressOf; 37 bool CallOperand; 39 struct TokOp { 44 struct RegOp { [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 150 struct TemplateIdAnnotation final struct 153 friend TrailingObjects; 156 SourceLocation TemplateKWLoc; 160 SourceLocation TemplateNameLoc; 163 IdentifierInfo *Name; 166 OverloadedOperatorKind Operator; 170 ParsedTemplateTy Template; 175 TemplateNameKind Kind; 179 SourceLocation LAngleLoc; 183 SourceLocation RAngleLoc; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 133 struct Metadata final { struct 135 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>(); 137 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>(); 148 bool empty() const { in empty() 153 bool notEmpty() const { in notEmpty() 200 struct Metadata final { struct 206 uint32_t mSize = 0; 208 uint32_t mOffset = 0; 210 uint32_t mAlign = 0; 212 ValueKind mValueKind = ValueKind::Unknown; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_base.h | 205 struct _CEnd final in _GLIBCXX_VISIBILITY() struct 210 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() 712 struct __advance_fn final in _GLIBCXX_VISIBILITY() struct 716 operator()(_It& __it, iter_difference_t<_It> __n) const in _GLIBCXX_VISIBILITY() 750 operator()(_It& __it, _Sent __bound) const in _GLIBCXX_VISIBILITY() 765 operator()(_It& __it, iter_difference_t<_It> __n, _Sent __bound) const in _GLIBCXX_VISIBILITY() 826 struct __distance_fn final in _GLIBCXX_VISIBILITY() struct 831 operator()[[nodiscard]](_It __first, _Sent __last) const in _GLIBCXX_VISIBILITY() 845 operator()(const _It& __first, const _Sent& __last) const in _GLIBCXX_VISIBILITY() 853 operator()(_Range&& __r) const in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CFLAliasAnalysisUtils.h | 23 template <typename AAResult> struct FunctionHandle final : public CallbackVH { struct 24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() 30 void deleted() override { removeSelfFromCache(); } in deleted() 31 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith() 36 void removeSelfFromCache() { in removeSelfFromCache()
|
H A D | GlobalsModRef.h | 62 struct DeletionCallbackHandle final : CallbackVH { struct 63 GlobalsAAResult *GAR; 64 std::list<DeletionCallbackHandle>::iterator I; 66 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600RegisterInfo.h | 22 struct R600RegisterInfo final : public R600GenRegisterInfo { struct 23 R600RegisterInfo() : R600GenRegisterInfo(0) {} in R600RegisterInfo() 42 bool trackLivenessAfterRegAlloc(const MachineFunction &MF) const override { in trackLivenessAfterRegAlloc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 95 struct OMPTaskDataTy final { struct 96 SmallVector<const Expr *, 4> PrivateVars; 97 SmallVector<const Expr *, 4> PrivateCopies; 98 SmallVector<const Expr *, 4> FirstprivateVars; 99 SmallVector<const Expr *, 4> FirstprivateCopies; 100 SmallVector<const Expr *, 4> FirstprivateInits; 101 SmallVector<const Expr *, 4> LastprivateVars; 102 SmallVector<const Expr *, 4> LastprivateCopies; 103 SmallVector<const Expr *, 4> ReductionVars; 104 SmallVector<const Expr *, 4> ReductionOrigs; [all …]
|
H A D | CGCXXABI.h | 645 struct CatchRetScope final : EHScopeStack::Cleanup { struct 646 llvm::CatchPadInst *CPI; 648 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() 650 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | FormatUtil.h | 116 struct EndianAdapter final struct 119 using EndianType = 123 explicit EndianAdapter(EndianType &&Item) in EndianAdapter() 126 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTConcept.h | 77 struct ASTConstraintSatisfaction final : struct 80 std::size_t NumRecords; 81 bool IsSatisfied : 1; 83 const UnsatisfiedConstraintRecord *begin() const { in begin() 87 const UnsatisfiedConstraintRecord *end() const { in end()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | optional.h | 16 struct Optional final struct 23 bool present;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Compilation.h | 83 struct TCArgsKey final { struct 84 const ToolChain *TC = nullptr; 85 StringRef BoundArch; 86 Action::OffloadKind DeviceOffloadKind = Action::OFK_None; 88 TCArgsKey(const ToolChain *TC, StringRef BoundArch, in TCArgsKey()
|
H A D | Action.h | 591 struct DependentActionInfo final { struct 593 const ToolChain *DependentToolChain = nullptr; 596 StringRef DependentBoundArch; 599 const OffloadKind DependentOffloadKind = OFK_None; 601 DependentActionInfo(const ToolChain *DependentToolChain, in DependentActionInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.h | 190 struct WebAssemblyFunctionInfo final : public yaml::MachineFunctionInfo { struct 191 std::vector<FlowStringValue> Params; 192 std::vector<FlowStringValue> Results; 193 bool CFGStackified = false; 196 BBNumberMap SrcToUnwindDest;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 111 struct BBGuard final : public CallbackVH { struct 112 BBGuard(const BasicBlock *BB) : CallbackVH(BB) {} in BBGuard() 113 void deleted() override { CallbackVH::deleted(); } in deleted() 114 void allUsesReplacedWith(Value *) override { CallbackVH::deleted(); } in allUsesReplacedWith() 115 bool isPoisoned() const { return !getValPtr(); } in isPoisoned()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 156 struct OpenMPScheduleTy final { struct 157 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown; 158 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown; 159 OpenMPScheduleClauseModifier M2 = OMPC_SCHEDULE_MODIFIER_unknown;
|
/netbsd-src/external/zlib/pigz/dist/zopfli/ |
H A D | deflate.c | 367 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block() 432 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, in DeflateDynamicBlock() 485 static void DeflateFixedBlock(const ZopfliOptions* options, int final, in DeflateFixedBlock() 516 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, in DeflateNonCompressedBlock() 547 int btype, int final, in DeflateBlock() 568 int btype, int final, in DeflateSplittingFirst() 602 int btype, int final, in DeflateSplittingLast() 672 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, in ZopfliDeflatePart() 689 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final, in ZopfliDeflate()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | m_ripemd.c | 32 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|
H A D | m_md2.c | 33 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|
H A D | m_md5.c | 32 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|
H A D | m_null.c | 27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
H A D | m_sm3.c | 28 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | legacy_meth.h | 39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
|
H A D | m_null.c | 27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
|