Home
last modified time | relevance | path

Searched refs:getArgSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDisasm.cpp39 OS << "arg size: " << getArgSize() << "\n"; in dump()
H A DFunction.h66 unsigned getArgSize() const { return ArgSize; } in getArgSize() function
H A DInterpFrame.cpp23 ArgSize(Func ? Func->getArgSize() : 0), in InterpFrame()