Searched refs:LAC (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 498 LocationOrAnalysisDeclContext LAC, in getValidSourceLocation() argument 501 assert(!LAC.isNull() && "A valid LocationContext or AnalysisDeclContext should " in getValidSourceLocation() 508 if (LAC.is<const LocationContext*>()) in getValidSourceLocation() 509 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation() 511 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation() 588 LocationOrAnalysisDeclContext LAC) { in createBegin() argument 589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 596 LocationOrAnalysisDeclContext LAC) { in createEnd() argument 599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 776 LocationOrAnalysisDeclContext LAC) const { in genLocation() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic.c | 179 LAS, LASD, LAC, LACD enumerator 280 case LAC: { /* Load Atomic Clear Word - lac rd, (base) */ in main()
|
/external/bison/tests/ |
D | regression.at | 1426 ## LAC: Exploratory stack. ## 1429 AT_SETUP([[LAC: Exploratory stack]]) 1452 // LAC reallocs 1501 # lost between LAC invocations. 1520 ## LAC: Memory exhaustion. ## 1523 AT_SETUP([[LAC: Memory exhaustion]]) 1567 LAC: initial context established for $end 1568 LAC: checking lookahead $end: R2 G3 R2 G5 R2 G6 R2 G7 R2 G8 R2 G9 R2 G10 R2 G11 R2 (max size exceed… 1581 LAC: initial context established for $undefined 1582 LAC: checking lookahead $undefined: Always Err [all …]
|
D | conflicts.at | 335 # Only LAC gets it right. 446 ## LAC: %nonassoc requires splitting canonical LR states. ## 453 # token of lookahead. However, LAC solves the problem completely even 456 AT_SETUP([[LAC: %nonassoc requires splitting canonical LR states]]) 520 # It's corrected by LAC. 530 # IELR is sufficient when LAC is used.
|
D | input.at | 1445 ## LAC: Errors for %define. ## 1448 AT_SETUP([[LAC: Errors for %define]]) 1455 # parse.lac.* options are useless if LAC isn't actually activated.
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 151 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 154 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 207 const LocationOrAnalysisDeclContext LAC); 215 const LocationOrAnalysisDeclContext LAC);
|
/external/bison/ |
D | AUTHORS | 16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
|
D | NEWS | 538 ** LAC (Lookahead Correction) for syntax error handling: 558 LAC is a new mechanism within the parsing algorithm that solves 560 %nonassoc, default reductions, or state merging. When LAC is in 564 power of canonical LR and IELR, LAC at least enables LALR's syntax 568 Currently, LAC is only supported for deterministic parsers in C. 569 You can enable LAC with the following directive: 573 See the new section "LAC" in the Bison manual for additional 576 LAC is an experimental feature. More user feedback will help to 732 in two ways, but a more complete fix requires LAC, described above: 759 the expected token list. Bison's new LAC implementation, [all …]
|
D | ChangeLog-2012 | 367 doc: fix confusing citation of LAC publication. 369 * doc/bison.texinfo (LAC): Here. 437 doc: cite publication for LAC. 438 * doc/bison.texinfo (LAC): Here. 470 LAC has caveats. Don't be so adamant that IELR+LAC=canonical LR. 471 That is, as the referenced section in the manual documents, LAC 480 (Error Reporting): When mentioning %error-verbose, mention LAC, 481 and add cross-reference to the LAC section. 485 (Calc++ Parser): When mentioning %error-verbose, mention LAC, and 486 add cross-reference to the LAC section. [all …]
|
/external/llvm/lib/Target/AVR/ |
D | AVR.td | 121 // XCH, LAS, LAC, and LAT. 124 "instructions: XCH, LAS, LAC, LAT">;
|
/external/bison/doc/ |
D | bison.info | 254 * LAC:: Correct lookahead sets in the parser states. 5552 * Purpose: Enable LAC (lookahead correction) to improve syntax 5553 error handling. *Note LAC::. 6142 message sometimes contains incorrect information if LAC is not enabled 6143 (*note LAC::). 7066 * LAC:: Correct lookahead sets in the parser states. 7183 However, IELR parsers that use LAC are also able to achieve this 7185 For details and a few caveats of LAC, *note LAC::. 7192 File: bison.info, Node: Default Reductions, Next: LAC, Prev: LR Table Construction, Up: Tuning … 7250 Bison feature, LAC. We discuss the effects of delayed syntax [all …]
|
D | bison.texi | 291 * LAC:: Correct lookahead sets in the parser states. 5655 @item Purpose: Enable LAC (lookahead correction) to improve 5656 syntax error handling. @xref{LAC}. 6319 contains incorrect information if LAC is not enabled (@pxref{LAC}). 7449 * LAC:: Correct lookahead sets in the parser states. 7560 @cindex LAC 7571 any unnecessary reductions. However, IELR parsers that use LAC are also 7573 default reductions. For details and a few caveats of LAC, @pxref{LAC}. 7636 @cindex LAC 7643 be fixed by another Bison feature, LAC. We discuss the effects of delayed [all …]
|
/external/bison/data/ |
D | yacc.c | 39 # Check the value of %define parse.lac and friends, where LAC stands for
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 17914 "LAC",
|