Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp126 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-src/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) writeSections() local
[all...]
H A DMachOLayoutBuilder.cpp28 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds() local
243 for (const auto &LC : O.LoadCommands) { in layoutTail() local
/freebsd-src/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); FoldICmp() local
[all...]
/freebsd-src/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); FoldICmp() local
[all...]
/freebsd-src/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-src/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() argument
322 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded() argument
564 addObjectUnderConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC,SVal V) addObjectUnderConstruction() argument
605 getObjectUnderConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC) getObjectUnderConstruction() argument
614 finishObjectConstruction(ProgramStateRef State,const ConstructionContextItem & Item,const LocationContext * LC) finishObjectConstruction() argument
622 elideDestructor(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) elideDestructor() argument
632 cleanupElidedDestructor(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) cleanupElidedDestructor() argument
640 isDestructorElided(ProgramStateRef State,const CXXBindTemporaryExpr * BTE,const LocationContext * LC) isDestructorElided() argument
648 const LocationContext *LC = FromLC; areAllObjectsFullyConstructed() local
930 __anon1738f8160202(const LocationContext *LC) printStateTraitWithLocationContextJson() argument
1006 shouldRemoveDeadBindings(AnalysisManager & AMgr,const Stmt * S,const ExplodedNode * Pred,const LocationContext * LC) shouldRemoveDeadBindings() argument
1031 removeDead(ExplodedNode * Pred,ExplodedNodeSet & Out,const Stmt * ReferenceStmt,const LocationContext * LC,const Stmt * DiagnosticStmt,ProgramPoint::Kind K) removeDead() argument
1161 const LocationContext *LC = Pred->getLocationContext(); ProcessInitializer() local
1569 const LocationContext *LC = Pred->getLocationContext(); ProcessTemporaryDtor() local
1648 const LocationContext *LC = Pred->getLocationContext(); processCleanupTemporaryBranch() local
1673 const LocationContext *LC = Node->getLocationContext(); VisitCXXBindTemporaryExpr() local
2680 removeIterationState(ProgramStateRef State,const ObjCForCollectionStmt * O,const LocationContext * LC) removeIterationState() argument
2687 hasMoreIteration(ProgramStateRef State,const ObjCForCollectionStmt * O,const LocationContext * LC) hasMoreIteration() argument
2917 const LocationContext *LC = FromLC; processEndOfFunction() local
3573 const LocationContext *LC = Pred->getLocationContext(); evalBind() local
[all...]
H A DMemRegion.cpp380 const LocationContext *LC, in ProfileRegion() argument
958 getStackOrCaptureRegionForDeclContext(const LocationContext * LC,const DeclContext * DC,const VarDecl * VD) getStackOrCaptureRegionForDeclContext() argument
984 getVarRegion(const VarDecl * D,const LocationContext * LC) getVarRegion() argument
1095 getParamVarRegion(const Expr * OriginExpr,unsigned Index,const LocationContext * LC) getParamVarRegion() argument
1104 getBlockDataRegion(const BlockCodeRegion * BC,const LocationContext * LC,unsigned blockCount) getBlockDataRegion() argument
1136 getCompoundLiteralRegion(const CompoundLiteralExpr * CL,const LocationContext * LC) getCompoundLiteralRegion() argument
1209 getCXXTempObjectRegion(Expr const * E,LocationContext const * LC) getCXXTempObjectRegion() argument
1217 getCXXLifetimeExtendedObjectRegion(const Expr * Ex,const ValueDecl * VD,const LocationContext * LC) getCXXLifetimeExtendedObjectRegion() argument
1282 getCXXThisRegion(QualType thisPointerTy,const LocationContext * LC) getCXXThisRegion() argument
1303 getAllocaRegion(const Expr * E,unsigned cnt,const LocationContext * LC) getAllocaRegion() argument
[all...]
H A DExplodedGraph.cpp307 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext()
323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() argument
140 const LocationContext *LC) { in getLValueCompoundLiteral() argument
H A DProgramState.h701 getRegion(const VarDecl * D,const LocationContext * LC) getRegion() argument
772 getLValue(const VarDecl * VD,const LocationContext * LC) getLValue() argument
777 getLValue(const CompoundLiteralExpr * literal,const LocationContext * LC) getLValue() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2047 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,TargetLowering::ArgListTy && Args,bool isSigned) ExpandLibCall() argument
2095 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,bool isSigned) ExpandLibCall() argument
2135 RTLIB::Libcall LC = RTLIB::getFREXP(VT); ExpandFrexpLibCall() local
2154 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall LC,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument
2184 RTLIB::Libcall LC = RTLIB::getFPLibCall(Node->getSimpleValueType(0), ExpandFPLibCall() local
2196 RTLIB::Libcall LC; ExpandIntLibCall() local
2218 RTLIB::Libcall LC = RTLIB::getFPLibCall(InVT.getSimpleVT(), ExpandArgFPLibCall() local
2231 RTLIB::Libcall LC; ExpandDivRemLibCall() local
2292 RTLIB::Libcall LC; isSinCosLibcallAvailable() local
2324 RTLIB::Libcall LC; ExpandSinCosLibCall() local
3588 RTLIB::Libcall LC = RTLIB::getLDEXP(VT); ExpandNode() local
3603 RTLIB::Libcall LC = RTLIB::getFREXP(Node->getValueType(0)); ExpandNode() local
4359 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, Order, VT); ConvertNodeToLibcall() local
4528 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); ConvertNodeToLibcall() local
4647 RTLIB::Libcall LC = ConvertNodeToLibcall() local
4654 RTLIB::Libcall LC = ConvertNodeToLibcall() local
4676 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ConvertNodeToLibcall() local
4719 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ConvertNodeToLibcall() local
4757 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), VT); ConvertNodeToLibcall() local
4777 RTLIB::Libcall LC = ConvertNodeToLibcall() local
[all...]
H A DLegalizeFloatTypes.cpp169 SoftenFloatRes_Unary(SDNode * N,RTLIB::Libcall LC) SoftenFloatRes_Unary() argument
188 SoftenFloatRes_Binary(SDNode * N,RTLIB::Libcall LC) SoftenFloatRes_Binary() argument
552 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); SoftenFloatRes_FP_EXTEND() local
579 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); SoftenFloatRes_FP16_TO_FP() local
604 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); SoftenFloatRes_FP_ROUND() local
635 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) SoftenFloatRes_ExpOp() local
673 RTLIB::Libcall LC = RTLIB::getFREXP(VT0); SoftenFloatRes_FFREXP() local
863 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; SoftenFloatRes_XINT_TO_FP() local
986 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); SoftenFloatOp_FP_ROUND() local
1033 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; findFPToIntLibcall() local
1061 RTLIB::Libcall LC = findFPToIntLibcall(SVT, RVT, NVT, Signed); SoftenFloatOp_FP_TO_XINT() local
1201 SoftenFloatOp_Unary(SDNode * N,RTLIB::Libcall LC) SoftenFloatOp_Unary() argument
1387 ExpandFloatRes_Unary(SDNode * N,RTLIB::Libcall LC,SDValue & Lo,SDValue & Hi) ExpandFloatRes_Unary() argument
1402 ExpandFloatRes_Binary(SDNode * N,RTLIB::Libcall LC,SDValue & Lo,SDValue & Hi) ExpandFloatRes_Binary() argument
1796 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; ExpandFloatRes_XINT_TO_FP() local
2039 RTLIB::Libcall LC = findFPToIntLibcall(Op.getValueType(), RVT, NVT, Signed); ExpandFloatOp_FP_TO_XINT() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp23 const LocationContext *LC, in getProgramPoint()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) InitLibcalls() local
580 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; getOUTLINE_ATOMIC() local
584 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; getOUTLINE_ATOMIC() local
588 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; getOUTLINE_ATOMIC() local
592 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; getOUTLINE_ATOMIC() local
596 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; getOUTLINE_ATOMIC() local
600 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; getOUTLINE_ATOMIC() local
[all...]
/freebsd-src/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