/external/clang/lib/Analysis/ |
ProgramPoint.cpp | 22 const LocationContext *LC, 28 return PreStmt(S, LC, tag); 30 return PostStmt(S, LC, tag); 32 return PreLoad(S, LC, tag); 34 return PostLoad(S, LC, tag); 36 return PreStore(S, LC, tag); 38 return PostLValue(S, LC, tag); 40 return PostStmtPurgeDeadSymbols(S, LC, tag); 42 return PreStmtPurgeDeadSymbols(S, LC, tag);
|
AnalysisDeclContext.cpp | 169 for (const LambdaCapture &LC : parent->captures()) { 170 if (!LC.capturesVariable()) 173 VarDecl *VD = LC.getCapturedVar(); 447 const LocationContext *LC = this; 448 while (LC) { 449 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) 451 LC = LC->getParent(); 460 bool LocationContext::isParentOf(const LocationContext *LC) const { 462 const LocationContext *Parent = LC->getParent() [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PrettyStackTraceLocationContext.h | 32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) {
|
MemRegion.cpp | 381 const LocationContext *LC, 386 ID.AddPointer(LC); 392 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); 794 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, 797 while (LC) { 798 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) { 803 dyn_cast<BlockInvocationContext>(LC)) { 816 LC = LC->getParent(); 822 const LocationContext *LC) { [all...] |
BugReporter.cpp | 325 const LocationContext *LC; 331 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext()) 343 ParentMap& getParentMap() { return LC->getParentMap(); } 366 return PathDiagnosticLocation(S, getSourceManager(), LC); 427 const LocationContext *LC, bool allowNestedContexts) { 436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); 441 return PathDiagnosticLocation(S, SMgr, LC); 446 return PathDiagnosticLocation(Parent, SMgr, LC); 448 return PathDiagnosticLocation(S, SMgr, LC); 455 return PathDiagnosticLocation(Parent, SMgr, LC); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
test2xcoff32.s | 4 LC..1: 5 .tc LC..0[TC],LC..0 21 lwz 30,LC..1(2) 40 LC..0:
|
xcoff-toc-1.s | 12 lwz 1,LC..72(2) 16 LC..72:
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
LibCallAliasAnalysis.h | 30 explicit LibCallAliasAnalysis(LibCallInfo *LC = 0) 31 : FunctionPass(ID), LCI(LC) { 34 explicit LibCallAliasAnalysis(char &ID, LibCallInfo *LC) 35 : FunctionPass(ID), LCI(LC) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TraversalChecker.cpp | 80 for (const LocationContext *LC = C.getLocationContext()->getParent(); 81 LC != nullptr; LC = LC->getParent()) 97 for (const LocationContext *LC = C.getLocationContext()->getParent(); 98 LC != nullptr; LC = LC->getParent())
|
AnalyzerStatsChecker.cpp | 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); 52 const Decl *D = LC->getDecl(); 70 C = LC->getCFG(); 133 PathDiagnosticLocation::createBegin(CS->getStmt(), SM, LC));
|
UnreachableCodeChecker.cpp | 60 const LocationContext *LC = nullptr; 65 LC = P.getLocationContext(); 66 if (!LC->inTopFrame()) 70 D = LC->getAnalysisDeclContext()->getDecl(); 74 C = LC->getAnalysisDeclContext()->getUnoptimizedCFG(); 76 PM = &LC->getParentMap(); 151 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
|
ExprInspectionChecker.cpp | 75 const LocationContext *LC = N->getLocationContext(); 79 SVal AssertionVal = State->getSVal(Assertion, LC); 115 const LocationContext *LC = C.getPredecessor()->getLocationContext(); 119 if (LC->getCurrentStackFrame()->getParent() != nullptr) 132 const LocationContext *LC = C.getPredecessor()->getLocationContext(); 139 if (LC->getCurrentStackFrame()->getParent() == nullptr)
|
/external/clang/test/CodeGenCXX/ |
mangle-extern-local.cpp | 29 struct LC { int localfunc() { extern int var4; return var4; } }; 30 LC localobj;
|
/external/llvm/tools/yaml2obj/ |
yaml2macho.cpp | 111 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS) { 116 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, 119 for (const auto &Sec : LC.Sections) { 130 writeLoadCommandData<MachO::segment_command_64>(MachOYAML::LoadCommand &LC, 133 for (const auto &Sec : LC.Sections) { 143 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { 145 if (!LC.PayloadString.empty()) { 146 OS.write(LC.PayloadString.c_str(), LC.PayloadString.length()); 147 BytesWritten = LC.PayloadString.length() [all...] |
/art/test/600-verifier-fails/smali/ |
iput.smali | 16 .class public LC;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/ |
plabelbug.s | 15 LC$0000: 29 ldil L'LC$0000,%r26 32 ldo R'LC$0000(%r26),%r26
|
reduce.s | 17 LC$0000: 27 ldil L'LC$0000,%r19 28 ldw R'LC$0000(%r19),%r26
|
/external/llvm/tools/obj2yaml/ |
macho2yaml.cpp | 25 MachOYAML::LoadCommand &LC, 45 memcpy((void *) & (LC.Data.LCStruct##_data), LoadCmd.Ptr, \ 48 MachO::swapStruct(LC.Data.LCStruct##_data); \ 49 EndPtr = processLoadCommandData<MachO::LCStruct>(LC, LoadCmd); \ 108 MachOYAML::LoadCommand &LC, 115 MachOYAML::LoadCommand &LC, 118 LoadCmd, LC.Sections, Obj.isLittleEndian()); 123 MachOYAML::LoadCommand &LC, 126 LoadCmd, LC.Sections, Obj.isLittleEndian()); 131 readString(MachOYAML::LoadCommand &LC, [all...] |
/external/clang/examples/analyzer-plugin/ |
MainCallChecker.cpp | 20 const LocationContext *LC = C.getLocationContext(); 22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
locall1.d | 15 0+10 g \.text 0+ LC:23
|
/external/clang/test/Parser/ |
cxx-casting.cpp | 76 #define LC <: 78 test1::A LC:B> c; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}} 79 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}}
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
IRBuilder.h | 502 if (Constant *LC = dyn_cast<Constant>(LHS)) 504 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name); 515 if (Constant *LC = dyn_cast<Constant>(LHS)) 517 return Insert(Folder.CreateFAdd(LC, RC), Name); 522 if (Constant *LC = dyn_cast<Constant>(LHS)) 524 return Insert(Folder.CreateSub(LC, RC), Name); 535 if (Constant *LC = dyn_cast<Constant>(LHS)) 537 return Insert(Folder.CreateFSub(LC, RC), Name); 542 if (Constant *LC = dyn_cast<Constant>(LHS)) 544 return Insert(Folder.CreateMul(LC, RC), Name) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
fixup7bug.s | 1407 LC$0000: 1410 LC$0001: 1413 LC$0002: 1451 ldil L'LC$0000,%r25 1452 ldo R'LC$0000(%r25),%r25 1466 ldil L'LC$0001,%r25 1467 ldo R'LC$0001(%r25),%r25 1481 ldil L'LC$0002,%r25 1482 ldo R'LC$0002(%r25),%r25 1578 LC$0003: [all...] |
calldatabug.s | 3 LC$0000: 41 ldil L'LC$0000,%r26 42 ldo R'LC$0000(%r26),%r26 99 ldil L'LC$0000,%r26 100 ldo R'LC$0000(%r26),%r26 123 LC$0001: 144 ldil L'LC$0001,%r20 145 ldo R'LC$0001(%r20),%r21 162 ldil L'LC$0001,%r19 163 ldo R'LC$0001(%r19),%r2 [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |