/freebsd/contrib/nvi/regex/ |
H A D | re_format.7 | 38 re_format \- POSIX 1003.2 regular expressions 51 `\(dg' marks decisions on these aspects that 54 A (modern) RE is one\(dg or more non-empty\(dg \fIbranches\fR, 58 A branch is one\(dg or more \fIpieces\fR, concatenated. 62 by a single\(dg `*', `+', `?', or \fIbound\fR. 71 The integers must lie between 0 and RE_DUP_MAX (255\(dg) inclusive, 85 an empty set of `()' (matching the null string)\(dg, 92 a `\e' followed by any other character\(dg 94 as if the `\e' had not been present\(dg), 97 character, not the beginning of a bound\(dg. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 1 //===- llvm/Analysis/DDG.h --------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the Data-Dependence Graph (DDG). 11 //===----------------------------------------------------------------------===// 23 class Function; 24 class Loop; 25 class LoopInfo; 26 class DDGNode; 27 class DDGEdge; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 1 //===- IndexingAction.cpp - Frontend index action -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 class IndexPPCallbacks final : public PPCallbacks { 35 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in MacroExpands() 41 IndexCtx->handleMacroDefined(*MacroNameTok.getIdentifierInfo(), in MacroDefined() 43 *MD->getMacroInfo()); in MacroDefined() 50 IndexCtx->handleMacroUndefined(*MacroNameTok.getIdentifierInfo(), in MacroUndefined() 60 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Defined() 66 if (!MD.getMacroInfo()) // Ignore non-existent macro. in Ifdef() [all …]
|
H A D | IndexBody.cpp | 1 //===- IndexBody.cpp - Indexing statements --------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 class BodyIndexer : public RecursiveASTVisitor<BodyIndexer> { 31 return StmtStack.size() < 2 ? nullptr : StmtStack.end()[-2]; in getParentStmt() 67 auto It = StmtStack.end()-2; in getRolesForRef() 70 if (ICE->getCastKind() == CK_LValueToRValue) in getRolesForRef() 75 --It; in getRolesForRef() 80 if (BO->getOpcode() == BO_Assign) { in getRolesForRef() 81 if (BO->getLHS()->IgnoreParenCasts() == E) in getRolesForRef() [all …]
|
H A D | IndexDecl.cpp | 1 //===- IndexDecl.cpp - Indexing declarations ------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 36 class IndexingDeclVisitor : public ConstDeclVisitor<IndexingDeclVisitor, bool> { 68 if (const NamedDecl *TTD = TD->getTemplatedDecl()) in handleTemplateArgumentLoc() 81 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined() 82 D->isInstanceMethod()); in hasUserDefined() 83 return MD && !MD->isImplicit() && MD->isThisDeclarationADefinition() && in hasUserDefined() 84 !MD->isSynthesizedAccessorStub(); in hasUserDefined() 93 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent, in handleDeclarator() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclGroup.h | 1 //===- DeclGroup.h - Classes for representing groups of Decls ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 22 class ASTContext; 23 class Decl; 25 class DeclGroup final : private llvm::TrailingObjects<DeclGroup, Decl *> { 41 assert (i < NumDecls && "Out-of-bounds access."); 46 assert (i < NumDecls && "Out-of-bounds access."); 51 class DeclGroupRef { [all …]
|
H A D | Stmt.h | 1 //===- Stmt.h - Classes for representing statements -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 49 class FoldingSetNodeID; 55 class ASTContext; 56 class Attr; 57 class CapturedDecl; 58 class Decl; 59 class Expr; [all …]
|
/freebsd/share/doc/usd/10.exref/exref/ |
H A D | ex.rm | 34 .EH 'USD:12-%''Ex Reference Manual' 35 .OH 'Ex Reference Manual''USD:12-%' 91 The financial support of an \s-2IBM\s0 Graduate Fellowship and the National 92 Science Foundation under grants MCS74-07644-A03 and MCS78-07291 is gratefully 108 determines the terminal type from the \s-2TERM\s0 variable in the environment. 109 It there is a \s-2TERMCAP\s0 variable in the environment, and the type 110 of the terminal described there matches the \s-2TERM\s0 variable, 112 is used. Also if the \s-2TERMCAP\s0 variable contains a pathname (beginning 115 If there is a variable \s-2EXINIT\s0 in the environment, then the editor 119 in your \s-2HOME\s0 directory [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 1 //===- SemaTemplateDeductionGude.cpp - Template Argument Deduction---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements deduction guides for C++ class template argument 12 //===----------------------------------------------------------------------===// 58 /// Tree transform to "extract" a transformed type from a class template's 60 class ExtractTypeForDeductionGuide 92 if (DC->Equals(TargetDC)) in mightReferToOuterTemplateParameters() 94 while (DC->isRecord()) { in mightReferToOuterTemplateParameters() 95 if (DC->Equals(TargetDC)) in mightReferToOuterTemplateParameters() [all …]
|
H A D | SemaStmt.cpp | 1 //===--- SemaStmt.cpp - Semantic Analysis for Statements ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 56 FE = ActOnFinishFullExpr(FE.get(), FE.get()->getExprLoc(), DiscardedValue); in ActOnExprStmt() 79 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() argument 81 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local 84 if (DG.isNull()) return StmtError(); in ActOnDeclStmt() 86 return new (Context) DeclStmt(DG, StartLoc, EndLoc); in ActOnDeclStmt() 89 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.h | 1 //===--------------------- BottleneckAnalysis.h -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 /// Example of bottleneck analysis report for a dot-product on X86 btver2: 20 /// - JFPA [ 39.34% ] 21 /// - JFPU0 [ 39.34% ] 23 /// - Register Dependencies [ 1.42% ] 24 /// - Memory Dependencies [ 0.00% ] 31 /// At the end of each cycle, if pressure on the simulated out-of-order buffers 40 /// Below is the critical sequence computed for the dot-product example on [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1 //===--------------- OrcV2CBindings.cpp - C bindings OrcV2 APIs -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm-c/LLJIT.h" 10 #include "llvm-c/Orc.h" 11 #include "llvm-c/OrcEE.h" 12 #include "llvm-c/TargetMachine.h" 26 class InProgressLookupState; 28 class OrcV2CAPIHelper { 81 class OrcCAPIMaterializationUnit : public llvm::orc::MaterializationUnit { [all …]
|
H A D | Core.cpp | 1 //===--- Core.cpp - Core ORC APIs (MaterializationUnit, JITDylib, etc.) ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "llvm/Config/llvm-config.h" 45 JD->Retain(); in ResourceTracker() 85 assert(this->SSP && "String pool cannot be null"); in FailedToMaterialize() 86 assert(!this->Symbols->empty() && "Can not fail to resolve an empty set"); in FailedToMaterialize() 88 // FIXME: Use a new dep-map type for FailedToMaterialize errors so that we in FailedToMaterialize() 90 for (auto &[JD, Syms] : *this->Symbols) in FailedToMaterialize() 91 JD->Retain(); in FailedToMaterialize() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 1 //===--- ModuleBuilder.cpp - Emit LLVM Code from ASTs ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 class CodeGeneratorImpl : public CodeGenerator { 43 /// Use this when emitting decls to block re-entrant decl emission. It will 55 unsigned Level = --Self.HandlingTopLevelDecls; in ~HandlingTopLevelDeclRAII() 72 if (ModuleName == "-" && !CGO.MainFileName.empty()) in ExpandModuleName() 106 return Builder->getModuleDebugInfo(); in getCGDebugInfo() 115 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName() [all …]
|
/freebsd/contrib/sendmail/doc/op/ |
H A D | op.me | 1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $ 14 .\" eqn op.me | pic | troff -me 20 .\" Define \(dg as "*" for text output and create a new .DG macro 26 .char \(dg * 51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide' 52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%' 74 .b SENDMAIL\u\s-6TM\s0\d 103 .i Sendmail \u\s-2TM\s0\d 107 It is not tied to any one transport protocol \*- [all …]
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 3.t | 52 some \*(Ps-Tahoe features (e.g. networking code). 58 This is a \*(Ps-Tahoe vintage system with Sun's NFS 4.0 filesystem code 60 The instructions for \*(Ps-Tahoe should largely apply. 62 \*(Ps-Reno from CSRG. 93 and use that system to cross-compile and install \*(4B. 102 then site-specific files should be merged into them. 124 filesystem can be an MFS virtual-memory-resident filesystem, 137 Extract kernel and/or user-level sources from the distribution tape 150 Merge site-dependent configuration files from 185 save and suggests directories in which site-specific files should be present. [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 1 //===--- AnalysisConsumer.cpp - ASTConsumer for running Analyses ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 64 //===----------------------------------------------------------------------===// 66 //===----------------------------------------------------------------------===// 70 class AnalysisConsumer : public AnalysisASTConsumer, 96 /// Note, we pre-compute the local declarations at parse time as an 136 "syntaxchecks", "Syntax-based analysis time", *AnalyzerTimers); in AnalysisConsumer() 140 "bugreporter", "Path-sensitive report post-processing time", in AnalysisConsumer() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Helper class to build precompiled preamble. 11 //===----------------------------------------------------------------------===// 28 #include "llvm/Config/llvm-config.h" 49 #warning "Unknown platform. Defaulting to UNIX-style paths for in-memory PCHs" in getInMemoryPreamblePath() 59 // so we create an in-memory VFS with just that and overlay it on top. in createVFSOverlayForPreamblePCH() 62 PCHFS->addFile(PCHFilename, 0, std::move(PCHBuffer)); in createVFSOverlayForPreamblePCH() 65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | adi,max98396.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ryan Lee <ryans.lee@analog.com> 13 The MAX98396 is a mono Class-DG speaker amplifier with I/V sense. 21 - adi,max98396 22 - adi,max98397 27 avdd-supply: 30 dvdd-supply: 33 dvddio-supply: [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 1 //===--- PrecompiledPreamble.h - Build precompiled preambles ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Helper class to build precompiled preamble. 11 //===----------------------------------------------------------------------===// 27 class MemoryBuffer; 28 class MemoryBufferRef; 30 class FileSystem; 35 class CompilerInstance; 36 class CompilerInvocation; [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_send.c | 1 /*- 2 * SPDX-License-Identifier: (ISC AND BSD-3-Clause) 4 * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") 5 * Portions Copyright (C) 1996-2003 Internet Software Consortium. 113 #include "un-namespace.h" 122 #define EXT(res) ((res)->_u._ext) 125 static const int highestFD = FD_SETSIZE - 1; 172 switch (sa->sa_family) { in res_ourserver_p() 175 for (ns = 0; ns < statp->nscount; ns++) { in res_ourserver_p() 177 if (srv->sin_family == inp->sin_family && in res_ourserver_p() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1 //===--- ObjCMT.cpp - ObjC Migrate Tool -----------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 42 class ObjCMigrateASTConsumer : public ASTConsumer { 137 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument 138 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in HandleTopLevelDecl() 142 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() argument 145 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer() argument 146 ObjCMigrateASTConsumer::HandleTopLevelDecl(DG); in HandleTopLevelDeclInObjCContainer() 159 return canModifyFile(FE->getName()); in canModifyFile() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1 //===----- SemaOpenMP.h -- Semantic Analysis for OpenMP constructs -------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 45 class ParsedAttr; 47 class SemaOpenMP : public SemaBase { 51 friend class Parser; 52 friend class Sema; 60 /// - If CurContext is a `declare target` function or it is known that the 62 /// - If CurContext is a non-`declare target` function and we are compiling [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1 //===--- ParseExprCXX.cpp - C++ Expression Parsing ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 74 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1)); in FixDigraph() 110 /// Parse global scope or nested-name-specifier if present. 112 /// Parses a C++ global scope specifier ('::') or nested-name-specifier (which 116 /// '::'[opt] nested-name-specifier 119 /// nested-name-specifier: 120 /// type-name '::' [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 1 //===- Attributor.cpp - Module-wide attribute deduction -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // iteration. See the Attributor.h file comment and the class descriptions in 14 //===----------------------------------------------------------------------===// 67 #define VERBOSE_DEBUG_TYPE DEBUG_TYPE "-verbose" 69 DEBUG_COUNTER(ManifestDBGCounter, "attributor-manifest", 87 // In the LLVM-TS and SPEC2006, 32 seems to not induce compile time overheads 92 // iterations: bottom-up and top-down. 94 SetFixpointIterations("attributor-max-iterations", cl::Hidden, [all …]
|