| /openbsd-src/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
| H A D | calendar.fetes | 18 * Par ex. « St Antoine de Padoue » se retrouve abrégé en 23 01/01 Aujourd'hui, c'est la St(e) Almaque. 26 01/02 Aujourd'hui, c'est la St(e) Vassili. 29 01/03 Aujourd'hui, c'est la St(e) Ginette. 32 01/04 Aujourd'hui, c'est la St(e) Robert. 35 01/06 Aujourd'hui, c'est la St(e) Mélaine. 38 01/07 Aujourd'hui, c'est la St(e) Raymond. 41 01/08 Aujourd'hui, c'est la St(e) Lucien. 44 01/08 Aujourd'hui, c'est la St(e) Gudule. 47 01/10 Aujourd'hui, c'est la St(e) Guillaume. [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 27 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr() argument 30 if (isa<SwitchCase>(St)) { in handleFallThroughAttr() 32 << A << St->getBeginLoc(); in handleFallThroughAttr() 54 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr() argument 72 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr() argument 88 if (!isa<DoStmt, ForStmt, CXXForRangeStmt, WhileStmt>(St)) { in handleLoopHintAttr() 90 S.Diag(St->getBeginLoc(), diag::err_pragma_loop_precedes_nonloop) << Pragma; in handleLoopHintAttr() 140 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc())) in handleLoopHintAttr() 150 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc())) in handleLoopHintAttr() 185 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 486 AnyFunctionCall(const Expr *E, ProgramStateRef St, in AnyFunctionCall() argument 488 : CallEvent(E, St, LCtx) {} in AnyFunctionCall() 489 AnyFunctionCall(const Decl *D, ProgramStateRef St, in AnyFunctionCall() argument 491 : CallEvent(D, St, LCtx) {} in AnyFunctionCall() 523 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() argument 525 : AnyFunctionCall(CE, St, LCtx) {} in SimpleFunctionCall() 560 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() argument 562 : CallEvent(CE, St, LCtx) {} in BlockCall() 663 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() argument 665 : AnyFunctionCall(CE, St, LCtx) {} in CXXInstanceCall() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 28 struct stat St; in IsFile() local 29 if (stat(Path.c_str(), &St)) in IsFile() 31 return S_ISREG(St.st_mode); in IsFile() 35 struct stat St; in IsDirectory() local 36 if (stat(Path.c_str(), &St)) in IsDirectory() 38 return S_ISDIR(St.st_mode); in IsDirectory() 42 struct stat St; in FileSize() local 43 if (stat(Path.c_str(), &St)) in FileSize() 45 return St.st_size; in FileSize()
|
| H A D | FuzzerIO.cpp | 35 struct stat St; in GetEpoch() local 36 if (stat(Path.c_str(), &St)) in GetEpoch() 38 return St.st_mtime; in GetEpoch()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 90 const StackTrace St = StackDepotGet(Id); in StackSizeBytes() local 92 CHECK(St.trace != nullptr && St.size > 0 && "Empty stack trace"); in StackSizeBytes() 93 for (uptr i = 0; i < St.size && St.trace[i] != 0; i++) { in StackSizeBytes() 121 const StackTrace St = StackDepotGet(Id); in SerializeStackToBuffer() local 122 for (uptr i = 0; i < St.size && St.trace[i] != 0; i++) { in SerializeStackToBuffer() 125 uptr pc = StackTrace::GetPreviousInstructionPc(St.trace[i]); in SerializeStackToBuffer()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefBranchChecker.cpp | 33 ProgramStateRef St; member 37 : St(std::move(S)), LCtx(L) {} in FindUndefExpr() 52 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria() 95 ProgramStateRef St = N->getState(); in checkBranchCondition() local 99 St = PrevN->getState(); in checkBranchCondition() 101 FindUndefExpr FindIt(St, Ctx.getLocationContext()); in checkBranchCondition()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 146 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 152 OutChains.push_back(St); in EmitUnrolledSetTag() 159 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 165 OutChains.push_back(St); in EmitUnrolledSetTag() 200 SDNode *St = DAG.getMachineNode(Opcode, dl, ResTys, Ops); in EmitTargetCodeForSetTag() local 202 DAG.setNodeMemRefs(cast<MachineSDNode>(St), {BaseMemOperand}); in EmitTargetCodeForSetTag() 203 return SDValue(St, 2); in EmitTargetCodeForSetTag()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/St/ |
| H A D | badargs.out_lint | 1 mandoc: badargs.in:16:2: WARNING: skipping empty macro: St 2 mandoc: badargs.in:13:5: ERROR: unknown standard specifier: St -murks
|
| H A D | call.out_lint | 1 mandoc: call.in:10:2: WARNING: skipping empty macro: St
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | iso3166.tab | 57 BL St Barthelemy 151 KN St Kitts & Nevis 159 LC St Lucia 172 MF St Martin (French) 211 PM St Pierre & Miquelon 230 SH St Helena 242 SX St Maarten (Dutch) 268 VC St Vincent
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 461 StoreSDNode *St = cast<StoreSDNode>(N); in ExpandOp_NormalStore() local 462 assert(!St->isAtomic() && "Atomics can not be split"); in ExpandOp_NormalStore() 463 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() 465 SDValue Chain = St->getChain(); in ExpandOp_NormalStore() 466 SDValue Ptr = St->getBasePtr(); in ExpandOp_NormalStore() 467 AAMDNodes AAInfo = St->getAAInfo(); in ExpandOp_NormalStore() 473 GetExpandedOp(St->getValue(), Lo, Hi); in ExpandOp_NormalStore() 478 Lo = DAG.getStore(Chain, dl, Lo, Ptr, St->getPointerInfo(), in ExpandOp_NormalStore() 479 St->getOriginalAlign(), St->getMemOperand()->getFlags(), in ExpandOp_NormalStore() 484 Chain, dl, Hi, Ptr, St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SMLoc.h | 54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() argument
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 138 const Stmt *St = S.first; in Detect() local 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() 143 } else if (const SwitchStmt *SS = dyn_cast<SwitchStmt>(St)) { in Detect()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1942 RangeSet getSymLTRange(ProgramStateRef St, SymbolRef Sym, 1945 RangeSet getSymGTRange(ProgramStateRef St, SymbolRef Sym, 1948 RangeSet getSymLERange(ProgramStateRef St, SymbolRef Sym, 1954 RangeSet getSymGERange(ProgramStateRef St, SymbolRef Sym, 2860 const llvm::APSInt *RangeConstraintManager::getSymVal(ProgramStateRef St, in getSymVal() argument 2862 const RangeSet *T = getConstraint(St, Sym); in getSymVal() 3030 RangeConstraintManager::assumeSymNE(ProgramStateRef St, SymbolRef Sym, in assumeSymNE() argument 3036 return St; in assumeSymNE() 3039 RangeSet New = getRange(St, Sym); in assumeSymNE() 3042 return setRange(St, Sym, New); in assumeSymNE() [all …]
|
| H A D | CoreEngine.cpp | 678 ProgramStateRef St, in generateNode() argument 683 St, IsSink, &IsNew); in generateNode() 697 ProgramStateRef St) { in generateCaseStmtNode() argument 701 St, false, &IsNew); in generateCaseStmtNode() 711 SwitchNodeBuilder::generateDefaultCaseNode(ProgramStateRef St, in generateDefaultCaseNode() argument 725 St, IsSink, &IsNew); in generateDefaultCaseNode()
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.christian | 23 10/18 Feast Day of St. Luke 25 12/06 St. Nicholas' Day
|
| H A D | calendar.pagan | 25 03/17 Celebration of Trefuilnid Treochar (St.Patrick's day) 30 04/30 May Eve / Walpurgisnacht (witches' Sabbath) / Walpurgis Night (after St. Walpurga) 40 06/23 St. John's Eve - European Midsummer celebration
|
| H A D | calendar.canada | 12 02/14 St. Valentine's Day 25 06/24 St-Jean Baptiste
|
| H A D | calendar.holiday | 14 01/02 St. Berchtold's Day in Switzerland 38 01/23 Feast of St. Ildefonsus 49 02/09 St. Maron's Day in Lebanon 50 02/10 Feast of St. Paul's Shipwreck, AD 60 61 03/01 St. David's Day, Cardiff 88 03/17 St. Patrick's Day 89 03/19 St. Joseph's Day in Colombia, Costa Rica, Holy See, Liechtenstein, 228 06/24 St. Jean-Baptiste Day in Quebec 256 07/15 St. Swithin's Day 306 08/20 Constitution Day in Hungary and birthday of King St. Istvan [all …]
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | america | 1 Antigua and Barbuda:St. John's 17 Grenada:St. George's
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 367 StoreInst *St = dyn_cast<StoreInst>(I); in instructionSafeForVersioning() local 368 if (!St || !St->isSimple()) { in instructionSafeForVersioning() 373 Value *Ptr = St->getPointerOperand(); in instructionSafeForVersioning()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxmap.rst | 82 For convenience, built-in <substitution>s such as ``St`` and ``Ss`` 94 name St St3__1 95 name St St7__cxx11
|
| /openbsd-src/share/misc/ |
| H A D | na.phone | 132 289:St. Catharines:Ontario:ON 170 314:St. Louis:Missouri:MO 189 320:St. Cloud:Minnesota:MN 216 340:St John:US Virgin Islands: 217 340:St Thomas:US Virgin Islands: 357 450:St-Hyacinthe:Quebec:QC 358 450:St-Jean:Quebec:QC 359 450:St-Jerome:Quebec:QC 483 519:St. Thomas:Ontario:ON 653 651:St [all...] |
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 257 .St { } 278 .St, .Sx, .Sy, .Va, .Vt, .Xr { 307 .St::before { content: "St"; } 320 h2.Sh::before, h3.Ss::before, .St::before, .Sx::before, .Sy::before, 341 .Rs:hover::before, h2.Sh:hover::before, h3.Ss:hover::before, .St:hover::before,
|