Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DParser.h64 parsePWMAF(ArrayRef<std::pair<StringRef, StringRef>> pieces) { in parsePWMAF() argument
/llvm-project/mlir/lib/Query/Matcher/
H A DDiagnostics.cpp83 std::pair<llvm::StringRef, llvm::StringRef> pieces = in formatErrorString() local
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h250 SmallVector<Piece, 4> pieces; variable
/llvm-project/lld/ELF/
H A DMapFile.cpp117 std::vector<EhSectionPiece> pieces; printEhFrame() local
H A DInputSection.h314 SmallVector<SectionPiece, 0> pieces; global() variable
H A DInputSection.cpp1393 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; getSectionPiece() local
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py121 def prefix_with(constant, pieces): argument
/llvm-project/lld/wasm/
H A DInputChunks.h196 std::vector<SectionPiece> pieces; global() variable
/llvm-project/lld/MachO/
H A DInputSection.h241 std::vector<StringPiece> pieces; global() variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp435 PathPieces &pieces, in removeUnneededCalls() argument
1434 addContextEdges(PathPieces & pieces,const LocationContext * LC) addContextEdges() argument
1515 simplifySimpleBranches(PathPieces & pieces) simplifySimpleBranches() argument
[all...]
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp854 Value pieces; // Used for DW_OP_piece Evaluate() local
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1067 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() argument