Searched refs:IsNullary (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/phoenix/core/ |
D | terminal.hpp | 21 #define BOOST_PHOENIX_DEFINE_CUSTOM_TERMINAL(Template, Terminal, IsNullary, EvalFun)\ argument 32 : IsNullary \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCReduceCRLogicals.cpp | 362 unsigned IsNullary : 1; member 371 CRLogicalOpInfo() : MI(nullptr), IsBinary(0), IsNullary(0), in CRLogicalOpInfo() 444 if (!IsNullary) { in dump() 468 Ret.IsNullary = 1; in createCRLogicalOpInfo() 513 if (!Ret.IsNullary) { in createCRLogicalOpInfo() 717 if (AllCRLogicalOps.back().IsNullary) in collectCRLogicals()
|
/third_party/boost/libs/proto/example/ |
D | lambda.hpp | 100 struct IsNullary struct 105 … , proto::otherwise<proto::fold<proto::_, mpl::true_(), mpl::and_<proto::_state, IsNullary>()> > 511 result_of<IsNullary(This &)>::type::value
|