Home
last modified time | relevance | path

Searched refs:dereferenceParam (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h247 bool dereferenceParam(const Expr *LV, PrimType T, const ParmVarDecl *PD,
H A DByteCodeExprGen.cpp2051 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference()
2070 bool ByteCodeExprGen<Emitter>::dereferenceParam( in dereferenceParam() function in ByteCodeExprGen