Home
last modified time | relevance | path

Searched refs:GetTokenAsString (Results 1 – 11 of 11) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DParser.cpp72 std::string Parser::GetTokenAsString(const Token &token) const { in GetTokenAsString() function in iga::Parser
165 std::string id = GetTokenAsString(t); in ConsumeIdentOrFail()
191 auto str = GetTokenAsString(); in ParseFltFrom()
H A DParser.hpp127 std::string GetTokenAsString(const Token &token) const;
128 std::string GetTokenAsString() const { in GetTokenAsString() function in iga::Parser
129 return GetTokenAsString(Next()); in GetTokenAsString()
H A DKernelParser.cpp208 } else if (LookupReg(GetTokenAsString(tk), regInfo, regNum)) { in PeekReg()
420 FailAtT(op.loc, "left operand to ", GetTokenAsString(op), in checkNumTypes()
429 FailAtT(op.loc, "left operand to ", GetTokenAsString(op), in checkIntTypes()
758 std::string str = GetTokenAsString(); in parsePrimaryExpr()
1584 auto sfIdent = GetTokenAsString(symTkn); in ParseBfnMnemonicSubfuncExprATOM()
1700 const std::string sfIdent = GetTokenAsString(); in ParseSubfunctionFromBxmlEnum()
2207 std::string str = GetTokenAsString(); in ParseSrcOp()
3769 label = GetTokenAsString(); in ConsumeLabelDef()
4113 auto l3sym = GetTokenAsString(); in ParseLdStOpControls()
4150 auto mne = GetTokenAsString(); in ParseLdStInst()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/inc/
H A Dlex.hxx54 OString GetTokenAsString() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/inc/
H A Dlex.hxx54 OString GetTokenAsString() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/prj/
H A Ddatabase.cxx171 if (rTok.GetTokenAsString().startsWith("TypedWhichId")) in ReadIdFile()
235 aNameBuf.append(rTok.GetTokenAsString()); in ReadIdFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/prj/
H A Ddatabase.cxx169 if (rTok.GetTokenAsString().startsWith("TypedWhichId")) in ReadIdFile()
233 aNameBuf.append(rTok.GetTokenAsString()); in ReadIdFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/cmptools/
H A Dlex.cxx27 OString SvToken::GetTokenAsString() const in GetTokenAsString() function in SvToken
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/cmptools/
H A Dlex.cxx27 OString SvToken::GetTokenAsString() const in GetTokenAsString() function in SvToken
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/objects/
H A Dtypes.cxx90 "SfxVoidItem FooItem " + rTok.GetTokenAsString() + in ReadSvIdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/objects/
H A Dtypes.cxx90 "SfxVoidItem FooItem " + rTok.GetTokenAsString() + in ReadSvIdl()