Home
last modified time | relevance | path

Searched defs:BuilderFunc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h91 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DOpDescriptor.h92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DOpDescriptor.h92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DOpDescriptor.h92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/
DOpDescriptor.h92 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc; member
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h326 typedef void (RTCPSender::*BuilderFunc)(const RtcpContext&, PacketSender&); typedef