Home
last modified time | relevance | path

Searched defs:St (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp27 handleFallThroughAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleFallThroughAttr() argument
54 handleSuppressAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleSuppressAttr() argument
77 handleLoopHintAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange) handleLoopHintAttr() argument
190 CallExprFinder(Sema & S,const Stmt * St) CallExprFinder() argument
201 Visit(const Stmt * St) Visit() argument
209 handleNoMergeAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoMergeAttr() argument
276 handleNoInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleNoInlineAttr() argument
291 handleAlwaysInlineAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleAlwaysInlineAttr() argument
306 handleMustTailAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMustTailAttr() argument
312 handleLikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleLikely() argument
321 handleUnlikely(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleUnlikely() argument
357 handleCodeAlignAttr(Sema & S,Stmt * St,const ParsedAttr & A) handleCodeAlignAttr() argument
404 handleMSConstexprAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleMSConstexprAttr() argument
538 handleOpenCLUnrollHint(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) handleOpenCLUnrollHint() argument
569 ProcessStmtAttribute(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange Range) ProcessStmtAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h504 : CallEvent(E, St, LCtx, ElemRef) {} in AnyFunctionCall() argument
682 : AnyFunctionCall(CE, St, LCt in CXXInstanceCall() argument
500 AnyFunctionCall(const Expr * E,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) AnyFunctionCall() argument
539 SimpleFunctionCall(const CallExpr * CE,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) SimpleFunctionCall() argument
577 BlockCall(const CallExpr * CE,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) BlockCall() argument
678 CXXInstanceCall(const CallExpr * CE,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXInstanceCall() argument
719 CXXMemberCall(const CXXMemberCallExpr * CE,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXMemberCall() argument
762 CXXMemberOperatorCall(const CXXOperatorCallExpr * CE,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXMemberOperatorCall() argument
839 CXXDestructorCall(const CXXDestructorDecl * DD,const Stmt * Trigger,const MemRegion * Target,bool IsBaseDestructor,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXDestructorCall() argument
879 AnyCXXConstructorCall(const Expr * E,const MemRegion * Target,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) AnyCXXConstructorCall() argument
923 CXXConstructorCall(const CXXConstructExpr * CE,const MemRegion * Target,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXConstructorCall() argument
981 CXXInheritedConstructorCall(const CXXInheritedCtorInitExpr * CE,const MemRegion * Target,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXInheritedConstructorCall() argument
1044 CXXAllocatorCall(const CXXNewExpr * E,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXAllocatorCall() argument
1128 CXXDeallocatorCall(const CXXDeleteExpr * E,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) CXXDeallocatorCall() argument
1177 ObjCMethodCall(const ObjCMessageExpr * Msg,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) ObjCMethodCall() argument
1305 create(Arg A,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
1313 create(Arg1 A1,Arg2 A2,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
1321 create(Arg1 A1,Arg2 A2,Arg3 A3,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
1330 create(Arg1 A1,Arg2 A2,Arg3 A3,Arg4 A4,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp28 struct stat St; in IsFile() local
35 struct stat St; in IsDirectory() local
42 struct stat St; in FileSize() local
H A DFuzzerIO.cpp35 struct stat St; in GetEpoch() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp33 ProgramStateRef St; member
93 ProgramStateRef St = N->getState(); in checkBranchCondition() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp145 SDValue St = DAG.getMemIntrinsicNode( EmitUnrolledSetTag() local
158 SDValue St = DAG.getMemIntrinsicNode( EmitUnrolledSetTag() local
199 SDNode *St = DAG.getMachineNode(Opcode, dl, ResTys, Ops); EmitTargetCodeForSetTag() local
H A DAArch64ISelDAGToDAG.cpp2024 SDNode *St = CurDAG->getMachineNode(Opc, dl, N->getValueType(0), Ops); SelectStore() local
2053 SDNode *St = CurDAG->getMachineNode(Opc, dl, N->getValueType(0), Ops); SelectPredicatedStore() local
2091 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectPostStore() local
2242 SDNode *St = CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops); SelectStoreLane() local
2275 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectPostStoreLane() local
4507 SDNode *St = CurDAG->getMachineNode(Op, DL, MVT::i32, MVT::Other, Ops); Select() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp96 const StackTrace St = StackDepotGet(Id); in StackSizeBytes() local
127 const StackTrace St = StackDepotGet(Id); in SerializeStackToBuffer() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp30 StackTrace St(array, kSize); in PopulateFakeMap() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp138 const Stmt *St = S.first; in Detect() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2866 getSymVal(ProgramStateRef St,SymbolRef Sym) const getSymVal() argument
2872 getSymMinVal(ProgramStateRef St,SymbolRef Sym) const getSymMinVal() argument
2880 getSymMaxVal(ProgramStateRef St,SymbolRef Sym) const getSymMaxVal() argument
3052 assumeSymNE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymNE() argument
3068 assumeSymEQ(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymEQ() argument
3084 getSymLTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLTRange() argument
3114 assumeSymLT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLT() argument
3121 getSymGTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGTRange() argument
3151 assumeSymGT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGT() argument
3158 getSymGERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGERange() argument
3188 assumeSymGE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGE() argument
3224 getSymLERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3232 assumeSymLE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLE() argument
[all...]
H A DCoreEngine.cpp678 generateNode(const iterator & I,ProgramStateRef St,bool IsSink) generateNode() argument
697 generateCaseStmtNode(const iterator & I,ProgramStateRef St) generateCaseStmtNode() argument
711 generateDefaultCaseNode(ProgramStateRef St,bool IsSink) generateDefaultCaseNode() argument
H A DProgramState.cpp520 addGDM(ProgramStateRef St,void * Key,void * Data) addGDM() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp567 auto makeNotOwnedParameter = [&](ProgramStateRef St) { in updateOutParameters()
571 auto makeOwnedParameter = [&](ProgramStateRef St) { in updateOutParameters()
701 for (ProgramStateRef St : Out) { in checkSummary() local
858 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError()
H A DRetainCountDiagnostics.cpp679 ProgramStateRef St = N->getState(); in GetAllocationSite() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp216 Value *St = new StoreInst(CI->getArgOperand(0), DoLowering() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp342 StoreInst *St = dyn_cast<StoreInst>(I); in instructionSafeForVersioning() local
H A DGVNHoist.cpp1044 } else if (auto *St = dyn_cast<StoreInst>(Repl)) { makeGepOperandsAvailable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp447 GStore *St = nullptr; global() member
656 if (auto *St = dyn_cast<GStore>(&MI)) { optimizeConsecutiveMemOpAddressing() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp354 std::string St; in getString() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2570 if (mayFoldConstrained(const_cast<ConstrainedFPCmpIntrinsic *>(FCmp), St)) in ConstantFoldScalarCall2() local
1903 mayFoldConstrained(ConstrainedFPIntrinsic * CI,APFloat::opStatus St) mayFoldConstrained() argument
2176 APFloat::opStatus St = U.roundToIntegral(*RM); ConstantFoldScalarCall1() local
2516 APFloat::opStatus St = APFloat::opOK; evaluateCompare() local
3038 APFloat::opStatus St; ConstantFoldScalarCall3() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp461 StoreSDNode *St = cast<StoreSDNode>(N); in ExpandOp_NormalStore() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp633 } else if (auto *St = dyn_cast<StoreInst>(&I)) { in getLoadsAndStores() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp728 til::SExpr *St = new (Arena) til::Store(Ptr, E); in updateVarDecl() local

12