Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp81 bool Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
437 bool IsPrimaryBase, in Build() argument
444 if (CD->isDynamicClass() && !IsPrimaryBase) { in Build()
468 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl; in Build() local
469 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, in Build()