Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/
Dcomponent_install_arg_checks.defn.h32 auto checkRequirements = [](const T& constRef, T value) { in checkAcceptableComponentInstallArg()
33 T x1(constRef); in checkAcceptableComponentInstallArg()
35 x1 = constRef; in checkAcceptableComponentInstallArg()
37 bool b = (constRef == constRef); in checkAcceptableComponentInstallArg()
38 std::size_t h = std::hash<T>()(constRef); in checkAcceptableComponentInstallArg()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-basic.cpp638 void constRef(const dependent<int>& ConstVRef) { in constRef() function