/freebsd/crypto/openssl/crypto/evp/ |
H A D | names.c | 2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. 26 r = OBJ_NAME_add(OBJ_nid2sn(c->nid), OBJ_NAME_TYPE_CIPHER_METH, in EVP_add_cipher() 30 r = OBJ_NAME_add(OBJ_nid2ln(c->nid), OBJ_NAME_TYPE_CIPHER_METH, in EVP_add_cipher() 40 name = OBJ_nid2sn(md->type); in EVP_add_digest() 44 r = OBJ_NAME_add(OBJ_nid2ln(md->type), OBJ_NAME_TYPE_MD_METH, in EVP_add_digest() 49 if (md->pkey_type && md->type != md->pkey_type) { in EVP_add_digest() 50 r = OBJ_NAME_add(OBJ_nid2sn(md->pkey_type), in EVP_add_digest() 54 r = OBJ_NAME_add(OBJ_nid2ln(md->pkey_type), in EVP_add_digest() 80 int id; in evp_get_cipherbyname_ex() local 99 id = ossl_namemap_name2num(namemap, name); in evp_get_cipherbyname_ex() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | fsl,imx8qxp-pixel-link.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/fsl,imx8qxp-pixel-link.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liu Ying <victor.liu@nxp.com> 27 - fsl,imx8qm-dc-pixel-link 28 - fsl,imx8qxp-dc-pixel-link 30 fsl,dc-id: 36 fsl,dc-stream-id: 52 "^port@[1-4]$": [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 1 //===- DeclTemplate.cpp - Template Declaration AST Node Implementation ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 43 //===----------------------------------------------------------------------===// 45 //===----------------------------------------------------------------------===// 62 bool IsPack = P->isTemplateParameterPack(); in TemplateParameterList() 64 if (!IsPack && NTTP->getType()->containsUnexpandedParameterPack()) in TemplateParameterList() 66 if (NTTP->hasPlaceholderTypeConstraint()) in TemplateParameterList() 70 TTP->getTemplateParameters()->containsUnexpandedParameterPack()) in TemplateParameterList() [all …]
|
H A D | DeclOpenMP.cpp | 1 //===--- DeclOpenMP.cpp - Declaration OpenMP AST Node Implementation ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 22 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 29 DeclContext *DC, in Create() argument 33 C, DC, std::nullopt, VL.size(), L); in Create() 34 D->setVars(VL); in Create() 39 GlobalDeclID ID, in CreateDeserialized() argument [all …]
|
H A D | DeclObjC.cpp | 1 //===- DeclObjC.cpp - ObjC Declaration AST Node Implementation ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements the Objective-C related Decl classes. 11 //===----------------------------------------------------------------------===// 41 //===----------------------------------------------------------------------===// 43 //===----------------------------------------------------------------------===// 64 //===----------------------------------------------------------------------===// 66 //===----------------------------------------------------------------------===// 68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl() argument [all …]
|
H A D | Decl.cpp | 1 //===- Decl.cpp - Declaration AST Node Implementation ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 78 return D->getASTContext().getPrimaryMergedDecl(D); in getPrimaryMergedDecl() 82 SourceLocation Loc = this->Loc; in print() 83 if (!Loc.isValid() && TheDecl) Loc = TheDecl->getLocation(); in print() 92 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true); in print() 101 return !getLexicalDeclContext()->Equals(getDeclContext()); in isOutOfLine() 108 //===----------------------------------------------------------------------===// [all …]
|
H A D | DeclBase.cpp | 1 //===- DeclBase.cpp - Declaration AST Node Implementation -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 55 //===----------------------------------------------------------------------===// 57 //===----------------------------------------------------------------------===// 64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate() 74 GlobalDeclID ID, std::size_t Extra) { in operator new() argument 76 // resulting pointer will still be 8-byte aligned. in operator new() 81 uint64_t *PrefixPtr = (uint64_t *)Result - 1; in operator new() [all …]
|
H A D | DeclCXX.cpp | 1 //===- DeclCXX.cpp - C++ Declaration AST Node Implementation --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 //===----------------------------------------------------------------------===// 56 //===----------------------------------------------------------------------===// 61 GlobalDeclID ID) { in CreateDeserialized() argument 62 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized() 67 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); in getFromExternalSource() 72 cast<NamedDecl>(Source->GetExternalDecl(GlobalDeclID(I.getDeclID())))); in getFromExternalSource() [all …]
|
H A D | DeclFriend.cpp | 1 //===- DeclFriend.cpp - C++ Friend Declaration AST Node Implementation ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, in Create() argument 49 assert(D->getFriendObjectKind() || in Create() 50 (cast<CXXRecordDecl>(DC)->getTemplateSpecializationKind())); in Create() 59 auto *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, in Create() 61 cast<CXXRecordDecl>(DC)->pushFriendDecl(FD); in Create() 65 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID, in CreateDeserialized() argument [all …]
|
H A D | Mangle.cpp | 1 //===--- Mangle.cpp - Mangle C++ Names --------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Implements generic name mangling support for blocks and Objective-C. 11 //===----------------------------------------------------------------------===// 60 return FD->isExternC(); in isExternC() 62 return VD->isExternC(); in isExternC() 75 if (FD->isMain() && FD->getNumParams() == 2) in getCallingConvMangling() 88 QualType T = FD->getType(); in getCallingConvMangling() 90 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 1 //===- DeclOpenMP.h - Classes for representing OpenMP directives -*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 38 return Data->getClauses(); in getClauses() 50 static T *createDirective(const ASTContext &C, DeclContext *DC, in createDirective() argument 53 auto *Inst = new (C, DC, size(Clauses.size(), NumChildren)) in createDirective() 54 T(DC, std::forward<Params>(P)...); in createDirective() 55 Inst->Data = OMPChildren::Create(Inst + 1, Clauses, in createDirective() 57 Inst->Data->setClauses(Clauses); in createDirective() [all …]
|
H A D | DeclTemplate.h | 1 //===- DeclTemplate.h - Classes for representing C++ templates --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 93 /// Whether any of the template parameters has constrained-parameter 94 /// constraint-expression. 123 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &C) const; 145 assert(Idx < size() && "Template parameter index out-of-range"); in getParam() 149 assert(Idx < size() && "Template parameter index out-of-range"); in getParam() 174 if (P->isParameterPack()) in hasParameterPack() [all …]
|
H A D | Decl.h | 1 //===- Decl.h - Classes for representing declarations -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 128 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof() 133 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() argument 134 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC)); in castFromDeclContext() 156 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC, 160 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID, 168 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classof() [all …]
|
H A D | DeclObjC.h | 1 //===- DeclObjC.h - Classes for representing declarations -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 77 /// ObjCList - This is a simple template class used to hold various lists of 78 /// decls etc, which is heavily used by the ObjC front-end. This only use case 99 /// A list of Objective-C protocols, along with the source 120 /// ObjCMethodDecl - Represents an instance or class method declaration. 123 /// functions leverage C syntax, Objective-C method syntax is modeled after 128 /// - (void)setMenu:(NSMenu *)menu; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 1 //===--- StandardLibrary.cpp ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 // Symbol name -> Symbol::ID, within a namespace. 30 // Header name => Header::ID 34 // Symbol::ID => symbol qualified_name/name/scope 45 // Symbol name -> Symbol::ID, within a namespace. 47 // Symbol::ID => Header::ID 88 Mapping->SymbolCount = SymCount; in initialize() 89 Mapping->SymbolNames = in initialize() [all …]
|
/freebsd/contrib/bearssl/tools/ |
H A D | keys.c | 37 br_skey_decoder_context dc; in decode_key() local 41 br_skey_decoder_init(&dc); in decode_key() 42 br_skey_decoder_push(&dc, buf, len); in decode_key() 43 err = br_skey_decoder_last_error(&dc); in decode_key() 56 switch (br_skey_decoder_key_type(&dc)) { in decode_key() 61 rk = br_skey_decoder_get_rsa(&dc); in decode_key() 63 sk->key_type = BR_KEYTYPE_RSA; in decode_key() 64 sk->key.rsa.n_bitlen = rk->n_bitlen; in decode_key() 65 sk->key.rsa.p = xblobdup(rk->p, rk->plen); in decode_key() 66 sk->key.rsa.plen = rk->plen; in decode_key() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 1 //===-- ASTUtils.h ----------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 clang::Decl *GetExternalDecl(clang::GlobalDeclID ID) override { in GetExternalDecl() argument 40 return m_Source->GetExternalDecl(ID); in GetExternalDecl() 43 clang::Selector GetExternalSelector(uint32_t ID) override { in GetExternalSelector() argument 44 return m_Source->GetExternalSelector(ID); in GetExternalSelector() 48 return m_Source->GetNumExternalSelectors(); in GetNumExternalSelectors() 52 return m_Source->GetExternalDeclStmt(Offset); in GetExternalDeclStmt() 57 return m_Source->GetExternalCXXCtorInitializers(Offset); in GetExternalCXXCtorInitializers() [all …]
|
H A D | ClangExternalASTSourceCallbacks.cpp | 1 //===-- ClangExternalASTSourceCallbacks.cpp -------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 char ClangExternalASTSourceCallbacks::ID; member in ClangExternalASTSourceCallbacks 53 const clang::DeclContext *DC, clang::DeclarationName Name) { in FindExternalVisibleDeclsByName() argument 55 // Objective-C methods are not added into the LookupPtr when they originate in FindExternalVisibleDeclsByName() 57 if (auto *oid = llvm::dyn_cast<clang::ObjCInterfaceDecl>(DC)) { in FindExternalVisibleDeclsByName() 58 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName() 60 if (omd->getDeclName() == Name) in FindExternalVisibleDeclsByName() 63 return !SetExternalVisibleDeclsForName(DC, Name, decls).empty(); in FindExternalVisibleDeclsByName() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra20-dc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-dc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 15 pattern: "^dc@[0-9a-f]+$" 19 - enum: 20 - nvidia,tegra20-dc 21 - nvidia,tegra30-dc [all …]
|
H A D | nvidia,tegra186-dc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra186-dc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 15 pattern: "^display@[0-9a-f]+$" 19 - nvidia,tegra186-dc 20 - nvidia,tegra194-dc 30 - description: display controller pixel clock [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ad5758.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5758.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | adi,ad5755.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5755.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD5755 Multi-Channel DAC 10 - Sean Nyekjaer <sean.nyekjaer@prevas.dk> 15 - adi,ad5755 16 - adi,ad5755-1 17 - adi,ad5757 18 - adi,ad5735 [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | MCDCTypes.h | 1 //===- MCDCTypes.h - Types related to MC/DC Coverage ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Types related to MC/DC Coverage. 11 //===----------------------------------------------------------------------===// 23 /// The ID for MCDCBranch. 44 ConditionID ID; member 48 BranchParameters(ConditionID ID, const ConditionIDs &Conds) in BranchParameters() 49 : ID(ID), Conds(Conds) { in BranchParameters() 50 assert(ID >= 0); in BranchParameters() [all …]
|
/freebsd/sys/dev/dcons/ |
H A D | dcons.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 36 * $Id: dcons.c,v 1.65 2003/10/24 03:24:55 simokawa Exp $ 49 dcons_ischar(struct dcons_softc *dc) in dcons_ischar() argument 54 ch = &dc->i; in dcons_ischar() 56 ptr = ntohl(*ch->ptr); in dcons_ischar() 59 if (gen == ch->gen && pos == ch->pos) in dcons_ischar() 62 next_gen = DCONS_NEXT_GEN(ch->gen); in dcons_ischar() 64 if ((gen != ch->gen && gen != next_gen) in dcons_ischar() 65 || (gen == ch->gen && pos < ch->pos)) { in dcons_ischar() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-aodv.c | 16 * 4. Neither the name of Bruce M. Simpson nor the names of co- 33 /* \summary: Ad hoc On-Demand Distance Vector (AODV) Routing printer */ 37 #include "netdissect-stdinc.h" 51 nd_uint32_t rreq_id; /* request ID */ 62 nd_uint32_t rreq_id; /* request ID */ 73 nd_uint32_t rreq_id; /* request ID */ 182 switch (GET_U_1(ep->type)) { in aodv_extension() 188 if (GET_U_1(ep->length) < 4) { in aodv_extension() 189 ND_PRINT("\n\text HELLO - bad length %u", in aodv_extension() 190 GET_U_1(ep->length)); in aodv_extension() [all …]
|