Searched refs:dumpBlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dldump.c35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0]))
37 #define dumpLiteral(D, s) dumpBlock(D,s,sizeof(s) - sizeof(char))
40 static void dumpBlock (DumpState *D, const void *b, size_t size) { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp615 dumpBlock(Block);
620 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { function in class:VPlanPrinter
712 dumpBlock(Block);
H A DVPlan.h1699 void dumpBlock(const VPBlockBase *Block);

Completed in 49 milliseconds