Home
last modified time | relevance | path

Searched refs:LoopFunction (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
Dloop_proto_to_cxx.cpp122 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
132 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
137 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
147 std::string LoopFunctionToString(const LoopFunction &input) { in LoopFunctionToString()
153 LoopFunction message; in LoopProtoToCxx()
Dproto_to_cxx.h19 class LoopFunction; variable
23 std::string LoopFunctionToString(const LoopFunction &input);
/external/llvm-project/clang/tools/clang-fuzzer/proto-to-llvm/
Dloop_proto_to_llvm.cpp138 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
168 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
187 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
197 std::string LoopFunctionToLLVMString(const LoopFunction &input) { in LoopFunctionToLLVMString()
203 LoopFunction message; in LoopProtoToLLVM()
Dloop_proto_to_llvm.h18 class LoopFunction; variable
20 std::string LoopFunctionToLLVMString(const LoopFunction &input);
/external/llvm-project/clang/tools/clang-fuzzer/
DExampleClangLLVMProtoFuzzer.cpp24 DEFINE_BINARY_PROTO_FUZZER(const LoopFunction &input) { in DEFINE_BINARY_PROTO_FUZZER()
DExampleClangLoopProtoFuzzer.cpp26 DEFINE_BINARY_PROTO_FUZZER(const LoopFunction &input) { in DEFINE_BINARY_PROTO_FUZZER()
Dcxx_loop_proto.proto76 message LoopFunction { message