Home
last modified time | relevance | path

Searched refs:combineWith (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/
H A DDLTI.h96 DataLayoutSpecAttr combineWith(ArrayRef<DataLayoutSpecInterface> specs) const;
/llvm-project-15.0.7/clang/unittests/Driver/
H A DMultilibTest.cpp347 Latte.combineWith(Coffee); in TEST()
349 Latte.combineWith(Milk); in TEST()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DMultilib.h155 void combineWith(const MultilibSet &MS);
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp304 return current.combineWith(nonNullSpecs); in getCombinedDataLayout()
307 return nonNullSpecs.back().combineWith( in getCombinedDataLayout()
/llvm-project-15.0.7/clang/lib/Driver/
H A DMultilib.cpp234 void MultilibSet::combineWith(const MultilibSet &Other) { in combineWith() function in MultilibSet
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp246 DataLayoutSpecAttr::combineWith(ArrayRef<DataLayoutSpecInterface> specs) const { in combineWith() function in DataLayoutSpecAttr
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h198 void combineWith(const Result &Other) { in combineWith() function
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp60 combineWith(ArrayRef<DataLayoutSpecInterface> specs) const { in combineWith() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2179 Result.combineWith(getParentTracker().track(LVal, RR, Opts, SFC)); in handle()
2364 Result.combineWith( in handle()
2413 CombinedResult.combineWith(Parent.track(Inner, ExprNode, Opts)); in handle()
2456 CombinedResult.combineWith(Handler->handle(Inner, N, LVNode, Opts)); in track()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td100 /*methodName=*/"combineWith",