| /external/llvm/include/llvm/IR/ | 
| D | IRBuilder.h | 780     if (Constant *LC = dyn_cast<Constant>(LHS))  variable794     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 802     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 816     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 824     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 838     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 846     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 858     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 870     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 877     if (Constant *LC = dyn_cast<Constant>(LHS))  variable
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ | 
| D | MachOEmitter.cpp | 108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS,  in writeLoadCommandData()114 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 131     MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) {  in writeLoadCommandData()
 145 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) {  in writePayloadString()
 155 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 162 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 169 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 177     MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) {  in writeLoadCommandData()
 209   for (auto &LC : Obj.LoadCommands) {  in writeLoadCommands()  local
 259   for (auto &LC : Obj.LoadCommands) {  in writeSectionData()  local
 [all …]
 
 | 
| /external/llvm/tools/yaml2obj/ | 
| D | yaml2macho.cpp | 111 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS) {  in writeLoadCommandData()116 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 130 writeLoadCommandData<MachO::segment_command_64>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 143 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) {  in writePayloadString()
 153 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 159 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 165 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC,  in writeLoadCommandData()
 189   for (auto &LC : Obj.LoadCommands) {  in writeLoadCommands()  local
 231   for (auto &LC : Obj.LoadCommands) {  in writeSectionData()  local
 342   for (auto &LC : Obj.LoadCommands) {  in writeLinkEditData()  local
 [all …]
 
 | 
| /external/llvm/tools/obj2yaml/ | 
| D | macho2yaml.cpp | 108     MachOYAML::LoadCommand &LC,  in processLoadCommandData()115     MachOYAML::LoadCommand &LC,  in processLoadCommandData()
 123     MachOYAML::LoadCommand &LC,  in processLoadCommandData()
 131 readString(MachOYAML::LoadCommand &LC,  in readString()
 142     MachOYAML::LoadCommand &LC,  in processLoadCommandData()
 149     MachOYAML::LoadCommand &LC,  in processLoadCommandData()
 156     MachOYAML::LoadCommand &LC,  in processLoadCommandData()
 182     MachOYAML::LoadCommand LC;  in dumpLoadCommands()  local
 
 | 
| /external/clang/test/CodeGenCXX/ | 
| D | mangle-extern-local.cpp | 29     struct LC { int localfunc() { extern int var4; return var4; } };  in f3()  argument
 | 
| /external/clang/lib/StaticAnalyzer/Checkers/ | 
| D | ExprInspectionChecker.cpp | 75   const LocationContext *LC = N->getLocationContext();  in getArgumentValueString()  local115   const LocationContext *LC = C.getPredecessor()->getLocationContext();  in analyzerEval()  local
 132   const LocationContext *LC = C.getPredecessor()->getLocationContext();  in analyzerCheckInlined()  local
 
 | 
| D | TraversalChecker.cpp | 80   for (const LocationContext *LC = C.getLocationContext()->getParent();  in checkPreCall()  local97   for (const LocationContext *LC = C.getLocationContext()->getParent();  in checkPostCall()  local
 
 | 
| D | AnalyzerStatsChecker.cpp | 50   const LocationContext *LC = GraphRoot->getLocation().getLocationContext();  in checkEndAnalysis()  local
 | 
| D | VLASizeChecker.cpp | 167   const LocationContext *LC = C.getLocationContext();  in checkPreStmt()  local
 | 
| D | UnreachableCodeChecker.cpp | 60   const LocationContext *LC = nullptr;  in checkEndAnalysis()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | IRBuilder.h | 1167     auto *LC = dyn_cast<Constant>(L);  in foldConstant()  local1213     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1230     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1247     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1264     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1278     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1302     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1323     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1343     if (auto *LC = dyn_cast<Constant>(LHS))  variable
 1365       if (auto *LC = dyn_cast<Constant>(LHS))  variable
 [all …]
 
 | 
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| D | Store.h | 87   virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {  in getLValueVar()92                                const LocationContext *LC) {  in getLValueCompoundLiteral()
 
 | 
| D | ProgramState.h | 638                                                 const LocationContext *LC) const   in getRegion()695                                const LocationContext *LC) const {  in getLValue()
 700                                const LocationContext *LC) const {  in getLValue()
 
 | 
| /external/clang/lib/StaticAnalyzer/Core/ | 
| D | PrettyStackTraceLocationContext.h | 32   PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) {  in PrettyStackTraceLocationContext()
 | 
| D | MemRegion.cpp | 381                                     const LocationContext *LC,  in ProfileRegion()794 getStackOrCaptureRegionForDeclContext(const LocationContext *LC,  in getStackOrCaptureRegionForDeclContext()
 822                                                 const LocationContext *LC) {  in getVarRegion()
 912                                      const LocationContext *LC,  in getBlockDataRegion()
 946                                            const LocationContext *LC) {  in getCompoundLiteralRegion()
 1017                                          LocationContext const *LC) {  in getCXXTempObjectRegion()
 1069                                    const LocationContext *LC) {  in getCXXThisRegion()
 1091                                   const LocationContext *LC) {  in getAllocaRegion()
 
 | 
| D | BugReporter.cpp | 325   const LocationContext *LC;  member in __anon352146870111::PathDiagnosticBuilder427                          const LocationContext *LC, bool allowNestedContexts) {  in getEnclosingStmtLocation()
 562   const LocationContext *LC = PDB.LC;  in GenerateMinimalPathDiagnostic()  local
 921                                               const LocationContext *LC,  in cleanUpLocation()
 1587                           const LocationContext *LC) {  in addEdgeToPath()
 2321   const LocationContext *LC = LCM[&path];  in optimizeEdges()  local
 2565   const LocationContext *LC = N->getLocationContext();  in getDeclWithIssue()  local
 2620 void BugReport::markInteresting(const LocationContext *LC) {  in markInteresting()
 2650 bool BugReport::isInteresting(const LocationContext *LC) {  in isInteresting()
 
 | 
| /external/clang/lib/Analysis/ | 
| D | ProgramPoint.cpp | 22                                            const LocationContext *LC,  in getProgramPoint()
 | 
| D | AnalysisDeclContext.cpp | 169   for (const LambdaCapture &LC : parent->captures()) {  in getSelfDecl()  local447   const LocationContext *LC = this;  in getCurrentStackFrame()  local
 622     LocationContext *LC = &*I;  in clear()  local
 
 | 
| /external/clang/examples/analyzer-plugin/ | 
| D | MainCallChecker.cpp | 20   const LocationContext *LC = C.getLocationContext();  in checkPreStmt()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeFloatTypes.cpp | 143 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) {  in SoftenFloatRes_Unary()162 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) {  in SoftenFloatRes_Binary()
 492   RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));  in SoftenFloatRes_FP_EXTEND()  local
 519   RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0));  in SoftenFloatRes_FP16_TO_FP()  local
 529   RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));  in SoftenFloatRes_FP_ROUND()  local
 556   RTLIB::Libcall LC = GetFPLibCall(N->getValueType(0),  in SoftenFloatRes_FPOWI()  local
 731   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in SoftenFloatRes_XINT_TO_FP()  local
 833   RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT);  in SoftenFloatOp_FP_ROUND()  local
 890   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in SoftenFloatOp_FP_TO_XINT()  local
 1031 SDValue DAGTypeLegalizer::SoftenFloatOp_Unary(SDNode *N, RTLIB::Libcall LC) {  in SoftenFloatOp_Unary()
 [all …]
 
 | 
| /external/clang/test/Parser/ | 
| D | cxx-casting.cpp | 76 #define LC <:  in test2()  macro
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeFloatTypes.cpp | 474   RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));  in SoftenFloatRes_FP_EXTEND()  local492   RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0));  in SoftenFloatRes_FP16_TO_FP()  local
 506   RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));  in SoftenFloatRes_FP_ROUND()  local
 716   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in SoftenFloatRes_XINT_TO_FP()  local
 840   RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, RVT);  in SoftenFloatOp_FP_EXTEND()  local
 856   RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT);  in SoftenFloatOp_FP_ROUND()  local
 897   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in SoftenFloatOp_FP_TO_XINT()  local
 1425     RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandFloatRes_XINT_TO_FP()  local
 1619   RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT);  in ExpandFloatOp_FP_TO_SINT()  local
 1653   RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT);  in ExpandFloatOp_FP_TO_UINT()  local
 
 | 
| D | LegalizeIntegerTypes.cpp | 1414   RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT);  in ExpandAtomic()  local2019   RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);  in ExpandIntRes_FP_TO_SINT()  local
 2034   RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT);  in ExpandIntRes_FP_TO_UINT()  local
 2185   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_MUL()  local
 2308   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_SDIV()  local
 2377   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_Shift()  local
 2493   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_SREM()  local
 2575   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_XMULO()  local
 2640   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_UDIV()  local
 2666   RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandIntRes_UREM()  local
 [all …]
 
 | 
| D | LegalizeDAG.cpp | 1939 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,  in ExpandLibCall()1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,  in ExpandLibCall()
 2021 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC,  in ExpandChainLibCall()
 2058   RTLIB::Libcall LC;  in ExpandFPLibCall()  local
 2076   RTLIB::Libcall LC;  in ExpandIntLibCall()  local
 2095   RTLIB::Libcall LC;  in ExpandDivRemLibCall()  local
 2153   RTLIB::Libcall LC;  in isSinCosLibcallAvailable()  local
 2200   RTLIB::Libcall LC;  in ExpandSinCosLibCall()  local
 3407       RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;  in ExpandNode()  local
 3779     RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT);  in ConvertNodeToLibcall()  local
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ | 
| D | MSP430ISelLowering.cpp | 249   for (const auto &LC : LibraryCalls) {  in MSP430TargetLowering()  local267     for (const auto &LC : LibraryCalls) {  in MSP430TargetLowering()  local
 282     for (const auto &LC : LibraryCalls) {  in MSP430TargetLowering()  local
 297     for (const auto &LC : LibraryCalls) {  in MSP430TargetLowering()  local
 312     for (const auto &LC : LibraryCalls) {  in MSP430TargetLowering()  local
 
 |