Home
last modified time | relevance | path

Searched defs:DefaultArgs (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/test/cpp/jit/
Dtest_custom_class_registrations.cpp14 struct DefaultArgs : torch::CustomClassHolder { struct
15 int x;
16 DefaultArgs(int64_t start = 3) : x(start) {} in DefaultArgs() function
17 int64_t increment(int64_t val = 1) { in increment()
21 int64_t decrement(int64_t val = 1) { in decrement()
25 int64_t scale_add(int64_t add, int64_t scale = 1) { in scale_add()
30 int64_t divide(std::optional<int64_t> factor) { in divide()
/external/clang/test/Analysis/
Dinline.cpp208 namespace DefaultArgs { namespace
/external/clang/include/clang/Parse/
DParser.h1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member