Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h347 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef
396 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable