Home
last modified time | relevance | path

Searched defs:LC (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/sys/contrib/ck/include/
H A Dck_rwcohort.h45 #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 …]
H A Dck_cohort.h51 #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/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp126 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData()
149 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { 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()
213 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
249 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local
299 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local
405 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { in writeRelocations() local
502 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp45 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
H A DMachOObjcopy.cpp36 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()
H A DMachOReader.cpp123 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
H A DMachOWriter.cpp112 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
H A DMachOLayoutBuilder.cpp28 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds() local
243 for (const auto &LC : O.LoadCommands) { in layoutTail() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h45 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 FoldICmp() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h56 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 FoldICmp() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
H A DAnalyzerStatsChecker.cpp51 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
H A DExprInspectionChecker.cpp139 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
H A DEnvironment.cpp232 const LocationContext *LC = I.first.getLocationContext(); in printJson() local
248 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
H A DExprEngine.cpp129 const LocationContext *LC) in ConstructedObjectKey()
322 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded()
648 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed() local
1031 const LocationContext *LC, in removeDead()
1161 const LocationContext *LC = Pred->getLocationContext(); in ProcessInitializer() local
1569 const LocationContext *LC = Pred->getLocationContext(); in ProcessTemporaryDtor() local
1648 const LocationContext *LC = Pred->getLocationContext(); in processCleanupTemporaryBranch() local
1673 const LocationContext *LC = Node->getLocationContext(); in VisitCXXBindTemporaryExpr() local
2680 const LocationContext *LC) { in removeIterationState()
2917 const LocationContext *LC = FromLC; in processEndOfFunction() local
[all …]
H A DMemRegion.cpp380 const LocationContext *LC, in ProfileRegion()
958 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext()
984 const LocationContext *LC) { in getVarRegion()
1095 const LocationContext *LC) { in getParamVarRegion()
1104 const LocationContext *LC, in getBlockDataRegion()
1136 const LocationContext *LC) { in getCompoundLiteralRegion()
1209 LocationContext const *LC) { in getCXXTempObjectRegion()
1217 const Expr *Ex, const ValueDecl *VD, const LocationContext *LC) { in getCXXLifetimeExtendedObjectRegion()
1282 const LocationContext *LC) { in getCXXThisRegion()
1303 const LocationContext *LC) { in getAllocaRegion()
H A DExplodedGraph.cpp307 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext()
323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar()
140 const LocationContext *LC) { in getLValueCompoundLiteral()
H A DProgramState.h701 const LocationContext *LC) const in getRegion()
772 const LocationContext *LC) const { in getLValue()
777 const LocationContext *LC) const { in getLValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2135 RTLIB::Libcall LC = RTLIB::getFREXP(VT); in ExpandFrexpLibCall() local
2196 RTLIB::Libcall LC; in ExpandIntLibCall() local
2231 RTLIB::Libcall LC; in ExpandDivRemLibCall() local
2292 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local
2324 RTLIB::Libcall LC; in ExpandSinCosLibCall() local
3588 RTLIB::Libcall LC = RTLIB::getLDEXP(VT); in ExpandNode() local
4647 RTLIB::Libcall LC = in ConvertNodeToLibcall() local
4654 RTLIB::Libcall LC = in ConvertNodeToLibcall() local
4676 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall() local
4719 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ConvertNodeToLibcall() local
[all …]
H A DLegalizeFloatTypes.cpp169 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
579 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
635 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in SoftenFloatRes_ExpOp() local
673 RTLIB::Libcall LC = RTLIB::getFREXP(VT0); in SoftenFloatRes_FFREXP() local
863 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
986 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
1033 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in findFPToIntLibcall() local
1061 RTLIB::Libcall LC = findFPToIntLibcall(SVT, RVT, NVT, Signed); in SoftenFloatOp_FP_TO_XINT() local
1387 void DAGTypeLegalizer::ExpandFloatRes_Unary(SDNode *N, RTLIB::Libcall LC, in ExpandFloatRes_Unary()
1402 void DAGTypeLegalizer::ExpandFloatRes_Binary(SDNode *N, RTLIB::Libcall LC, in ExpandFloatRes_Binary()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp23 const LocationContext *LC, in getProgramPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in InitLibcalls() local
580 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; in getOUTLINE_ATOMIC() local
584 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; in getOUTLINE_ATOMIC() local
588 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; in getOUTLINE_ATOMIC() local
592 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; in getOUTLINE_ATOMIC() local
596 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; in getOUTLINE_ATOMIC() local
600 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; in getOUTLINE_ATOMIC() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h347 static bool classof(const LocationContext *LC) { in classof()
382 static bool classof(const LocationContext *LC) { in classof()

1234