HomeSort by relevance Sort by last modified time
    Searched full:semantic (Results 401 - 425 of 836) sorted by null

<<11121314151617181920>>

  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 533 /* create the array of Semantic Result Pointers */
852 /* create the array of Semantic Result Pointers */
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 43 * Any state that has a semantic predicate edge is special; those states
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 44 * Any state that has a semantic predicate edge is special; those states
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 196 /** A semantic predicate was evaluate with this result and action text */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 196 /** A semantic predicate was evaluate with this result and action text */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 196 /** A semantic predicate was evaluate with this result and action text */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 196 /** A semantic predicate was evaluate with this result and action text */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 23 /** Demonstrates how semantic predicates get hoisted out of the rule in
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 147 report << "| %-66s | %7i |\n" % [ "Semantic Predicates Evaluated", semantic_predicates ]
  /external/antlr/antlr-3.4/tool/
CHANGES.txt 543 * Labels on tokens, rules carry into synpreds now so semantic predicates work.
564 indicates when actions hid semantic predicates.
724 * Insufficiently covered (with semantic predicates) alt warnings are now emitted before
734 Semantic predicates were present but were hidden by actions.
739 To create the prediction DFA for the optional sub rule in 'a', ANTLR must find all references to 'a' to determine what can follow. A B can follow 'a' in the first two alts rule 'b'. To resolve the conflict between matching A B immediately in the sub rule and exiting rule 'a' to match it in 'b', ANTLR looks for predicates. In this case, there are two predicates that indicate the semantic context in which the surrounding alternatives are valid. The problem is that one of the predicates is hidden by an action. It took me 1.5 days, but I've finally have gotten ANTLR to properly track the insufficiently covered alternatives. Further, I have gotten it to tell you precisely where the uncovered predicates are even if they are simply hidden by actions. I have also updated all of the nondeterminism warnings so that it tells you if there was a predicate but one hidden by an action (this could be a separate condition from insufficiently covered predicates). here are your messages from ANTLR:
743 Semantic predicates were present but were hidden by actions.
746 Semantic predicates were present but were hidden by actions.
762 * Fixed ANTLR-249; I include semantic context again in closure busy signal.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 238 * basic semantic checks are performed as well. See the individual
254 * syntax rules or semantic rules
265 * basic semantic checks are performed as well. See the individual
285 * syntax rules or semantic rules
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 235 * basic semantic checks are performed as well. See the individual
251 * syntax rules or semantic rules
262 * basic semantic checks are performed as well. See the individual
282 * syntax rules or semantic rules
    [all...]
  /external/bison/data/
java.m4 180 ## Semantic Values. ##
  /external/chromium_org/media/video/capture/
file_video_capture_device.cc 104 // Last video format semantic correctness check before sending it back.
  /external/chromium_org/printing/backend/
cups_helper.cc 21 // This section contains helper code for PPD parsing for semantic capabilities.
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.h 206 // FIXME: Rename this function to something more semantic.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
rasterizer.rst 94 The frontface vertex shader color output is marked with TGSI semantic
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h 281 * and the second index is the semantic of the
  /external/clang/docs/
HowToSetupToolingForLLVM.rst 6 and semantic information about a program. This term also relates to a set
  /external/clang/include/clang/AST/
CommentCommands.td 119 // We don't do any additional semantic analysis for the following
CommentLexer.h 227 /// Allocator for strings that are semantic values of tokens and have to be
  /external/clang/lib/Sema/
Sema.cpp 1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===//
10 // This file implements the actions class which performs semantic analysis and
250 /// \brief Print out statistics about the semantic analysis.
252 llvm::errs() << "\n*** Semantic Analysis Stats:\n";
    [all...]
TargetAttributesSema.cpp 10 // This file contains semantic analysis implementation for target-specific
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 94 The frontface vertex shader color output is marked with TGSI semantic
  /external/mesa3d/src/mesa/program/
prog_instruction.h 281 * and the second index is the semantic of the

Completed in 1464 milliseconds

<<11121314151617181920>>