| /freebsd-14-stable/sys/contrib/ck/include/ |
| HD | ck_rwcohort.h | 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 151 #define CK_RWCOHORT_RP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 153 #define CK_RWCOHORT_RP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 155 #define CK_RWCOHORT_RP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 250 #define CK_RWCOHORT_NEUTRAL_READ_LOCK(N, RW, C, GC, LC) \ argument 252 #define CK_RWCOHORT_NEUTRAL_READ_UNLOCK(N, RW, C, GC, LC) \ argument [all …]
|
| HD | ck_cohort.h | 51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument 52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument 54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | MachOEmitter.cpp | 126 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 132 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 149 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 163 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 173 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 180 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 187 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 195 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 201 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 207 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| HD | MachOObject.cpp | 45 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes() local 96 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands() 128 for (const LoadCommand &LC : LoadCommands) in removeSections() local 150 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress() local 186 LoadCommand LC; in addSegment() local
|
| HD | MachOObjcopy.cpp | 36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString() 46 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString() 137 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) { in updateLoadCommandPayloadString() 149 LoadCommand LC; in buildRPathLoadCommand() local 166 &MachOConfig](const LoadCommand &LC) { in processLoadCommands() 274 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands() 345 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) { in findSection()
|
| HD | MachOReader.cpp | 123 LoadCommand LC; in readLoadCommands() local 250 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local 300 const MachO::linkedit_data_command &LC = in readLinkData() local 351 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
|
| HD | MachOWriter.cpp | 112 for (const LoadCommand &LC : O.LoadCommands) in totalSize() local 158 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands() local 240 for (const LoadCommand &LC : O.LoadCommands) in writeSections() local
|
| HD | MachOLayoutBuilder.cpp | 28 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds() local 243 for (const auto &LC : O.LoadCommands) { in layoutTail() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ConstantFolder.h | 45 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 57 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 70 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 99 auto *LC = dyn_cast<Constant>(LHS); in FoldCmp() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | TraversalChecker.cpp | 84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local 101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
|
| HD | AnalyzerStatsChecker.cpp | 51 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
|
| HD | ExprInspectionChecker.cpp | 139 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local 213 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local 239 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 56 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 68 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 81 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 103 auto *LC = dyn_cast<Constant>(LHS); in FoldCmp() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | PrettyStackTraceLocationContext.h | 31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
| HD | Environment.cpp | 232 const LocationContext *LC = I.first.getLocationContext(); in printJson() local 248 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
|
| HD | ExprEngine.cpp | 129 const LocationContext *LC) in ConstructedObjectKey() 322 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded() 564 const LocationContext *LC, SVal V) { in addObjectUnderConstruction() 605 const LocationContext *LC) { in getObjectUnderConstruction() 614 const LocationContext *LC) { in finishObjectConstruction() 622 const LocationContext *LC) { in elideDestructor() 632 const LocationContext *LC) { in cleanupElidedDestructor() 640 const LocationContext *LC) { in isDestructorElided() 648 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed() local 930 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printStateTraitWithLocationContextJson() [all …]
|
| HD | MemRegion.cpp | 380 const LocationContext *LC, in ProfileRegion() 977 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext() 1003 const LocationContext *LC) { in getVarRegion() 1114 const LocationContext *LC) { in getParamVarRegion() 1123 const LocationContext *LC, in getBlockDataRegion() 1155 const LocationContext *LC) { in getCompoundLiteralRegion() 1228 LocationContext const *LC) { in getCXXTempObjectRegion() 1236 const Expr *Ex, const ValueDecl *VD, const LocationContext *LC) { in getCXXLifetimeExtendedObjectRegion() 1301 const LocationContext *LC) { in getCXXThisRegion() 1322 const LocationContext *LC) { in getAllocaRegion()
|
| HD | ExplodedGraph.cpp | 307 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext() 323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | RuntimeLibcalls.cpp | 25 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in initLibcalls() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | Store.h | 135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 140 const LocationContext *LC) { in getLValueCompoundLiteral()
|
| HD | ProgramState.h | 703 const LocationContext *LC) const in getRegion() 774 const LocationContext *LC) const { in getLValue() 779 const LocationContext *LC) const { in getLValue()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeDAG.cpp | 2062 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2117 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2157 RTLIB::Libcall LC = RTLIB::getFREXP(VT); in ExpandFrexpLibCall() local 2176 RTLIB::Libcall LC, in ExpandFPLibCall() 2207 RTLIB::Libcall LC = RTLIB::getFPLibCall(Node->getSimpleValueType(0), in ExpandFPLibCall() local 2219 RTLIB::Libcall LC; in ExpandIntLibCall() local 2241 RTLIB::Libcall LC = RTLIB::getFPLibCall(InVT.getSimpleVT(), in ExpandArgFPLibCall() local 2254 RTLIB::Libcall LC; in ExpandDivRemLibCall() local 2315 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local 2347 RTLIB::Libcall LC; in ExpandSinCosLibCall() local [all …]
|
| HD | LegalizeFloatTypes.cpp | 180 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 199 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 596 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local 623 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local 648 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local 679 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in SoftenFloatRes_ExpOp() local 717 RTLIB::Libcall LC = RTLIB::getFREXP(VT0); in SoftenFloatRes_FFREXP() local 945 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local 1074 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local 1121 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in findFPToIntLibcall() local [all …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | ProgramPoint.cpp | 23 const LocationContext *LC, in getProgramPoint()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 458 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; in getOUTLINE_ATOMIC() local 462 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; in getOUTLINE_ATOMIC() local 466 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; in getOUTLINE_ATOMIC() local 470 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; in getOUTLINE_ATOMIC() local 474 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; in getOUTLINE_ATOMIC() local 478 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; in getOUTLINE_ATOMIC() local
|