OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_UINT16
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
529
pANTLR3_UINT16
out;
532
out = (
pANTLR3_UINT16
)(string->chars);
542
*(((
pANTLR3_UINT16
)(string->chars)) + size) = '\0';
579
*(((
pANTLR3_UINT16
)(string->chars)) + size) = '\0';
616
pANTLR3_UINT16
in;
621
in = (
pANTLR3_UINT16
)ptr;
730
pANTLR3_UINT16
scannedText;
731
pANTLR3_UINT16
inText;
742
scannedText = (
pANTLR3_UINT16
)(string->chars);
743
inText = (
pANTLR3_UINT16
)(instr->chars)
[
all
...]
antlr3inputstream.c
794
if ((ANTLR3_UCHAR)(*((
pANTLR3_UINT16
)input->nextChar)) == input->newlineChar)
800
input->currentLine = (void *)(((
pANTLR3_UINT16
)input->nextChar) + 1);
811
input->nextChar = (void *)(((
pANTLR3_UINT16
)input->nextChar) + 1);
832
input->nextChar = (void *)(((
pANTLR3_UINT16
)input->nextChar) + 1);
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h
165
typedef UINT16 ANTLR3_UINT16, *
pANTLR3_UINT16
;
185
typedef uint16_t ANTLR3_UINT16, *
pANTLR3_UINT16
;
403
typedef uint16_t ANTLR3_UINT16, *
pANTLR3_UINT16
;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg
300
# define NEXTCHAR ((
pANTLR3_UINT16
)(INPUT->nextChar))
301
# define DATAP ((
pANTLR3_UINT16
)(INPUT->data))
[
all
...]
Completed in 930 milliseconds