Searched refs:implicitThis (Results 1 – 9 of 9) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | spvIR.h | 364 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()
|
D | GlslangToSpv.cpp | 4983 … 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/ |
D | spvIR.h | 364 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()
|
D | GlslangToSpv.cpp | 4647 … 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/ |
D | SymbolTable.h | 247 …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
|
D | SymbolTable.cpp | 390 implicitThis = copyOf.implicitThis; in TFunction()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.h | 247 …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
|
D | SymbolTable.cpp | 391 implicitThis = copyOf.implicitThis; in TFunction()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-loop-convert-basic.cpp | 138 void implicitThis() { in implicitThis() function 173 void implicitThis() { in implicitThis() function
|