Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
Dloop_proto_to_cxx.cpp50 std::string which_loop = inner_loop ? "j" : "i"; in operator <<() local
53 return os << "a[" << which_loop << "]"; in operator <<()
55 return os << "b[" << which_loop << "]"; in operator <<()
57 return os << "c[" << which_loop << "]"; in operator <<()
/external/llvm-project/clang/tools/clang-fuzzer/proto-to-llvm/
Dloop_proto_to_llvm.cpp55 std::string which_loop = inner_loop ? "inner" : "outer"; in VarRefToString() local
70 << ", i64 %" << which_loop << "_ct\n"; in VarRefToString()