Searched defs:pieces (Results 1 – 13 of 13) sorted by relevance
72 NSMutableArray* pieces; field76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method
64 parsePWMAF(ArrayRef<std::pair<StringRef, StringRef>> pieces) { in parsePWMAF() argument
83 std::pair<llvm::StringRef, llvm::StringRef> pieces = in formatErrorString() local
250 SmallVector<Piece, 4> pieces; variable
117 std::vector<EhSectionPiece> pieces; printEhFrame() local
314 SmallVector<SectionPiece, 0> pieces; global() variable
1393 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; getSectionPiece() local
121 def prefix_with(constant, pieces): argument
196 std::vector<SectionPiece> pieces; global() variable
241 std::vector<StringPiece> pieces; global() variable
435 PathPieces &pieces, in removeUnneededCalls() argument 1434 addContextEdges(PathPieces & pieces,const LocationContext * LC) addContextEdges() argument 1515 simplifySimpleBranches(PathPieces & pieces) simplifySimpleBranches() argument [all...]
854 Value pieces; // Used for DW_OP_piece Evaluate() local
1067 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() argument