| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| D | UninitializedPointee.cpp | 34 LocField(const FieldRegion *FR, const bool IsDereferenced = true) in LocField() 64 NeedsCastLocField(const FieldRegion *FR, const QualType &T) in NeedsCastLocField() 94 CyclicLocField(const FieldRegion *FR) : FieldNode(FR) {} in CyclicLocField() 139 const FieldRegion *FR, FieldChainInfo LocalChain) { in isDereferencableUninit() 223 const FieldRegion *FR) { in dereference()
|
| D | UninitializedObjectChecker.cpp | 58 RegularField(const FieldRegion *FR) : FieldNode(FR) {} in RegularField() 244 const FieldRegion *FR = Chain.getUninitRegion(); in addFieldToUninits() local 302 const auto *FR = FieldVal.getRegionAs<FieldRegion>(); in isNonUnionUninit() local
|
| D | UninitializedObject.h | 94 FieldNode(const FieldRegion *FR) : FR(FR) {} in FieldNode()
|
| /external/llvm-project/clang/unittests/StaticAnalyzer/ |
| D | SymbolReaperTest.cpp | 31 const FieldRegion *FR = Eng.getRegionManager().getFieldRegion(FD, VR); in performTest() local
|
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | RegionCode.java | 43 static final String FR = "FR"; field in RegionCode
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | RDFCopy.cpp | 146 auto FR = EM.find(DR); in run() local
|
| D | HexagonEarlyIfConv.cpp | 779 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() 818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | RDFCopy.cpp | 146 auto FR = EM.find(DR); in run() local
|
| D | HexagonEarlyIfConv.cpp | 779 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() 818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | RDFCopy.cpp | 184 auto FR = EM.find(DR); in run() local
|
| /external/python/dateutil/dateutil/ |
| D | relativedelta.py | 13 MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7)) variable
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceELFSection.cpp | 73 for (const AssemblerFixup *FR : FixupRefs) { in addRelocations() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | RegionStore.cpp | 749 static inline bool isUnionField(const FieldRegion *FR) { in isUnionField() 762 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) in getSymbolicOffsetFields() local 819 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) { in collectSubRegionBindings() local 1422 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R)) in getBinding() local 1548 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) { in findLazyBinding() local 2239 const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R); in bindStruct() local
|
| D | MemRegion.cpp | 677 const FieldRegion *const FR = dyn_cast<FieldRegion>(this); in sourceRange() local 1374 const FieldRegion *FR = cast<FieldRegion>(R); in getAsOffset() local
|
| /external/llvm/lib/CodeGen/ |
| D | LocalStackSlotAllocation.cpp | 331 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
|
| D | StackMaps.cpp | 420 for (auto const &FR : FnStackSize) { in emitFunctionFrameRecords() local
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | RegionStore.cpp | 808 static inline bool isUnionField(const FieldRegion *FR) { in isUnionField() 821 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) in getSymbolicOffsetFields() local 878 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) { in collectSubRegionBindings() local 1481 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R)) in getBinding() local 1607 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) { in findLazyBinding() local 2427 const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R); in bindStruct() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LocalStackSlotAllocation.cpp | 348 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
|
| D | StackMaps.cpp | 441 for (auto const &FR : FnInfos) { in emitFunctionFrameRecords() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | LocalStackSlotAllocation.cpp | 350 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
|
| D | StackMaps.cpp | 587 for (auto const &FR : FnInfos) { in emitFunctionFrameRecords() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | svccoll.cpp | 38 const Locale& FR = Locale::getFrance(); in TestRegister() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | CallAndMessageChecker.cpp | 242 const FieldRegion *FR = MrMgr.getFieldRegion(I, R); in PreVisitProcessArg() local
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | CallAndMessageChecker.cpp | 259 const FieldRegion *FR = MrMgr.getFieldRegion(I, R); in Find() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCISelLowering.cpp | 741 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); in LowerVASTART() local
|