/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 27 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 D | CallEvent.h | 504 : 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 D | FuzzerIOPosix.cpp | 28 struct stat St; in IsFile() local 35 struct stat St; in IsDirectory() local 42 struct stat St; in FileSize() local
|
H A D | FuzzerIO.cpp | 35 struct stat St; in GetEpoch() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefBranchChecker.cpp | 33 ProgramStateRef St; member 93 ProgramStateRef St = N->getState(); in checkBranchCondition() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 145 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 D | AArch64ISelDAGToDAG.cpp | 2024 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 D | memprof_rawprofile.cpp | 96 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 D | rawprofile.cpp | 30 StackTrace St(array, kSize); in PopulateFakeMap() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 138 const Stmt *St = S.first; in Detect() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 2866 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 D | CoreEngine.cpp | 678 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 D | ProgramState.cpp | 520 addGDM(ProgramStateRef St,void * Key,void * Data) addGDM() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 567 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 D | RetainCountDiagnostics.cpp | 679 ProgramStateRef St = N->getState(); in GetAllocationSite() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 216 Value *St = new StoreInst(CI->getArgOperand(0), DoLowering() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 342 StoreInst *St = dyn_cast<StoreInst>(I); in instructionSafeForVersioning() local
|
H A D | GVNHoist.cpp | 1044 } else if (auto *St = dyn_cast<StoreInst>(Repl)) { makeGepOperandsAvailable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 447 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 D | xray-graph.cpp | 354 std::string St; in getString() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 2570 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 D | LegalizeTypesGeneric.cpp | 461 StoreSDNode *St = cast<StoreSDNode>(N); in ExpandOp_NormalStore() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 633 } else if (auto *St = dyn_cast<StoreInst>(&I)) { in getLoadsAndStores() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 728 til::SExpr *St = new (Arena) til::Store(Ptr, E); in updateVarDecl() local
|