| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 31 LocField(const FieldRegion *FR, const bool IsDereferenced = true) in LocField() argument 32 : FieldNode(FR), IsDereferenced(IsDereferenced) {} in LocField() 61 NeedsCastLocField(const FieldRegion *FR, const QualType &T) in NeedsCastLocField() argument 62 : FieldNode(FR), CastBackType(T) {} in NeedsCastLocField() 89 CyclicLocField(const FieldRegion *FR) : FieldNode(FR) {} in CyclicLocField() argument 123 const FieldRegion *FR); 134 const FieldRegion *FR, FieldChainInfo LocalChain) { in isDereferencableUninit() argument 136 SVal V = State->getSVal(FR); in isDereferencableUninit() 138 assert((isDereferencableType(FR->getDecl()->getType()) || in isDereferencableUninit() 149 LocalChain.add(LocField(FR, /*IsDereferenced*/ false)), FR); in isDereferencableUninit() [all …]
|
| H A D | UninitializedObject.h | 87 const FieldRegion *FR; 94 FieldNode(const FieldRegion *FR) : FR(FR) {} in FieldNode() argument 111 if (FR == nullptr) in isSameRegion() 114 return FR == OtherFR; in isSameRegion() 117 const FieldRegion *getRegion() const { return FR; } in getRegion() 119 assert(FR); in getDecl() 120 return FR->getDecl(); in getDecl() 185 bool contains(const FieldRegion *FR) const; 299 bool isDereferencableUninit(const FieldRegion *FR, FieldChainInfo LocalChain);
|
| H A D | UninitializedObjectChecker.cpp | 55 RegularField(const FieldRegion *FR) : FieldNode(FR) {} in RegularField() argument 239 const FieldRegion *FR = Chain.getUninitRegion(); in addFieldToUninits() local 241 assert((PointeeR || !isDereferencableType(FR->getDecl()->getType())) && in addFieldToUninits() 246 FR->getDecl()->getLocation())) in addFieldToUninits() 249 if (Opts.IgnoreGuardedFields && !hasUnguardedAccess(FR->getDecl(), State)) in addFieldToUninits() 252 if (State->contains<AnalyzedRegions>(FR)) in addFieldToUninits() 262 State = State->add<AnalyzedRegions>(FR); in addFieldToUninits() 268 return UninitFields.insert({FR, std::move(NoteMsgBuf)}).second; in addFieldToUninits() 299 const auto *FR = FieldVal.getRegionAs<FieldRegion>(); in isNonUnionUninit() local 305 if (LocalChain.contains(FR)) in isNonUnionUninit() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | TargetProcessControlTypes.h | 221 static size_t size(const tpctypes::FinalizeRequest &FR) { in size() argument 222 return FRAL::size(FR.Segments, FR.Actions); in size() 226 const tpctypes::FinalizeRequest &FR) { in serialize() argument 227 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize() 230 static bool deserialize(SPSInputBuffer &IB, tpctypes::FinalizeRequest &FR) { in deserialize() argument 231 return FRAL::deserialize(IB, FR.Segments, FR.Actions); in deserialize() 262 static size_t size(const tpctypes::SharedMemoryFinalizeRequest &FR) { in size() argument 263 return FRAL::size(FR.Segments, FR.Actions); in size() 267 const tpctypes::SharedMemoryFinalizeRequest &FR) { in serialize() argument 268 return FRAL::serialize(OB, FR.Segments, FR.Actions); in serialize() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorMemoryManager.cpp | 36 Error SimpleExecutorMemoryManager::finalize(tpctypes::FinalizeRequest &FR) { in finalize() argument 41 if (FR.Segments.empty()) { in finalize() 43 if (FR.Actions.empty()) in finalize() 51 for (auto &Seg : FR.Segments) in finalize() 54 for (auto &ActPair : FR.Actions) in finalize() 98 joinErrors(std::move(Err), FR.Actions[--SuccessfulFinalizationActions] in finalize() 110 for (auto &Seg : FR.Segments) { in finalize() 142 for (auto &ActPair : FR.Actions) { in finalize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.cpp | 177 Alloc->finalize([S = std::move(Self)](FinalizeResult FR) mutable { in linkPhase3() argument 182 TmpSelf->linkPhase4(std::move(S), std::move(FR)); in linkPhase3() 187 FinalizeResult FR) { in linkPhase4() argument 193 if (!FR) in linkPhase4() 194 return Ctx->notifyFailed(FR.takeError()); in linkPhase4() 196 Ctx->notifyFinalized(std::move(*FR)); in linkPhase4()
|
| /freebsd/share/i18n/csmapper/EBCDIC/ |
| H A D | EBCDIC.part | 5 CA-FR 13 FR
|
| H A D | EBCDIC-FR%UCS.src | 1 # $NetBSD: EBCDIC-FR%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-FR/UCS"
|
| H A D | UCS%EBCDIC-FR.src | 1 # $NetBSD: UCS%EBCDIC-FR.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-FR"
|
| H A D | EBCDIC-CA-FR%UCS.src | 1 # $NetBSD: EBCDIC-CA-FR%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-CA-FR/UCS"
|
| H A D | UCS%EBCDIC-CA-FR.src | 1 # $NetBSD: UCS%EBCDIC-CA-FR.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-CA-FR"
|
| /freebsd/share/i18n/esdb/EBCDIC/ |
| H A D | EBCDIC.part | 5 CA-FR 13 FR
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 45 tpctypes::FinalizeRequest FR; in finalize() local 48 FR.Segments.push_back(tpctypes::SegFinalizeRequest{ in finalize() 57 std::swap(FR.Actions, G.allocActions()); in finalize() 73 Parent.SAs.Allocator, std::move(FR)); in finalize()
|
| H A D | EPCGenericRTDyldMemoryManager.cpp | 232 tpctypes::FinalizeRequest FR; in finalizeMemory() local 236 FR.Segments.push_back({}); in finalizeMemory() 237 auto &Seg = FR.Segments.back(); in finalizeMemory() 260 FR.Actions.push_back( in finalizeMemory() 273 SAs.Finalize, FinalizeErr, SAs.Instance, std::move(FR))) { in finalizeMemory()
|
| H A D | MemoryMapper.cpp | 345 tpctypes::SharedMemoryFinalizeRequest FR; in initialize() local 347 AI.Actions.swap(FR.Actions); in initialize() 349 FR.Segments.reserve(AI.Segments.size()); in initialize() 362 FR.Segments.push_back(SegReq); in initialize() 377 SAs.Instance, Reservation->first, std::move(FR)); in initialize()
|
| /freebsd/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 38 FR fr 39 FR iso-ir-69 40 FR nf_z_62-010
|
| H A D | ISO646.part | 18 FR
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 197 unsigned TSR, unsigned FR, unsigned FSR); 770 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() argument 797 .addReg(FR, 0, FSR); in buildMux() 809 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local 817 FR = RO.getReg(), FSR = RO.getSubReg(); in updatePhiNodes() 825 else if (FR == 0) in updatePhiNodes() 826 FR = SR, FSR = SSR; in updatePhiNodes() 828 assert(TR || FR); in updatePhiNodes() 831 if (TR && FR) { in updatePhiNodes() 835 FP.PredR, TR, TSR, FR, FSR); in updatePhiNodes() [all …]
|
| H A D | RDFCopy.cpp | 185 auto FR = EM.find(DR); in run() local 186 if (FR == EM.end()) in run() 188 RegisterRef SR = FR->second; in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 367 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local 368 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters() 369 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters() 370 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters()
|
| H A D | StackMaps.cpp | 606 for (auto const &FR : FnInfos) { in emitFunctionFrameRecords() local 607 LLVM_DEBUG(dbgs() << WSMP << "function addr: " << FR.first in emitFunctionFrameRecords() 608 << " frame size: " << FR.second.StackSize in emitFunctionFrameRecords() 609 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords() 610 OS.emitSymbolValue(FR.first, 8); in emitFunctionFrameRecords() 611 OS.emitIntValue(FR.second.StackSize, 8); in emitFunctionFrameRecords() 612 OS.emitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
| H A D | cpm.txt | 12 in the following order (ER,FR,SR). The 14 (SR,ER,FR). For the second case set
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | Certigna.pem | 17 Issuer: C=FR, O=Dhimyotis, CN=Certigna 21 Subject: C=FR, O=Dhimyotis, CN=Certigna 52 DirName:/C=FR/O=Dhimyotis/CN=Certigna
|
| /freebsd/share/i18n/csmapper/ISO646/ |
| H A D | ISO646-FR%UCS.646 | 1 # $NetBSD: ISO646-FR%UCS.646,v 1.1 2003/06/27 08:40:41 tshiozak Exp $
|
| H A D | ISO646.part | 18 FR
|