/external/swiftshader/src/OpenGL/compiler/ |
InfoSink.h | 71 TInfoSinkBase& operator<<(const TString& str) {
|
localintermediate.h | 34 TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TSourceLoc&);
|
parseConst.cpp | 79 TString buf; 94 TString buf; 105 TString buf;
|
intermediate.h | 329 TString getCompleteString() const { return type.getCompleteString(); } 412 TIntermSymbol(int i, const TString& sym, const TType& t) : 416 const TString& getSymbol() const { return symbol; } 425 TString symbol; 566 void setName(const TString& n) { name = n; } 567 const TString& getName() const { return name; } 597 TString name;
|
ParseHelper.cpp | 35 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc &line) 127 bool TParseContext::parseMatrixFields(const TString& compString, int matCols, int matRows, TMatrixFields& fields, const TSourceLoc &line) 213 void TParseContext::assignError(const TSourceLoc &line, const char* op, TString left, TString right) 224 void TParseContext::unaryOpError(const TSourceLoc &line, const char* op, TString operand) 236 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString right) 441 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) 449 if (identifier.find("__") != TString::npos) { 571 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicType& type [all...] |
glslang_tab.h | 192 TString *string;
|
/external/syslinux/com32/lua/src/ |
ltable.h | 27 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
lparser.c | 64 TString *ts = ls->t.seminfo.ts; 139 static TString *str_checkname (LexState *ls) { 140 TString *ts; 155 static void codestring (LexState *ls, expdesc *e, TString *s) { 165 static int registerlocalvar (LexState *ls, TString *varname) { 178 static void new_localvar (LexState *ls, TString *name) { 221 static int searchupvalue (FuncState *fs, TString *name) { 231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { 246 static int searchvar (FuncState *fs, TString *n) { 271 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) [all...] |
lobject.h | 207 TString *x_ = (x); \ 410 typedef union TString { 418 } TString; 421 /* get the actual string (array of bytes) from a TString */ 447 TString *name; /* upvalue name (for debug information) */ 458 TString *varname; 476 TString *source; /* used for debug information */
|
llex.c | 72 TString *ts = luaS_new(L, luaX_tokens[i]); 128 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { 131 TString *ts = luaS_newlstr(L, str, l); /* create new string */ 163 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, 494 TString *ts;
|
lcode.h | 54 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.c | 64 TString *ts = ls->t.seminfo.ts; 139 static TString *str_checkname (LexState *ls) { 140 TString *ts; 155 static void codestring (LexState *ls, expdesc *e, TString *s) { 165 static int registerlocalvar (LexState *ls, TString *varname) { 178 static void new_localvar (LexState *ls, TString *name) { 221 static int searchupvalue (FuncState *fs, TString *name) { 231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { 246 static int searchvar (FuncState *fs, TString *n) { 271 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) [all...] |
lobject.h | 207 TString *x_ = (x); \ 410 typedef union TString { 418 } TString; 421 /* get the actual string (array of bytes) from a TString */ 447 TString *name; /* upvalue name (for debug information) */ 458 TString *varname; 476 TString *source; /* used for debug information */
|
llex.c | 68 TString *ts = luaS_new(L, luaX_tokens[i]); 124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { 127 TString *ts = luaS_newlstr(L, str, l); /* create new string */ 159 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, 490 TString *ts;
|
lcode.h | 54 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
|
/external/skia/third_party/lua/src/ |
lparser.c | 64 TString *ts = ls->t.seminfo.ts; 139 static TString *str_checkname (LexState *ls) { 140 TString *ts; 155 static void codestring (LexState *ls, expdesc *e, TString *s) { 165 static int registerlocalvar (LexState *ls, TString *varname) { 178 static void new_localvar (LexState *ls, TString *name) { 221 static int searchupvalue (FuncState *fs, TString *name) { 231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { 246 static int searchvar (FuncState *fs, TString *n) { 271 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) [all...] |
lobject.h | 207 TString *x_ = (x); \ 410 typedef union TString { 418 } TString; 421 /* get the actual string (array of bytes) from a TString */ 447 TString *name; /* upvalue name (for debug information) */ 458 TString *varname; 476 TString *source; /* used for debug information */
|
llex.c | 68 TString *ts = luaS_new(L, luaX_tokens[i]); 124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { 127 TString *ts = luaS_newlstr(L, str, l); /* create new string */ 156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, 487 TString *ts;
|
lcode.h | 54 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
Versions.cpp | 374 infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for " + featureDesc).c_str(), loc); 426 infoSink.info.message(EPrefixWarning, (TString(featureDesc) + " deprecated in version " + 468 infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for " + featureDesc).c_str(), loc); 515 auto iter = extensionBehavior.find(TString(extension)); 611 auto iter = extensionBehavior.find(TString(extension));
|
parseVersions.h | 127 TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its current behavior is set to
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
intermediate.h | 637 TString getCompleteString() const { return type.getCompleteString(); } 691 TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), method(m) { } 694 virtual const TString& getMethodName() const { return method; } 699 TString method; 710 TIntermSymbol(int i, const TString& n, const TType& t) 714 virtual const TString& getName() const { return name; } 725 TString name; // the name of the symbol this node represents 970 virtual void setName(const TString& n) { name = n; } 971 virtual const TString& getName() const { return name; } 988 TString name [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
VarOptimizer.java | 32 import com.google.clearsilver.jsilver.syntax.node.TString; 259 return new AStringExpression(new TString('"' + text + '"'));
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.cpp | 117 void HlslParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) 132 bool HlslParseContext::parseVectorFields(const TSourceLoc& loc, const TString& compString, int vecSize, TVectorFields& fields) 286 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* string) 530 void HlslParseContext::checkIoArrayConsistency(const TSourceLoc& /*loc*/, int requiredSize, const char* /*feature*/, TType& type, const TString& /*name*/) 562 TIntermTyped* HlslParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, const TString& field) 631 TString vectorString = field; [all...] |
hlslParseables.cpp | 76 bool IsIllegalSample(const glslang::TString& name, const char* argOrder, int dim0) 115 glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, int dim0, int dim1) 329 TString& s = commonBuiltins; [all...] |