| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | OpenMPClause.cpp | 274 auto *Clause = in Create() local 277 Clause->setLoopNumIterations(I, nullptr); in Create() 278 Clause->setLoopCounter(I, nullptr); in Create() 280 return Clause; in Create() 286 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() local 288 Clause->setLoopNumIterations(I, nullptr); in CreateEmpty() 289 Clause->setLoopCounter(I, nullptr); in CreateEmpty() 291 return Clause; in CreateEmpty() 331 OMPPrivateClause *Clause = in Create() local 333 Clause->setVarRefs(VL); in Create() [all …]
|
| HD | StmtPrinter.cpp | 646 for (auto *Clause : Clauses) in PrintOMPExecutableDirective() local 647 if (Clause && !Clause->isImplicit()) { in PrintOMPExecutableDirective() 649 Printer.Visit(Clause); in PrintOMPExecutableDirective()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600ControlFlowFinalizer.cpp | 469 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() argument 471 CounterPropagateAddr(*Clause.first, CfCount); in EmitFetchClause() 472 MachineBasicBlock *BB = Clause.first->getParent(); in EmitFetchClause() 474 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { in EmitFetchClause() 475 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause() 477 CfCount += 2 * Clause.second.size(); in EmitFetchClause() 481 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause() argument 482 Clause.first->getOperand(0).setImm(0); in EmitALUClause() 483 CounterPropagateAddr(*Clause.first, CfCount); in EmitALUClause() 484 MachineBasicBlock *BB = Clause.first->getParent(); in EmitALUClause() [all …]
|
| /freebsd-11-stable/sys/dev/mdio/ |
| HD | mdio_if.m | 63 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or 64 * MDIO_DEVADDR_NONE to request Clause 22 register addressing. 80 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or 81 * MDIO_DEVADDR_NONE to request Clause 22 register addressing.
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 581 OMPClause *Clause = in ParseOpenMPDeclareMapperDirective() local 583 if (Clause) in ParseOpenMPDeclareMapperDirective() 584 Clauses.push_back(Clause); in ParseOpenMPDeclareMapperDirective() 1413 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 1418 if (Clause != nullptr) in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1419 Clauses.push_back(Clause); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1459 OMPClause *Clause = ParseOpenMPClause(OMPD_requires, CKind, in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 1464 if (Clause != nullptr) in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1465 Clauses.push_back(Clause); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1772 OMPClause *Clause = ParseOpenMPClause(OMPD_allocate, CKind, in ParseOpenMPDeclarativeOrExecutableDirective() local [all …]
|
| /freebsd-11-stable/contrib/subversion/ |
| HD | NOTICE | 27 This software contains code derived from TropicSSL under a BSD 3-Clause 31 under a BSD 2-Clause license, see LICENSE.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | WinException.cpp | 1221 for (ClrClause &Clause : Clauses) { in emitCLRExceptionTable() 1271 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable() 1272 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable() 1274 const ClrEHUnwindMapEntry &Entry = FuncInfo.ClrEHUnwindMap[Clause.State]; in emitCLRExceptionTable() 1278 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() 1296 if (Clause.EnclosingState != MinClauseMap[Clause.State]) { in emitCLRExceptionTable() 1299 assert(Clause.EnclosingState > MinClauseMap[Clause.State]); in emitCLRExceptionTable()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyLowerEmscriptenEHSjLj.cpp | 844 Constant *Clause = LPI->getClause(I); in runEHOnFunction() local 849 auto *ATy = cast<ArrayType>(Clause->getType()); in runEHOnFunction() 851 Value *EV = IRB.CreateExtractValue(Clause, makeArrayRef(J), "filter"); in runEHOnFunction() 855 FMCArgs.push_back(Clause); in runEHOnFunction()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | THIRDPARTYLICENSE.lz4 | 3 BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_errno.inc | 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 684 OMPOrderedClause *Clause) { in setOrderedRegion() argument 686 getTopOfStack().OrderedRegion.emplace(Param, Clause); in setOrderedRegion() 2247 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 2249 for (Expr *DE : Clause->varlists()) { in EndOpenMPDSABlock() 2281 Clause->setPrivateCopies(PrivateCopies); in EndOpenMPDSABlock() 2285 if (auto *Clause = dyn_cast<OMPNontemporalClause>(C)) { in EndOpenMPDSABlock() local 2287 for (Expr *RefExpr : Clause->varlists()) { in EndOpenMPDSABlock() 2305 Clause->setPrivateRefs(PrivateRefs); in EndOpenMPDSABlock() 2319 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, 3861 for (OMPClause *Clause : Clauses) { in ActOnOpenMPRegionEnd() [all …]
|
| HD | SemaTemplate.cpp | 3334 static void collectConjunctionTerms(Expr *Clause, in collectConjunctionTerms() argument 3336 if (auto BinOp = dyn_cast<BinaryOperator>(Clause->IgnoreParenImpCasts())) { in collectConjunctionTerms() 3345 Terms.push_back(Clause); in collectConjunctionTerms()
|
| HD | TreeTransform.h | 7999 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local 8001 if (Clause) in TransformOMPExecutableDirective() 8002 TClauses.push_back(Clause); in TransformOMPExecutableDirective()
|
| /freebsd-11-stable/sys/dev/iscsi/ |
| HD | icl_conn_if.m | 2 # SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 1651 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause() local 1653 if (const Expr *AlignmentExpr = Clause->getAlignment()) { in emitAlignedClause() 1658 for (const Expr *E : Clause->varlists()) { in emitAlignedClause() 3117 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective() local 3120 const Expr *Cond = Clause->getCondition(); in EmitOMPTaskBasedDirective() 3131 if (const auto *Clause = S.getSingleClause<OMPPriorityClause>()) { in EmitOMPTaskBasedDirective() local 3132 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective() 5242 if (const auto* Clause = S.getSingleClause<OMPGrainsizeClause>()) { in EmitOMPTaskLoopBasedDirective() local 5245 Data.Schedule.setPointer(EmitScalarExpr(Clause->getGrainsize())); in EmitOMPTaskLoopBasedDirective() 5246 } else if (const auto* Clause = S.getSingleClause<OMPNumTasksClause>()) { in EmitOMPTaskLoopBasedDirective() local [all …]
|
| HD | CGOpenMPRuntimeNVPTX.cpp | 4967 for (const OMPClause *Clause : D->clauselists()) { in checkArchForUnifiedAddressing() local 4968 if (Clause->getClauseKind() == OMPC_unified_shared_memory) { in checkArchForUnifiedAddressing() 4987 CGM.Error(Clause->getBeginLoc(), Out.str()); in checkArchForUnifiedAddressing()
|
| HD | CGOpenMPRuntime.cpp | 9779 for (const OMPClause *Clause : D->clauselists()) { in checkArchForUnifiedAddressing() local 9780 if (Clause->getClauseKind() == OMPC_unified_shared_memory) { in checkArchForUnifiedAddressing()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CXXRecordDeclDefinitionBits.def | 74 /// * has the same access control (Clause 11) for all non-static data
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | sniffer | 244 >20 belong&0x03FFFFFF 259 (Ethernet with 802.3 Clause 65 EPON preamble
|
| /freebsd-11-stable/sys/mips/rmi/ |
| HD | msgring.cfg | 2 * SPDX-License-Identifier: BSD-3-Clause
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Verifier.cpp | 3716 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local 3718 Assert(isa<PointerType>(Clause->getType()), in visitLandingPadInst() 3722 Assert(isa<ConstantArray>(Clause) || isa<ConstantAggregateZero>(Clause), in visitLandingPadInst()
|
| /freebsd-11-stable/contrib/tnftp/ |
| HD | ChangeLog | 156 * Clause 3 removal.
|
| /freebsd-11-stable/contrib/tzdata/ |
| HD | australasia | 1673 # parliamentary debates in 1956 said "Clause 78 makes provision for standard
|