Searched refs:emitFunc (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/ |
D | hpack.go | 100 func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)) *Decoder { 102 emit: emitFunc, 126 func (d *Decoder) SetEmitFunc(emitFunc func(f HeaderField)) { 127 d.emit = emitFunc
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3232 return static_cast<Derived *>(this)->emitFunc(Ty, Agg, Name); in emitSplitOps() 3276 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) { in emitFunc() function 3313 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) { in emitFunc() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3033 return static_cast<Derived *>(this)->emitFunc(Ty, Agg, Name); in emitSplitOps() 3075 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) { in emitFunc() function 3107 void emitFunc(Type *Ty, Value *&Agg, const Twine &Name) { in emitFunc() function
|