Home
last modified time | relevance | path

Searched defs:plus (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/include/__functional/
H A Doperations.h32 struct _LIBCPP_TEMPLATE_VIS plus : __binary_function<_Tp, _Tp, _Tp> { global() struct
38 operatorplus global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-transparent-functors.cpp14 struct plus { struct
19 struct plus<void> { struct
/llvm-project/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp12 struct plus { struct
22 template struct plus<int, long, long>; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp340 struct plus { struct
352 bind(plus<int>(), x, _1)(y); in test_bind() local
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/
H A Dleft_folds.pass.cpp67 constexpr Integer plus(int const x) const { return Integer{value + x}; } in plus() function
316 auto plus = [](int const x, double const y) { return x + y; }; in runtime_only_test_case() local
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operator-decl.cpp45 } plus; variable
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h39 plus, // + enumerator
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h45 plus, enumerator