Home
last modified time | relevance | path

Searched refs:NumNestedInterfaces (Results 1 – 5 of 5) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dparser.cpp290 for (i = 0; i < class_body -> NumNestedInterfaces(); i++) in Body()
346 for (i = 0; i < class_body -> NumNestedInterfaces(); i++) in Initializer()
H A Ddecl.cpp306 for (i = 0; i < class_body -> NumNestedInterfaces(); i++) in CheckNestedMembers()
854 for (i = 0; i < body -> NumNestedInterfaces(); i++) in ProcessTypeHeaders()
H A Dbody.cpp2647 for (i = 0; i < class_body -> NumNestedInterfaces(); i++) in ProcessExecutableBodies()
H A Dast.cpp419 clone -> AllocateNestedInterfaces(NumNestedInterfaces()); in Clone()
H A Dast.h1687 inline unsigned NumNestedInterfaces() in NumNestedInterfaces() function