HomeSort by relevance Sort by last modified time
    Searched defs:LC (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/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/clang/test/CodeGenCXX/
mangle-extern-local.cpp 29 struct LC { int localfunc() { extern int var4; return var4; } };
30 LC localobj;
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 20 const LocationContext *LC = C.getLocationContext();
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
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));
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)
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);
VLASizeChecker.cpp 167 const LocationContext *LC = C.getLocationContext();
169 state->getRegion(VD, LC)->getExtent(svalBuilder);
  /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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 44 static const unsigned LC = sizeof(wchar_t);
119 testScanf("%lc", 1, LC);
135 testScanf("%10ls", 1, 11 * LC);
136 testScanf("%10lc", 1, 10 * LC);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 302 const LocationContext *LC = Pred->getLocationContext();
304 LC->getDecl(),
305 LC->getCFG()->getNumBlockIDs());
339 const LocationContext *LC = Pred->getLocationContext();
342 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
ExprEngineC.cpp 497 const LocationContext *LC = N->getLocationContext();
504 SVal InitVal = state->getSVal(InitEx, LC);
533 InitVal = svalBuilder.conjureSymbolVal(nullptr, InitEx, LC, Ty,
540 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
    [all...]
  /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/lib/Analysis/
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...]
  /toolchain/binutils/binutils-2.27/opcodes/
micromips-opc.c 206 #define LC INSN_LOAD_COPROC
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 185 const LocationContext *LC;
187 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
196 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 186 const LocationContext *LC;
188 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 LC->getCurrentStackFrame(),

Completed in 1029 milliseconds

1 2 3 4