Home
last modified time | relevance | path

Searched refs:req1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type-cxx20.cpp47 int req1(T t) requires std::floating_point<T>;
/llvm-project-15.0.7/mlir/unittests/IR/
H A DOperationSupportTest.cpp282 auto req1 = b.getI32IntegerAttr(10); in TEST() local
284 Operation *op = b.create<test::OpAttrMatch1>(b.getUnknownLoc(), req1, nullptr, in TEST()