Home
last modified time | relevance | path

Searched refs:implicitThis (Results 1 – 9 of 9) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DspvIR.h364 void setImplicitThis() { implicitThis = true; } in setImplicitThis()
365 bool hasImplicitThis() const { return implicitThis; } in hasImplicitThis()
401 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
464 : parent(parent), functionInstruction(id, resultType, OpFunction), implicitThis(false), in Function()
DGlslangToSpv.cpp4983 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local
4986 bool implicitThis = false; in makeFunctions() local
4993 if (originalParam(paramType.getQualifier().storage, paramType, implicitThis && p == 0)) in makeFunctions()
5008 if (implicitThis) in makeFunctions()
/external/deqp-deps/glslang/SPIRV/
DspvIR.h364 void setImplicitThis() { implicitThis = true; } in setImplicitThis()
365 bool hasImplicitThis() const { return implicitThis; } in hasImplicitThis()
401 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
464 : parent(parent), functionInstruction(id, resultType, OpFunction), implicitThis(false), in Function()
DGlslangToSpv.cpp4647 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local
4650 bool implicitThis = false; in makeFunctions() local
4657 if (originalParam(paramType.getQualifier().storage, paramType, implicitThis && p == 0)) in makeFunctions()
4672 if (implicitThis) in makeFunctions()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h247 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TFunction()
252 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TSymbol()
307 virtual void setImplicitThis() { assert(writable); implicitThis = true; } in setImplicitThis()
308 virtual bool hasImplicitThis() const { return implicitThis; } in hasImplicitThis()
339 bool implicitThis; // True if this function is allowed to see all members of 'this' variable
DSymbolTable.cpp390 implicitThis = copyOf.implicitThis; in TFunction()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.h247 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TFunction()
252 …defined(false), prototyped(false), implicitThis(false), illegalImplicitThis(false), defaultParamCo… in TSymbol()
307 virtual void setImplicitThis() { assert(writable); implicitThis = true; } in setImplicitThis()
308 virtual bool hasImplicitThis() const { return implicitThis; } in hasImplicitThis()
348 bool implicitThis; // True if this function is allowed to see all members of 'this' variable
DSymbolTable.cpp391 implicitThis = copyOf.implicitThis; in TFunction()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-basic.cpp138 void implicitThis() { in implicitThis() function
173 void implicitThis() { in implicitThis() function