Home
last modified time | relevance | path

Searched defs:LC (Results 1 – 25 of 79) 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.cpp125 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
131 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
148 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
162 writePayloadString(MachOYAML::LoadCommand & LC,raw_ostream & OS) writePayloadString() argument
172 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
179 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
186 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
194 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
200 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
206 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
212 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
218 writeLoadCommandData(MachOYAML::LoadCommand & LC,raw_ostream & OS,bool IsLittleEndian) writeLoadCommandData() argument
248 for (auto &LC : Obj.LoadCommands) { writeLoadCommands() local
298 for (auto &LC : Obj.LoadCommands) { writeSectionData() local
404 for (const MachOYAML::LoadCommand &LC : Obj.LoadCommands) { writeRelocations() local
501 for (auto &LC : Obj.LoadCommands) { writeLinkEditData() local
703 writeFatArch(MachOYAML::FatArch & LC,raw_ostream & OS) writeFatArch() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp44 LoadCommand &LC = LoadCommands[Index]; updateLoadCommandIndexes() local
95 __anonf7f9acab0102(const LoadCommand &LC) removeLoadCommands() argument
127 for (const LoadCommand &LC : LoadCommands) removeSections() local
149 for (const LoadCommand &LC : LoadCommands) { nextAvailableSegmentAddress() local
185 LoadCommand LC; addSegment() local
[all...]
H A DMachOObjcopy.cpp36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString() argument
46 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString() argument
129 updateLoadCommandPayloadString(LoadCommand & LC,StringRef S) updateLoadCommandPayloadString() argument
141 LoadCommand LC; buildRPathLoadCommand() local
158 __anonb641b5aa0602(const LoadCommand &LC) processLoadCommands() argument
266 __anonb641b5aa0702(const LoadCommand &LC) processLoadCommands() argument
337 __anonb641b5aa0802(const LoadCommand &LC) findSection() argument
[all...]
H A DMachOReader.cpp121 LoadCommand LC; readLoadCommands() local
248 for (auto &LC : O.LoadCommands) setSymbolInRelocationInfo() local
298 const MachO::linkedit_data_command &LC = readLinkData() local
349 for (const LoadCommand &LC : O.LoadCommands) readSwiftVersion() local
[all...]
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.cpp27 for (const LoadCommand &LC : O.LoadCommands) { computeSizeOfCmds() local
242 for (const auto &LC : O.LoadCommands) { layoutTail() local
[all...]
/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 FoldCmp() 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 DUnreachableCodeChecker.cpp60 const LocationContext *LC = nullptr; in checkEndAnalysis() 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 FoldCmp() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
H A DExprEngine.cpp129 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 …]
H A DMemRegion.cpp380 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()
H A DExplodedGraph.cpp307 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext()
323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp25 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in initLibcalls() 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.h703 const LocationContext *LC) const in getRegion()
774 const LocationContext *LC) const { in getLValue()
779 const LocationContext *LC) const { in getLValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2062 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 …]
H A DLegalizeFloatTypes.cpp180 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/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.cpp458 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
/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