Home
last modified time | relevance | path

Searched defs:ConstRef (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dno-automatic-move.cpp74 StatusOr<Obj> ConstRef() { in ConstRef() function
H A Dunnecessary-value-param-delayed.cpp58 void positiveAndNegative(const ExpensiveToCopyType ConstCopy, const ExpensiveToCopyType& ConstRef, … in positiveAndNegative()
H A Dunnecessary-value-param.cpp98 void positiveAndNegative(const ExpensiveToCopyType ConstCopy, const ExpensiveToCopyType& ConstRef, … in positiveAndNegative()
H A Dunnecessary-copy-initialization.cpp23 using ConstRef = const ExpensiveToCopyType &; typedef
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1025 struct ConstRef { typedef const T& type; }; argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.h100 enum PassMode { Ref, ConstRef, Value }; enumerator
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dmember-access.cpp234 void testConstLValue(const Overloads& ConstRef) { in testConstLValue()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp278 BinaryStreamRef ConstRef(Stream); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp124 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10534 const char *ConstRef in CheckConstructor() local