Searched defs:thisType (Results 1 – 11 of 11) sorted by relevance
31 String.prototype.thisType = function() { return typeof this; }; method in String32 Number.prototype.thisType = function() { return typeof this; }; method in Number33 Boolean.prototype.thisType = function() { return typeof this; }; method in Boolean
97 ItemType thisType = itemType(); in equals() local119 ItemType thisType = itemType(); in compareTo() local
138 VerificationType thisType = this.variables[index]; in equals() local149 VerificationType thisType = this.stack[index]; in equals() local
120 VerificationType thisType = this.additionalVariables[index]; in equals() local
386 AType* thisType = allTypes; in ShowAllTypes() local419 AType* thisType = allTypes; in Valid() local
80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
86 String thisType = this.type; in instanceOf() local222 String thisType = this.type; in generalize() local
282 Type thisType = parameterTypes.get(i); in compareTo() local
470 CstType thisType = type.constant; in toClassDefItem() local
455 Type thisType = getType(); in intersect() local
345 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo() local