/external/antlr/runtime/C/include/ |
D | antlr3baserecognizer.h | 131 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,
|
D | antlr3collections.h | 124 ANTLR3_BOOLEAN doStrdup; 211 …ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct * stack, void * element, void (ANTLR3_CDECL *f… 259 ANTLR3_BOOLEAN factoryMade; 270 …ANTLR3_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); 385 …ANTLR3_BOOLEAN (*add) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key, ANTLR3_UINT32 typ… 441 ANTLR3_BOOLEAN hasCycle;
|
D | antlr3input.h | 152 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…
|
D | antlr3commontreenodestream.h | 96 …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); 289 …ANTLR3_BOOLEAN (*hasUniqueNavigationNodes) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctn… 307 ANTLR3_BOOLEAN isRewriter;
|
D | antlr3recognizersharedstate.h | 63 ANTLR3_BOOLEAN error; 87 ANTLR3_BOOLEAN errorRecovery; 100 ANTLR3_BOOLEAN failed;
|
D | antlr3debugeventlistener.h | 84 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…
|
D | antlr3rewritestreams.h | 80 ANTLR3_BOOLEAN freeElements; 97 ANTLR3_BOOLEAN dirty; 135 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream);
|
D | antlr3bitset.h | 99 …ANTLR3_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);
|
D | antlr3lexer.h | 145 ANTLR3_BOOLEAN (*matchs) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string); 152 ANTLR3_BOOLEAN (*matchc) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR c); 158 …ANTLR3_BOOLEAN (*matchRange) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR low, ANTLR3_UCH…
|
D | antlr3tokenstream.h | 122 ANTLR3_BOOLEAN initialStreamState; 234 ANTLR3_BOOLEAN discardOffChannel; 257 …ardOffChannelToks)(struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream, ANTLR3_BOOLEAN discard);
|
D | antlr3defs.h | 173 typedef UINT8 ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN; typedef 194 typedef uint8_t ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN; 412 typedef uint32_t ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN; typedef 560 … (ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage);
|
D | antlr3exception.h | 137 ANTLR3_BOOLEAN freeMessage;
|
D | antlr3convertutf.h | 166 ANTLR3_BOOLEAN isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
|
D | antlr3basetree.h | 119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree);
|
D | antlr3commontoken.h | 118 ANTLR3_BOOLEAN factoryMade;
|
/external/antlr/runtime/C/src/ |
D | antlr3bitset.c | 46 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); 510 static ANTLR3_BOOLEAN 569 static ANTLR3_BOOLEAN 603 static ANTLR3_BOOLEAN
|
D | antlr3baserecognizer.c | 52 …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 …]
|
D | antlr3collections.c | 84 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… 100 static ANTLR3_BOOLEAN newPool (pANTLR3_VECTOR_FACTORY factory); 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() 1288 static ANTLR3_BOOLEAN 1373 …R3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting) in antlr3VectorSet() [all …]
|
D | antlr3commontree.c | 43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree); 58 static ANTLR3_BOOLEAN newPool (pANTLR3_ARBORETUM factory); 123 static ANTLR3_BOOLEAN 426 static ANTLR3_BOOLEAN
|
D | antlr3debughandlers.c | 55 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()
|
D | antlr3lexer.c | 49 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); 727 static ANTLR3_BOOLEAN 770 static ANTLR3_BOOLEAN 810 static ANTLR3_BOOLEAN
|
D | antlr3commontreenodestream.c | 44 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()
|
D | antlr3exception.c | 72 antlr3ExceptionNew(ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage) in antlr3ExceptionNew()
|
D | antlr3inputstream.c | 67 static void antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag); 239 antlr38BitSetUcaseLA (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN flag) in antlr38BitSetUcaseLA() 709 antlr3UTF16SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLEAN… in antlr3UTF16SetupStream() 1507 antlr3UTF32SetupStream (pANTLR3_INPUT_STREAM input, ANTLR3_BOOLEAN machineBigEndian, ANTLR3_BOOLEAN… in antlr3UTF32SetupStream()
|
D | antlr3convertutf.c | 286 static ANTLR3_BOOLEAN 318 ANTLR3_BOOLEAN
|