Home
last modified time | relevance | path

Searched refs:ANTLR3_BOOLEAN (Results 1 – 25 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3baserecognizer.h131 ANTLR3_BOOLEAN
138 ANTLR3_BOOLEAN
206 …struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, ANTLR3_UINT32 level, ANTLR3_BOOLEAN successful);
223 ANTLR3_BOOLEAN exact);
241 ANTLR3_BOOLEAN (*recoverFromMismatchedElement)
286 ANTLR3_BOOLEAN (*alreadyParsedRule) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
340 ANTLR3_BOOLEAN (*synpred) ( struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, void * ctx,
Dantlr3collections.h124 ANTLR3_BOOLEAN doStrdup;
211ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct * stack, void * element, void (ANTLR3_CDECL *f…
259 ANTLR3_BOOLEAN factoryMade;
270ANTLR3_BOOLEAN (*swap) (struct ANTLR3_VECTOR_struct *, ANTLR3_UINT32 …
272 …3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting);
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */
384 ANTLR3_BOOLEAN (*del) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key);
385ANTLR3_BOOLEAN (*add) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key, ANTLR3_UINT32 typ…
441 ANTLR3_BOOLEAN hasCycle;
Dantlr3input.h152 void (*setUcaseLA) (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag);
272 … antlr3UTF16SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLE…
273 … antlr3UTF32SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLE…
Dantlr3commontreenodestream.h96 …niqueNavigationNodes) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, ANTLR3_BOOLEAN uniqueNavigati…
199 ANTLR3_BOOLEAN uniqueNavigationNodes;
272 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns);
289ANTLR3_BOOLEAN (*hasUniqueNavigationNodes) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctn…
307 ANTLR3_BOOLEAN isRewriter;
Dantlr3recognizersharedstate.h63 ANTLR3_BOOLEAN error;
87 ANTLR3_BOOLEAN errorRecovery;
100 ANTLR3_BOOLEAN failed;
Dantlr3debugeventlistener.h84 ANTLR3_BOOLEAN initialized;
100 ANTLR3_BOOLEAN (*handshake) (pANTLR3_DEBUG_EVENT_LISTENER delboy);
178 …void (*endBacktrack) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int level, ANTLR3_BOOLEAN successful…
266 …void (*semanticPredicate) (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_BOOLEAN result, const cha…
Dantlr3rewritestreams.h80 ANTLR3_BOOLEAN freeElements;
97 ANTLR3_BOOLEAN dirty;
135 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream);
Dantlr3lexer.h145 ANTLR3_BOOLEAN (*matchs) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string);
152 ANTLR3_BOOLEAN (*matchc) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR c);
158ANTLR3_BOOLEAN (*matchRange) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR low, ANTLR3_UCH…
Dantlr3bitset.h99ANTLR3_BOOLEAN (*equals) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_str…
100 ANTLR3_BOOLEAN (*isMember) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit);
103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset);
Dantlr3tokenstream.h122 ANTLR3_BOOLEAN initialStreamState;
234 ANTLR3_BOOLEAN discardOffChannel;
257 …ardOffChannelToks)(struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream, ANTLR3_BOOLEAN discard);
Dantlr3defs.h169 typedef UINT8 ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN; typedef
190 typedef uint8_t ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN;
408 typedef uint32_t ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN; typedef
556 … (ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage);
Dantlr3exception.h137 ANTLR3_BOOLEAN freeMessage;
Dantlr3convertutf.h168 ANTLR3_BOOLEAN isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
Dantlr3basetree.h119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree);
Dantlr3commontoken.h118 ANTLR3_BOOLEAN factoryMade;
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c46 static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);
47 static ANTLR3_BOOLEAN antlr3BitsetMember (pANTLR3_BITSET bitset, ANTLR3_UINT32 bit);
50 static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset);
511 static ANTLR3_BOOLEAN
570 static ANTLR3_BOOLEAN
604 static ANTLR3_BOOLEAN
Dantlr3baserecognizer.c52 …dBacktrack (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 level, ANTLR3_BOOLEAN successful);
57 static ANTLR3_BOOLEAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_ST…
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STR…
61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);
66 static ANTLR3_BOOLEAN recoverFromMismatchedElement(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BIT…
73 static ANTLR3_BOOLEAN alreadyParsedRule (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_MARKER ruleI…
75 static ANTLR3_BOOLEAN synpred (pANTLR3_BASE_RECOGNIZER recognizer, void * ctx, void (*predica…
528 static ANTLR3_BOOLEAN
551 static ANTLR3_BOOLEAN
554 ANTLR3_BOOLEAN retcode; in mismatchIsMissingToken()
[all …]
Dantlr3collections.c84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *fre…
96 …3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting);
98 static ANTLR3_BOOLEAN antlr3VectorSwap (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry1, ANTLR3_UI…
109 static ANTLR3_BOOLEAN intTrieDel (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
110 static ANTLR3_BOOLEAN intTrieAdd (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, A…
1046 static ANTLR3_BOOLEAN
1050 return (ANTLR3_BOOLEAN)(stack->vector->add(stack->vector, element, freeptr)); in antlr3StackPush()
1356 …R3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting) in antlr3VectorSet()
1392 static ANTLR3_BOOLEAN
1890 static ANTLR3_BOOLEAN
[all …]
Dantlr3debughandlers.c55 static ANTLR3_BOOLEAN handshake (pANTLR3_DEBUG_EVENT_LISTENER delboy);
70 static void endBacktrack (pANTLR3_DEBUG_EVENT_LISTENER delboy, int level, ANTLR3_BOOLEAN successf…
75 static void semanticPredicate (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_BOOLEAN result, const c…
193 static ANTLR3_BOOLEAN
739 endBacktrack (pANTLR3_DEBUG_EVENT_LISTENER delboy, int level, ANTLR3_BOOLEAN successful) in endBacktrack()
787 semanticPredicate (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_BOOLEAN result, const char * predic… in semanticPredicate()
Dantlr3lexer.c49 static ANTLR3_BOOLEAN matchs (pANTLR3_LEXER lexer, ANTLR3_UCHAR * string);
50 static ANTLR3_BOOLEAN matchc (pANTLR3_LEXER lexer, ANTLR3_UCHAR c);
51 static ANTLR3_BOOLEAN matchRange (pANTLR3_LEXER lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high);
726 static ANTLR3_BOOLEAN
769 static ANTLR3_BOOLEAN
809 static ANTLR3_BOOLEAN
Dantlr3exception.c72 antlr3ExceptionNew(ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage) in antlr3ExceptionNew()
Dantlr3commontreenodestream.c44 static ANTLR3_BOOLEAN hasUniqueNavigationNodes (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
58 static void setUniqueNavigationNodes (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_BOOLEAN uniqueNavig…
476 ANTLR3_BOOLEAN nilNode; in fillBuffer()
793 static ANTLR3_BOOLEAN
800 setUniqueNavigationNodes (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_BOOLEAN uniqueNavigationNodes) in setUniqueNavigationNodes()
Dantlr3inputstream.c67 static void antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag);
239 antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag) in antlr38BitSetUcaseLA()
702 antlr3UTF16SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLEAN in antlr3UTF16SetupStream()
1500 antlr3UTF32SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLEAN in antlr3UTF32SetupStream()
Dantlr3convertutf.c286 static ANTLR3_BOOLEAN
318 ANTLR3_BOOLEAN
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DDbg.stg82 static ANTLR3_BOOLEAN
83 evalPredicate(p<name> ctx, ANTLR3_BOOLEAN result, const char * predicate)

12