Home
last modified time | relevance | path

Searched refs:tokenInfo (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dtokeninfo.h31 } tokenInfo; typedef
38 #define TOKEN(X) ((tokenInfo *)X)
51 void (*clear) (tokenInfo *token);
52 void (*delete) (tokenInfo *token);
53 void (*copy) (tokenInfo *dest, tokenInfo *src, void *data);
68 void *newTokenByCopying (tokenInfo *src);
72 void tokenDelete (tokenInfo *token);
75 void tokenRead (tokenInfo *token);
77 void tokenUnread (tokenInfo *token);
80 void tokenCopyFull (tokenInfo *dest, tokenInfo *src, void *data);
[all …]
H A Dtokeninfo.c22 tokenInfo *token; in createToken()
33 tokenInfo *token = data; in clearToken()
47 tokenInfo *token = data; in deleteToken()
63 tokenInfo *token = NULL; in newTokenFull()
92 void tokenDelete (tokenInfo *token) in tokenDelete()
118 void tokenRead (tokenInfo *token) in tokenRead()
123 void tokenCopyFull (tokenInfo *dest, tokenInfo *src, void *data) in tokenCopyFull()
135 void tokenCopy (tokenInfo *dest, tokenInfo *src) in tokenCopy()
140 void *newTokenByCopying (tokenInfo *src) in newTokenByCopying()
168 tokenInfo *backlog; in tokenUnreadFull()
[all …]
/dports/devel/geany/geany-1.38/ctags/main/
H A Dtokeninfo.h31 } tokenInfo; typedef
38 #define TOKEN(X) ((tokenInfo *)X)
51 void (*clear) (tokenInfo *token);
52 void (*delete) (tokenInfo *token);
53 void (*copy) (tokenInfo *dest, tokenInfo *src, void *data);
60 void *newTokenByCopying (tokenInfo *src);
64 void tokenDelete (tokenInfo *token);
67 void tokenRead (tokenInfo *token);
69 void tokenUnread (tokenInfo *token);
72 void tokenCopyFull (tokenInfo *dest, tokenInfo *src, void *data);
[all …]
H A Dtokeninfo.c22 tokenInfo *token; in createToken()
33 tokenInfo *token = data; in clearToken()
47 tokenInfo *token = data; in deleteToken()
63 tokenInfo *token = NULL; in newTokenFull()
92 void tokenDelete (tokenInfo *token) in tokenDelete()
114 void tokenRead (tokenInfo *token) in tokenRead()
119 void tokenCopyFull (tokenInfo *dest, tokenInfo *src, void *data) in tokenCopyFull()
131 void tokenCopy (tokenInfo *dest, tokenInfo *src) in tokenCopy()
136 void *newTokenByCopying (tokenInfo *src) in newTokenByCopying()
164 tokenInfo *backlog; in tokenUnreadFull()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dtokenprocessor.h93 tokenInfo.evaluate();
94 return tokenInfo;
114 const auto isValidTokenInfo = [](const T &tokenInfo) { in toTokens()
115 return !tokenInfo.hasInvalidMainType() in toTokens()
121 T tokenInfo = (*this)[index]; in toTokens() local
122 if (isValidTokenInfo(tokenInfo)) in toTokens()
123 tokenInfos.push_back(tokenInfo); in toTokens()
142 if (!tokenInfo.m_extraInfo.declaration in toTokenInfoContainers()
144 return tokenInfo; in toTokenInfoContainers()
147 const int index = tokenInfos.indexOf(tokenInfo); in toTokenInfoContainers()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/lib/slot_mgr/test/
H A DSlotManagerTests.cpp99 CK_TOKEN_INFO tokenInfo; in testNoExistingTokens() local
151 CK_TOKEN_INFO tokenInfo; in testExistingTokens() local
158 !memcmp(tokenInfo.label, &label2[0], label2.size())); in testExistingTokens()
171 !memcmp(tokenInfo.label, &label2[0], label2.size())); in testExistingTokens()
221 CK_TOKEN_INFO tokenInfo; in testInitialiseTokenInLastSlot() local
244 CPPUNIT_ASSERT(!memcmp(tokenInfo.label, label, 32)); in testInitialiseTokenInLastSlot()
279 CK_TOKEN_INFO tokenInfo; in testInitialiseTokenInLastSlot() local
287 CPPUNIT_ASSERT(!memcmp(tokenInfo.label, label, 32)); in testInitialiseTokenInLastSlot()
345 CK_TOKEN_INFO tokenInfo; in testReinitialiseExistingToken() local
394 CPPUNIT_ASSERT(!memcmp(tokenInfo.label, label, 32)); in testReinitialiseExistingToken()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dr-s4class.c41 tokenInfo *const func, tokenInfo *const token,
44 tokenInfo *const symbol,
47 tokenInfo *const token);
141 tokenInfo *const open_paren CTAGS_ATTR_UNUSED) in parseClassArgs()
179 tokenInfo *const open_paren) in parseMethodArgs()
232 tokenInfo *const open_paren) in parseGenericArgs()
252 bool (* parseArgs) (rSubparser *, tokenInfo *const, int, tokenInfo *const)) in parseSetCommon()
255 tokenInfo *const open_paren = newTokenByCopying (token); in parseSetCommon()
298 tokenInfo *const func, tokenInfo *const token, in s4ReadFuncall()
331 tokenInfo *const symbol, in s4ReadRightSideSymbol()
[all …]
H A Dfortran.c212 } tokenInfo; typedef
350 tokenInfo* list;
405 tokenInfo *result = NULL; in ancestorScope()
454 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
471 static tokenInfo *newTokenFrom (tokenInfo *const token) in newTokenFrom()
473 tokenInfo *result = xMalloc (1, tokenInfo); in newTokenFrom()
1417 static tokenInfo *parseQualifierSpecList (tokenInfo *const token) in parseQualifierSpecList()
1746 tokenInfo *name; in parseStructureStmt()
1878 tokenInfo* qt = NULL; in parseComponentDefStmt()
1977 tokenInfo *name = NULL; in parseInterfaceBlock()
[all …]
H A Dvhdl.c172 } tokenInfo; typedef
344 static void parseKeywords (tokenInfo * const token, tokenInfo * const label, int parent);
365 static tokenInfo *newToken (void) in newToken()
367 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
376 static tokenInfo *copyToken (tokenInfo * const src) in copyToken()
378 tokenInfo *dst = newToken (); in copyToken()
640 tokenInfo *const name = newToken (); in parsePackage()
641 tokenInfo *token_for_tagging = NULL; in parsePackage()
728 tokenInfo *const name = newToken (); in parseModule()
956 static void parseProcess (tokenInfo * const token, tokenInfo * const label, int parent) in parseProcess()
[all …]
H A Ddtd.c127 static void clearToken (tokenInfo *token);
128 static void copyToken (tokenInfo *dest, tokenInfo *src, void *data CTAGS_ATTR_UNUSED);
131 tokenInfo base;
154 static tokenInfo *newDtdToken (void) in newDtdToken()
159 static void clearToken (tokenInfo *token) in clearToken()
164 static void copyToken (tokenInfo *dest, tokenInfo *src, void *data CTAGS_ATTR_UNUSED) in copyToken()
309 static void parseEntity (tokenInfo *const token) in parseEntity()
330 static tokenInfo *parserParameterEntityRef (tokenInfo *const token) in parserParameterEntityRef()
392 static void parseAttDefs (tokenInfo *const token) in parseAttDefs()
456 static void parseAttlist (tokenInfo *const token) in parseAttlist()
[all …]
H A Dr.h75 tokenInfo *const symbol,
78 tokenInfo *const token);
80 tokenInfo *const token,
88 tokenInfo *const func,
89 tokenInfo *const token,
93 extern void rSetupCollectingSignature (tokenInfo *const token,
95 extern void rTeardownCollectingSignature (tokenInfo *const token);
101 extern tokenInfo *rNewToken (void);
103 extern void rTokenReadNoNewline (tokenInfo *const token);
107 extern bool rParseStatement (tokenInfo *const token, int parentIndex, bool inArgList);
H A Dverilog.c119 } tokenInfo; typedef
475 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
483 static tokenInfo *dupToken (tokenInfo *token) in dupToken()
485 tokenInfo *dup = newToken (); in dupToken()
510 static tokenInfo *pushToken (tokenInfo * const token, tokenInfo * const tokenPush) in pushToken()
516 static tokenInfo *popToken (tokenInfo * const token) in popToken()
518 tokenInfo *localToken; in popToken()
534 static void swapToken (tokenInfo *t0, tokenInfo *t1) in swapToken()
536 tokenInfo tmp = *t0; in swapToken()
1286 tokenInfo *classToken; in processClass()
[all …]
H A Dsql.c208 } tokenInfo; typedef
395 bool (* fn) (tokenInfo *const token);
581 static tokenInfo *newToken (void) in newToken()
583 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
1134 static void copyToken (tokenInfo *const dest, tokenInfo *const src) in copyToken()
1455 tokenInfo *const name = newToken (); in parseType()
1560 tokenInfo *const type = newToken (); in parseDeclareANSI()
2101 tokenInfo *const name = newToken (); in parsePackage()
2229 tokenInfo *const token, in parseIdAfterIfNotExists()
2263 tokenInfo *const name = newToken (); in parseTable()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DTokenHelpersTests.cpp45 wistd::unique_ptr<TOKEN_USER> tokenInfo; variable
47 REQUIRE(tokenInfo != nullptr);
53 wistd::unique_ptr<TOKEN_USER> tokenInfo; variable
62 wistd::unique_ptr<TOKEN_USER> tokenInfo; variable
64 REQUIRE(tokenInfo != nullptr);
67 REQUIRE(tokenInfo != nullptr);
71 REQUIRE(tokenInfo == nullptr);
79 REQUIRE(tokenInfo != nullptr);
192 wistd::unique_ptr<T> tokenInfo; in TestGetTokenInfoForCurrentThread() local
200 T tokenInfo{}; in TestGetTokenInfoForCurrentThread() local
[all …]
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_sql.c166 } tokenInfo; typedef
397 static tokenInfo *newToken (void) in newToken()
399 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
772 static void copyToken (tokenInfo *const dest, tokenInfo *const src) in copyToken()
800 tokenInfo *const name = newToken (); in parseSubProgram()
1053 tokenInfo *const name = newToken (); in parseType()
1155 tokenInfo *const type = newToken (); in parseDeclareANSI()
1610 tokenInfo *const name = newToken (); in parsePackage()
1645 tokenInfo *const name = newToken (); in parseTable()
1759 tokenInfo *const name = newToken (); in parseEvent()
[all …]
H A Dgeany_fortran.c193 } tokenInfo; typedef
323 tokenInfo* list;
375 tokenInfo *result = NULL; in ancestorScope()
424 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
437 static tokenInfo *newTokenFrom (tokenInfo *const token) in newTokenFrom()
446 static tokenInfo *newAnonTokenFrom (tokenInfo *const token, const char *type) in newAnonTokenFrom()
877 tokenInfo* token = NULL; in checkForLabel()
1581 tokenInfo *name = NULL; in parseStructureStmt()
1758 tokenInfo *name = NULL; in parseInterfaceBlock()
1815 tokenInfo *name = NULL; in parseEnumBlock()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dsql.c166 } tokenInfo; typedef
397 static tokenInfo *newToken (void) in newToken()
399 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
772 static void copyToken (tokenInfo *const dest, tokenInfo *const src) in copyToken()
800 tokenInfo *const name = newToken (); in parseSubProgram()
1053 tokenInfo *const name = newToken (); in parseType()
1155 tokenInfo *const type = newToken (); in parseDeclareANSI()
1610 tokenInfo *const name = newToken (); in parsePackage()
1645 tokenInfo *const name = newToken (); in parseTable()
1759 tokenInfo *const name = newToken (); in parseEvent()
[all …]
H A Dfortran.c193 } tokenInfo; typedef
323 tokenInfo* list;
375 tokenInfo *result = NULL; in ancestorScope()
424 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
437 static tokenInfo *newTokenFrom (tokenInfo *const token) in newTokenFrom()
446 static tokenInfo *newAnonTokenFrom (tokenInfo *const token, const char *type) in newAnonTokenFrom()
877 tokenInfo* token = NULL; in checkForLabel()
1581 tokenInfo *name = NULL; in parseStructureStmt()
1758 tokenInfo *name = NULL; in parseInterfaceBlock()
1815 tokenInfo *name = NULL; in parseEnumBlock()
[all …]
/dports/devel/ctags/ctags-5.8/
H A Dsql.c168 } tokenInfo; typedef
403 static tokenInfo *newToken (void) in newToken()
405 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
784 tokenInfo *const name = newToken (); in parseSubProgram()
991 tokenInfo *const name = newToken (); in parseType()
1089 tokenInfo *const type = newToken (); in parseDeclareANSI()
1419 tokenInfo *const name = newToken (); in parsePackage()
1451 tokenInfo *const name = newToken (); in parseTable()
1586 tokenInfo *const name = newToken (); in parseEvent()
1702 tokenInfo *const name = newToken (); in parsePublication()
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A Dsql.c168 } tokenInfo; typedef
403 static tokenInfo *newToken (void) in newToken()
405 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
784 tokenInfo *const name = newToken (); in parseSubProgram()
991 tokenInfo *const name = newToken (); in parseType()
1089 tokenInfo *const type = newToken (); in parseDeclareANSI()
1419 tokenInfo *const name = newToken (); in parsePackage()
1451 tokenInfo *const name = newToken (); in parseTable()
1586 tokenInfo *const name = newToken (); in parseEvent()
1702 tokenInfo *const name = newToken (); in parsePublication()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dsql.c176 } tokenInfo; typedef
420 static tokenInfo *newToken (void) in newToken()
422 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
803 tokenInfo *const name = newToken (); in parseSubProgram()
1017 tokenInfo *const name = newToken (); in parseType()
1115 tokenInfo *const type = newToken (); in parseDeclareANSI()
1570 tokenInfo *const name = newToken (); in parsePackage()
1602 tokenInfo *const name = newToken (); in parseTable()
1737 tokenInfo *const name = newToken (); in parseEvent()
1853 tokenInfo *const name = newToken (); in parsePublication()
[all …]
H A Dfortran.c187 } tokenInfo; typedef
199 static tokenInfo *Parent;
302 tokenInfo* list;
354 tokenInfo *result = NULL; in ancestorScope()
415 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
428 static tokenInfo *newTokenFrom (tokenInfo *const token) in newTokenFrom()
514 tokenInfo *token = newToken (); in makeLabelTag()
869 tokenInfo* token = NULL; in checkForLabel()
1515 tokenInfo *name; in parseStructureStmt()
1686 tokenInfo *name = NULL; in parseInterfaceBlock()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dsql.c176 } tokenInfo; typedef
420 static tokenInfo *newToken (void) in newToken()
422 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
803 tokenInfo *const name = newToken (); in parseSubProgram()
1017 tokenInfo *const name = newToken (); in parseType()
1115 tokenInfo *const type = newToken (); in parseDeclareANSI()
1570 tokenInfo *const name = newToken (); in parsePackage()
1602 tokenInfo *const name = newToken (); in parseTable()
1737 tokenInfo *const name = newToken (); in parseEvent()
1853 tokenInfo *const name = newToken (); in parsePublication()
[all …]
H A Dfortran.c187 } tokenInfo; typedef
199 static tokenInfo *Parent;
302 tokenInfo* list;
354 tokenInfo *result = NULL; in ancestorScope()
415 tokenInfo *const token = xMalloc (1, tokenInfo); in newToken()
428 static tokenInfo *newTokenFrom (tokenInfo *const token) in newTokenFrom()
514 tokenInfo *token = newToken (); in makeLabelTag()
869 tokenInfo* token = NULL; in checkForLabel()
1515 tokenInfo *name; in parseStructureStmt()
1686 tokenInfo *name = NULL; in parseInterfaceBlock()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/bin/common/
H A Dfindslot.cpp120 CK_TOKEN_INFO tokenInfo; in findSlot() local
122 rv = p11->C_GetTokenInfo(pSlotList[i], &tokenInfo); in findSlot()
133 if ((tokenInfo.flags & CKF_TOKEN_INITIALIZED) == 0) in findSlot()
152 memcmp(tokenInfo.label, paddedToken, sizeof(paddedToken)) == 0) in findSlot()
161 memcmp(tokenInfo.label, paddedToken, sizeof(paddedToken)) == 0) in findSlot()
262 CK_TOKEN_INFO tokenInfo; in findSlot() local
264 rv = p11->C_GetTokenInfo(pSlotList[i], &tokenInfo); in findSlot()
282 memcmp(tokenInfo.label, paddedToken, sizeof(paddedToken)) == 0) in findSlot()
314 int findSlot(CK_TOKEN_INFO tokenInfo, CK_SLOT_ID& slotID) in findSlot() argument
353 …if (memcmp(currentTokenInfo.serialNumber, tokenInfo.serialNumber, sizeof(tokenInfo.serialNumber)) … in findSlot()
[all …]

12345678910>>...19