Home
last modified time | relevance | path

Searched defs:ParamOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h34 struct ParamOffset { struct
35 unsigned Offset;
36 bool IsPtr;
H A DByteCodeEmitter.cpp70 unsigned ParamOffset = 0; in compileFunc() local