Home
last modified time | relevance | path

Searched refs:varref (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto22 required VarRef varref = 1; field
53 VarRef varref = 1; field
H A Dcxx_loop_proto.proto59 VarRef varref = 3; field
64 required VarRef varref = 1; field
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp66 return os << x.varref(); in operator <<()
112 return os << x.varref() << "=" << x.rvalue() << ";\n"; in operator <<()
H A Dproto_to_cxx.cpp33 return os << x.varref(); in operator <<()
36 if (x.has_varref()) return os << x.varref(); in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp79 std::string var_ref = VarRefToString(os, x.varref()); in RvalueToString()
126 std::string var_ref = VarRefToString(os, x.varref()); in operator <<()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c551 } varref; typedef
552 static varref cmp_vars[] = { /* must be in same order as enumerated above! */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa16272 (tree_ref): Rename from varref. Update all users.
16293 (struct var_ref): Rename from varref. Update all users.
17898 no name. Don't crash on dumping varref's of them.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git19942 This patch fixes the problem, partly with a small patch in varref.py,