Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPrimType.h36 PT_Bool, enumerator
50 template <> struct PrimConv<PT_Bool> { using T = Boolean; };
63 case PT_Bool:
95 TYPE_SWITCH_CASE(PT_Bool, B) \
H A DContext.cpp68 return PT_Bool; in classify()
H A DByteCodeExprGen.cpp232 case PT_Bool: in visitZeroInitializer()
413 case PT_Bool: in emitConst()
H A DInterp.h163 using BoolT = PrimConv<PT_Bool>::T; in CmpHelper()
177 using BoolT = PrimConv<PT_Bool>::T;
195 using BoolT = PrimConv<PT_Bool>::T;
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst55 * ``PT_Bool``