Home
last modified time | relevance | path

Searched refs:TTILDE (Results 1 – 18 of 18) sorted by relevance

/dports/devel/splint/splint-3.1.2/src/
H A Dlltok.c138 return (tok->tok == TTILDE); in lltok_isTilde_Op()
215 case TTILDE: lit = "~"; break; in lltok_unparse()
H A Dcgrammar.y137 %token <tok> TRPAREN TLSQBR TRSQBR TDOT TAMPERSAND TEXCL TTILDE
942 | TTILDE castExpr { $$ = exprNode_preOp ($2, $1); }
2048 | TTILDE castExpr { $$ = exprNode_preOp ($2, $1); }
H A Dcscanner.c1832 { return cscannerHelp_returnTokenLength (TTILDE, 1); }
H A Dcgrammar.c155 TTILDE = 286, enumerator
352 #define TTILDE 286 macro
H A Dcgrammar.c.der155 TTILDE = 286,
352 #define TTILDE 286
1341 "TDOT", "TAMPERSAND", "TEXCL", "TTILDE", "TMINUS", "TPLUS", "TMULT",
H A DexprNode.c4671 case TTILDE: in exprNode_preOp()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dcgrammar_tokens.h128 TTILDE = 286, enumerator
325 #define TTILDE 286 macro
H A Dsgrammar_tokens.h97 #define TTILDE 286 macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dtoken.hxx65 TDDDOT, TGRAVE, THAT, TTILDE, TVEC, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dtoken.hxx128 TVEC, THARPOON, TTILDE, TCIRCLE, // math enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Drtfexport.cxx99 case TTILDE: in HandleAttribute()
H A Dooxmlexport.cxx205 case TTILDE: in HandleAttribute()
H A Dmathtype.cxx3242 case TTILDE: in HandleAttributes()
H A Dparse5.cxx239 { u"tilde", TTILDE, MS_TILDE, TG::Attribute, 5 },
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Drtfexport.cxx102 case TTILDE: in HandleAttribute()
H A Dooxmlexport.cxx163 case TTILDE: in HandleAttribute()
H A Dmathtype.cxx3231 case TTILDE: in HandleAttributes()
H A Dparse.cxx277 { "tilde", TTILDE, MS_TILDE, TG::Attribute, 5},