| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 24 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr() argument 27 if (isa<SwitchCase>(St)) { in handleFallThroughAttr() 29 << A << St->getBeginLoc(); in handleFallThroughAttr() 51 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr() argument 74 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr() argument 91 if (!isa<DoStmt, ForStmt, CXXForRangeStmt, WhileStmt>(St)) { in handleLoopHintAttr() 93 S.Diag(St->getBeginLoc(), diag::err_pragma_loop_precedes_nonloop) << Pragma; in handleLoopHintAttr() 150 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(), in handleLoopHintAttr() 162 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(), in handleLoopHintAttr() 199 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder() argument [all …]
|
| H A D | ParsedAttr.cpp | 156 bool ParsedAttr::diagnoseAppertainsTo(Sema &S, const Stmt *St) const { in diagnoseAppertainsTo() 157 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
|
| H A D | SemaStmt.cpp | 670 bool Sema::checkAndRewriteMustTailAttr(Stmt *St, const Attr &MTA) { in checkAndRewriteMustTailAttr() argument 671 ReturnStmt *R = cast<ReturnStmt>(St); in checkAndRewriteMustTailAttr() 678 if (!checkMustTailAttr(St, MTA)) in checkAndRewriteMustTailAttr() 695 bool Sema::checkMustTailAttr(const Stmt *St, const Attr &MTA) { in checkMustTailAttr() argument 706 const Expr *E = cast<ReturnStmt>(St)->getRetValue(); in checkMustTailAttr() 710 Diag(St->getBeginLoc(), diag::err_musttail_needs_call) << &MTA; in checkMustTailAttr() 716 …Diag(St->getBeginLoc(), diag::err_musttail_mismatch) << /*show-function-callee=*/true << CalleeDec… in checkMustTailAttr() 723 Diag(St->getBeginLoc(), diag::err_musttail_needs_trivial_args) << &MTA; in checkMustTailAttr() 743 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type, in checkMustTailAttr() 746 Diag(St->getBeginLoc(), diag::err_musttail_structors_forbidden) in checkMustTailAttr() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 501 AnyFunctionCall(const Expr *E, ProgramStateRef St, in AnyFunctionCall() argument 504 : CallEvent(E, St, LCtx, ElemRef) {} in AnyFunctionCall() 505 AnyFunctionCall(const Decl *D, ProgramStateRef St, in AnyFunctionCall() argument 508 : CallEvent(D, St, LCtx, ElemRef) {} in AnyFunctionCall() 540 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() argument 543 : AnyFunctionCall(CE, St, LCtx, ElemRef) {} in SimpleFunctionCall() 580 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() argument 582 : CallEvent(CE, St, LCtx, ElemRef) {} in BlockCall() 681 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() argument 684 : AnyFunctionCall(CE, St, LCtx, ElemRef) {} in CXXInstanceCall() [all …]
|
| H A D | CoreEngine.h | 415 ProgramStateRef St, 420 return NodeBuilder::generateNode(L, St, Pred); 425 ProgramStateRef St, 430 return NodeBuilder::generateSink(L, St, Pred);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 29 struct stat St; in IsFile() local 30 if (stat(Path.c_str(), &St)) in IsFile() 32 return S_ISREG(St.st_mode); in IsFile() 36 struct stat St; in IsDirectory() local 37 if (stat(Path.c_str(), &St)) in IsDirectory() 39 return S_ISDIR(St.st_mode); in IsDirectory() 43 struct stat St; in FileSize() local 44 if (stat(Path.c_str(), &St)) in FileSize() 46 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()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 96 const StackTrace St = StackDepotGet(Id); in StackSizeBytes() local 98 CHECK(St.trace != nullptr && St.size > 0 && "Empty stack trace"); in StackSizeBytes() 99 for (uptr i = 0; i < St.size && St.trace[i] != 0; i++) { in StackSizeBytes() 127 const StackTrace St = StackDepotGet(Id); in SerializeStackToBuffer() local 128 for (uptr i = 0; i < St.size && St.trace[i] != 0; i++) { in SerializeStackToBuffer() 131 uptr pc = StackTrace::GetPreviousInstructionPc(St.trace[i]); in SerializeStackToBuffer()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1963 RangeSet getSymLTRange(ProgramStateRef St, SymbolRef Sym, 1966 RangeSet getSymGTRange(ProgramStateRef St, SymbolRef Sym, 1969 RangeSet getSymLERange(ProgramStateRef St, SymbolRef Sym, 1975 RangeSet getSymGERange(ProgramStateRef St, SymbolRef Sym, 2882 const llvm::APSInt *RangeConstraintManager::getSymVal(ProgramStateRef St, in getSymVal() argument 2884 return getRange(St, Sym).getConcreteValue(); in getSymVal() 2887 const llvm::APSInt *RangeConstraintManager::getSymMinVal(ProgramStateRef St, in getSymMinVal() argument 2889 RangeSet Range = getRange(St, Sym); in getSymMinVal() 2893 const llvm::APSInt *RangeConstraintManager::getSymMaxVal(ProgramStateRef St, in getSymMaxVal() argument 2895 RangeSet Range = getRange(St, Sym); in getSymMaxVal() [all …]
|
| H A D | CoreEngine.cpp | 734 ProgramStateRef St, in generateNode() argument 739 St, IsSink, &IsNew); in generateNode() 753 ProgramStateRef St) { in generateCaseStmtNode() argument 757 St, false, &IsNew); in generateCaseStmtNode() 767 SwitchNodeBuilder::generateDefaultCaseNode(ProgramStateRef St, in generateDefaultCaseNode() argument 781 St, IsSink, &IsNew); in generateDefaultCaseNode()
|
| H A D | ProgramState.cpp | 552 ProgramStateRef ProgramStateManager::addGDM(ProgramStateRef St, void *Key, void *Data){ in addGDM() argument 553 ProgramState::GenericDataMap M1 = St->getGDM(); in addGDM() 557 return St; in addGDM() 559 ProgramState NewSt = *St; in addGDM()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 480 StoreSDNode *St = cast<StoreSDNode>(N); in ExpandOp_NormalStore() local 481 assert(!St->isAtomic() && "Atomics can not be split"); in ExpandOp_NormalStore() 482 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() 484 SDValue Chain = St->getChain(); in ExpandOp_NormalStore() 485 SDValue Ptr = St->getBasePtr(); in ExpandOp_NormalStore() 486 AAMDNodes AAInfo = St->getAAInfo(); in ExpandOp_NormalStore() 492 GetExpandedOp(St->getValue(), Lo, Hi); in ExpandOp_NormalStore() 498 DAG.getStore(Chain, dl, Lo, Ptr, St->getPointerInfo(), St->getBaseAlign(), in ExpandOp_NormalStore() 499 St->getMemOperand()->getFlags(), AAInfo); in ExpandOp_NormalStore() 503 Chain, dl, Hi, Ptr, St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SMLoc.h | 54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() argument
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 143 const Stmt *St = S.first; in Detect() local 145 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() 148 } else if (const SwitchStmt *SS = dyn_cast<SwitchStmt>(St)) { in Detect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 619 GStore *St = nullptr; member 720 MIB.setInstrAndDebugLoc(*SInfo.St); in tryOptimizeConsecStores() 722 auto NewPtr = MIB.buildPtrAdd(MRI.getType(SInfo.St->getPointerReg()), in tryOptimizeConsecStores() 725 MIB.getObserver()->changingInstr(*SInfo.St); in tryOptimizeConsecStores() 726 SInfo.St->getOperand(1).setReg(NewPtr.getReg(0)); in tryOptimizeConsecStores() 728 MIB.getObserver()->changedInstr(*SInfo.St); in tryOptimizeConsecStores() 792 return New.St->getValueReg() == LoadVal; in optimizeConsecutiveMemOpAddressing() 835 if (auto *St = dyn_cast<GStore>(&MI)) { in optimizeConsecutiveMemOpAddressing() local 838 LLT StoredValTy = MRI.getType(St->getValueReg()); in optimizeConsecutiveMemOpAddressing() 840 if (ValSize < 32 || St->getMMO().getSizeInBits() != ValSize) in optimizeConsecutiveMemOpAddressing() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 302 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 308 OutChains.push_back(St); in EmitUnrolledSetTag() 315 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 321 OutChains.push_back(St); in EmitUnrolledSetTag() 356 SDNode *St = DAG.getMachineNode(Opcode, dl, ResTys, Ops); in EmitTargetCodeForSetTag() local 358 DAG.setNodeMemRefs(cast<MachineSDNode>(St), {BaseMemOperand}); in EmitTargetCodeForSetTag() 359 return SDValue(St, 2); in EmitTargetCodeForSetTag()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 339 StoreInst *St = dyn_cast<StoreInst>(I); in instructionSafeForVersioning() local 340 if (!St || !St->isSimple()) { in instructionSafeForVersioning() 345 Value *Ptr = St->getPointerOperand(); in instructionSafeForVersioning()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 30 StackTrace St(array, kSize); in PopulateFakeMap() local 31 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
|
| /freebsd/contrib/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,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ParsedAttrInfo.h | 115 const Stmt *St) const { in diagAppertainsToStmt() 163 virtual AttrHandling handleStmtAttribute(Sema &S, Stmt *St, in handleStmtAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 566 auto makeNotOwnedParameter = [&](ProgramStateRef St) { in updateOutParameters() argument 567 return setRefBinding(St, Pointee, in updateOutParameters() 570 auto makeOwnedParameter = [&](ProgramStateRef St) { in updateOutParameters() argument 571 return setRefBinding(St, Pointee, in updateOutParameters() 700 for (ProgramStateRef St : Out) { in checkSummary() local 702 C.addTransition(St, C.getPredecessor(), &getDeallocSentTag()); in checkSummary() 704 C.addTransition(St); in checkSummary() 857 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError() argument 868 if (const RefVal *RV = getRefBinding(St, Sym)) in processNonLeakError() 872 ExplodedNode *N = C.generateErrorNode(St); in processNonLeakError()
|
| H A D | RetainCountDiagnostics.cpp | 680 ProgramStateRef St = N->getState(); in GetAllocationSite() local 683 if (!getRefBinding(St, Sym)) in GetAllocationSite() 687 StateMgr.iterBindings(St, FB); in GetAllocationSite() 693 if (const auto *MR = R->getMemorySpaceAs<StackSpaceRegion>(St)) in GetAllocationSite() 719 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()
|
| /freebsd/tools/build/options/ |
| H A D | WITH_ZONEINFO_LEAPSECONDS_SUPPORT | 3 .St -p1003.1
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GCRootLowering.cpp | 219 Value *St = new StoreInst(CI->getArgOperand(0), CI->getArgOperand(2), in DoLowering() local 221 CI->replaceAllUsesWith(St); in DoLowering()
|
| /freebsd/crypto/openssl/ |
| H A D | AUTHORS.md | 36 * Matthias St. Pierre
|