Searched refs:badLoc (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | limits.cpp | 76 TSourceLoc badLoc; member in glslang::TInductiveTraverser 89 badLoc = node->getLoc(); in visitBinary() 101 badLoc = node->getLoc(); in visitUnary() 120 badLoc = node->getLoc(); in visitAggregate() 142 error(it.badLoc, "inductive loop index modified", "limitations", ""); in inductiveLoopBodyCheck() 158 TSourceLoc badLoc; member in glslang::TIndexTraverser 170 badLoc = symbol->getLoc(); in visitSymbol() 179 badLoc = node->getLoc(); in visitAggregate() 196 error(it.badLoc, "Non-constant-index-expression", "limitations", ""); in constantIndexExpressionCheck()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | limits.cpp | 76 TSourceLoc badLoc; member in glslang::TInductiveTraverser 89 badLoc = node->getLoc(); in visitBinary() 101 badLoc = node->getLoc(); in visitUnary() 120 badLoc = node->getLoc(); in visitAggregate() 142 error(it.badLoc, "inductive loop index modified", "limitations", ""); in inductiveLoopBodyCheck() 158 TSourceLoc badLoc; member in glslang::TIndexTraverser 170 badLoc = symbol->getLoc(); in visitSymbol() 179 badLoc = node->getLoc(); in visitAggregate() 196 error(it.badLoc, "Non-constant-index-expression", "limitations", ""); in constantIndexExpressionCheck()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 1366 const char* badLoc; in TestBadKey() local 1368 while ((badLoc = *badLocsPtr++) != NULL) { in TestBadKey() 1370 UCollator* uc = ucol_open(badLoc, &status); in TestBadKey() 1373 log_err("ucol_open sets SUCCESS but returns NULL, locale: %s\n", badLoc); in TestBadKey() 1377 log_err("ucol_open sets FAILURE but returns non-NULL, locale: %s\n", badLoc); in TestBadKey()
|