Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDisasm.cpp49 OS << "arg size: " << getArgSize() << "\n"; in dump()
H A DFunction.h81 unsigned getArgSize() const { return ArgSize; } in getArgSize() function
H A DInterpFrame.cpp26 ArgSize(Func ? Func->getArgSize() : 0), in InterpFrame()