Searched defs:FR (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp34 LocField(const FieldRegion *FR, const bool IsDereferenced = true) argument
64 NeedsCastLocField(const FieldRegion *FR, const QualType &T) argument
94 CyclicLocField(const FieldRegion *FR) : FieldNode(FR) {} argument
138 isDereferencableUninit( const FieldRegion *FR, FieldChainInfo LocalChain) argument
222 dereference(ProgramStateRef State, const FieldRegion *FR) argument
[all...]
H A DUninitializedObject.h87 const FieldRegion *FR; member in class:clang::ento::FieldNode
94 FieldNode(const FieldRegion *FR) : FR(FR) {} argument
[all...]
H A DUninitializedObjectChecker.cpp58 RegularField(const FieldRegion *FR) : FieldNode(FR) {} argument
244 const FieldRegion *FR = Chain.getUninitRegion(); local
302 const auto *FR local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp146 auto FR = EM.find(DR); local
H A DHexagonEarlyIfConv.cpp818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; local
777 buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator At, const TargetRegisterClass *DRC, unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp348 FrameRef &FR = FrameReferenceInsns[ref]; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp212 const FieldRegion *FR = MrMgr.getFieldRegion(I, R); local
H A DMallocChecker.cpp2656 FreeReturnValueTy FR = state->get<FreeReturnValue>(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp700 const auto *const FR = dyn_cast<FieldRegion>(this); local
1427 const auto *FR = cast<FieldRegion>(R); local
H A DBugReporter.cpp1045 const auto *FR = cast<CXXForRangeStmt>(Term); local
H A DBugReporterVisitors.cpp516 const FieldRegion *FR = MmrMgr.getFieldRegion(I, cast<SubRegion>(R)); local
H A DRegionStore.cpp816 static inline bool isUnionField(const FieldRegion *FR) { argument
2470 const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp741 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h319 FunctionRecord(FunctionRecord &&FR) = default; member in struct:llvm::coverage::FunctionRecord
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp699 Value *FR = Builder.CreateIntrinsic(Intrinsic::amdgcn_fmad_ftz, local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1350 const FieldRegion *getFieldRegionWithSuper(const FieldRegion *FR, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1978 OverloadExpr::FindResult FR = OverloadExpr::find(const_cast<Expr*>(&E)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5604 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsStackIndex(), local
5618 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsGPRSize() > 0 local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3258 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local
3292 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3860 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local

Completed in 311 milliseconds