Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-typecheck-1.m72 NSMutableArray* pieces; field
76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property
79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R, in removeUnneededCalls()
1964 static void addContextEdges(PathPieces &pieces, SourceManager &SM, in addContextEdges()
2045 static void simplifySimpleBranches(PathPieces &pieces) { in simplifySimpleBranches()
H A DPathDiagnostic.cpp1036 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()