/third_party/boost/libs/preprocessor/doc/examples/ |
D | delay.c | 39 # define DELAY(N) BOOST_PP_TUPLE_ELEM(2, 0, (BOOST_PP_EMPTY, BOOST_PP_WHILE(DELAY_C, BOOST_PP_CAT(D… argument 41 # define DELAY_C(D, N) N argument 43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument [all …]
|
/third_party/boost/boost/math/constants/ |
D | calculate_constants.hpp | 17 …constant_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 72 …tant_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 79 …_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 86 …_two_div_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 94 …_div_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 101 …ant_root_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 109 …oot_half_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 117 …root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 125 …root_two_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument 133 …oot_ln_four<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC((boost::integral_constant<int, N>))) in compute() argument [all …]
|
/third_party/boost/boost/type_erasure/ |
D | member.hpp | 46 #define BOOST_TYPE_ERASURE_MEMBER_QUALIFIED_ID(seq, N) \ argument 50 #define BOOST_TYPE_ERASURE_MEMBER_TPL_ARG_LIST(N, X) BOOST_PP_ENUM_TRAILING_PARAMS(N, X) argument 52 #define BOOST_TYPE_ERASURE_MEMBER_ENUM_PARAMS(N, X) BOOST_PP_ENUM_PARAMS(N, X) argument 59 #define BOOST_TYPE_ERASURE_MEMBER_FORWARD_PARAMS(N, X, x) BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_MEMBE… argument 63 #define BOOST_TYPE_ERASURE_MEMBER_FORWARD_REBIND(N) BOOST_PP_ENUM_TRAILING(N, BOOST_TYPE_ERASURE_FO… argument 68 #define BOOST_TYPE_ERASURE_MEMBER_FORWARD_PARAMS(N, X, x) BOOST_PP_ENUM_PARAMS(N, x) argument 70 #define BOOST_TYPE_ERASURE_MEMBER_FORWARD_REBIND(N) BOOST_PP_ENUM_TRAILING_PARAMS(N, a) argument 75 #define BOOST_TYPE_ERASURE_MEMBER_ENUM_TRAILING_PARAMS(N, X) BOOST_PP_ENUM_TRAILING_PARAMS(N, X) argument 77 #define BOOST_TYPE_ERASURE_MEMBER_ENUM_TRAILING_BINARY_PARAMS(N, X, x) BOOST_PP_ENUM_TRAILING_BINAR… argument 79 #define BOOST_TYPE_ERASURE_MEMBER_ENUM_ARGS(N) BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_MEMBER_ARG, ~) argument [all …]
|
/third_party/boost/boost/phoenix/support/detail/ |
D | iterate_define.hpp | 10 #define BOOST_PHOENIX_typename_A(N) \ argument 14 #define BOOST_PHOENIX_typename_A_void(N) \ argument 18 #define BOOST_PHOENIX_A(N) \ argument 22 #define BOOST_PHOENIX_A_ref(N) \ argument 26 #define BOOST_PHOENIX_A_const_ref(N) \ argument 30 #define BOOST_PHOENIX_A_a(N) \ argument 34 #define BOOST_PHOENIX_A_ref_a(N) \ argument 38 #define BOOST_PHOENIX_A_const_ref_a(N) \ argument 42 #define BOOST_PHOENIX_a(N) \ argument 102 #define BOOST_PHOENIX_M0_R(_, N, __) \ argument [all …]
|
/third_party/spirv-tools/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 143 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 162 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 183 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 187 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 193 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 202 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() 226 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 233 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() 245 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM() [all …]
|
D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 208 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 214 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 221 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 228 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 240 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 252 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap() 287 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 399 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() 411 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE() [all …]
|
/third_party/boost/boost/type_erasure/detail/ |
D | construct.hpp | 24 #define N BOOST_PP_ITERATION() macro 39 ::boost::type_erasure::constructible<R(BOOST_PP_ENUM_PARAMS(N, A))>* in _boost_type_erasure_extract_table() 40 BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(N, U, &u)) in _boost_type_erasure_extract_table() 124 ::boost::type_erasure::constructible<R(BOOST_PP_ENUM_PARAMS(N, A))>* in _boost_type_erasure_extract_table() 125 BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(N, U, &u)) in _boost_type_erasure_extract_table() 133 any(BOOST_PP_ENUM_BINARY_PARAMS(N, const U, &u)) in any() 148 any(BOOST_PP_ENUM_BINARY_PARAMS(N, U, &u)) in any() 165 any(const binding<Concept>& binding_arg BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(N, const U, &u)) in any() 179 any(const binding<Concept>& binding_arg BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(N, U, &u)) in any() 194 any(binding<Concept>& binding_arg BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(N, U, &u)) in any()
|
/third_party/boost/boost/proto/ |
D | repeat.hpp | 23 #define BOOST_PROTO_ref_a_aux(Z, N, DATA)\ argument 28 #define BOOST_PROTO_typename_A(N)\ argument 33 #define BOOST_PROTO_A_const_ref(N)\ argument 38 #define BOOST_PROTO_A_ref(N)\ argument 43 #define BOOST_PROTO_A(N)\ argument 48 #define BOOST_PROTO_A_const(N)\ argument 53 #define BOOST_PROTO_A_const_ref_a(N)\ argument 58 #define BOOST_PROTO_A_ref_a(N)\ argument 63 #define BOOST_PROTO_ref_a(N)\ argument 68 #define BOOST_PROTO_a(N)\ argument [all …]
|
/third_party/boost/libs/serialization/performance/xml/ |
D | macro.hpp | 50 #define BSL_PRINT(Z, N, T) T argument 68 #define BSL_EXP(X, N) \ argument 76 #define BSL_NODE_DECL_MEMBER(Z, N, _) T ## N element ## N ; argument 77 #define BSL_NODE_DECL_NONE(Z, N, _) unused_type element ## N ; argument 87 #define BSL_NODE_SERIALIZE(Z, N, _) \ argument 91 #define BSL_NODE_INIT_LIST(Z, N, _) \ argument 96 #define BSL_NODE_DECL(Z, N, _) \ argument 121 #define BSL_INST_BASE(Z, N, L) \ argument 128 #define BSL_INST_yNODES(Z, N, L) \ argument 141 #define BSL_INST_xNODES(Z, N, L) \ argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 31 explicit DGEdge(NodeType &N) : TargetNode(N) {} in DGEdge() 52 void setTargetNode(const NodeType &N) { TargetNode = N; } in setTargetNode() 80 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode() 81 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() 110 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo() 126 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo() 142 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo() 152 const_iterator findEdgeTo(const NodeType &N) const { in findEdgeTo() 176 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() 200 const_iterator findNode(const NodeType &N) const { in findNode() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 517 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument 518 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument 519 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument 524 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument 525 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument 526 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument 531 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument 532 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument 533 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument 538 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument [all …]
|
/third_party/boost/boost/functional/ |
D | forward_adapter.hpp | 227 # define N 0 macro 295 # define N 1 macro 298 # define N 2 macro 301 # define N 3 macro 304 # define N 4 macro 307 # define N 5 macro 310 # define N 6 macro 313 # define N 7 macro 316 # define N 8 macro 319 # define N 9 macro [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 200 MapDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Map); } in MapDocNode() 220 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() 227 void push_back(DocNode N) { in push_back() 270 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]); in getNode() local 276 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode() local 283 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode() local 290 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() local 297 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() local 304 auto N = DocNode(&KindAndDocs[size_t(Type::Boolean)]); in getNode() local 311 auto N = DocNode(&KindAndDocs[size_t(Type::Float)]); in getNode() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 53 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned long N) { in operator <<() 57 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long N) { in operator <<() 63 unsigned long long N) { in operator <<() 68 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long long N) { in operator <<() 78 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned int N) { in operator <<() 83 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(int N) { in operator <<() 88 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(double N) { in operator <<()
|
/third_party/boost/libs/serialization/example/ |
D | demo_fast_archive.cpp | 70 void save_override(const int (& t)[N]){ in save_override() 74 void save_override(const unsigned int (& t)[N]){ in save_override() 78 void save_override(const long (& t)[N]){ in save_override() 82 void save_override(const unsigned long (& t)[N]){ in save_override() 136 void load_override(int (& t)[N]){ in load_override() 140 void load_override(unsigned int (& t)[N]){ in load_override() 144 void load_override(long (& t)[N]){ in load_override() 148 void load_override(unsigned long (& t)[N]){ in load_override()
|
/third_party/boost/boost/proto/detail/ |
D | unpack_expr_.hpp | 9 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR_TYPE(Z, N, DATA) \ argument 17 … #define BOOST_PROTO_FUSION_ITERATORS_TYPE(N) \ argument 26 … #define BOOST_PROTO_FUSION_AT_TYPE(Z, N, DATA) \ argument 36 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR(Z, N, DATA) \ argument 43 … #define BOOST_PROTO_FUSION_ITERATORS(N) \ argument 50 … #define BOOST_PROTO_FUSION_AT(Z, N, DATA) \ argument 56 … #define BOOST_PROTO_FUSION_AS_CHILD_AT_TYPE(Z, N, DATA) \ argument 65 … #define BOOST_PROTO_FUSION_AS_CHILD_AT(Z, N, DATA) \ argument 141 #define N BOOST_PP_ITERATION() macro
|
D | and_n.hpp | 33 #define N BOOST_PP_ITERATION() macro 39 struct BOOST_PP_CAT(and_, N) in BOOST_PP_CAT() argument 52 struct BOOST_PP_CAT(and_, N)<false, BOOST_PP_ENUM_PARAMS(BOOST_PP_DEC(N), P)> in BOOST_PP_CAT() argument 62 #define M0(Z, N, DATA) \ argument 83 #define M0(Z,N,DATA) BOOST_PP_CAT(Gimpl,N)()(e,s,d); in operator ()() argument
|
D | deduce_domain_n.hpp | 7 … #define BOOST_PROTO_COMMON_DOMAIN2(Z, N, DATA) \ argument 41 #define N BOOST_PP_ITERATION() macro 44 struct BOOST_PP_CAT(common_domain, N) in BOOST_PP_CAT() argument 53 struct BOOST_PP_CAT(deduce_domain, N) in BOOST_PP_CAT() argument
|
/third_party/boost/boost/lambda/ |
D | switch.hpp | 299 #define BOOST_LAMBDA_SWITCH_CASE_BLOCK(z, N, A) \ argument 304 #define BOOST_LAMBDA_SWITCH_CASE_BLOCK_LIST(N) \ argument 308 #define BOOST_LAMBDA_SWITCH_NO_DEFAULT_CASE(N) \ argument 335 #define BOOST_LAMBDA_SWITCH_WITH_DEFAULT_CASE(N) \ argument 412 #define HELPER(z, N, FOO) \ argument 419 #define HELPER_LIST(N) BOOST_PP_REPEAT(N, HELPER, FOO) argument 422 #define BOOST_LAMBDA_SWITCH_STATEMENT(N) \ argument 456 #define BOOST_LAMBDA_SWITCH(N) \ argument 461 #define BOOST_LAMBDA_SWITCH_HELPER(z, N, A) \ argument 465 #define BOOST_LAMBDA_SWITCH_STATEMENT_HELPER(z, N, A) \ argument
|
/third_party/node/benchmark/timers/ |
D | immediate.js | 33 function depth(N) { argument 47 function depth1(N) { argument 61 function breadth(N) { argument 75 function breadth1(N) { argument 89 function breadth4(N) { argument 103 function clear(N) { argument
|
/third_party/boost/boost/fusion/tuple/detail/ |
D | tuple_expand.hpp | 28 #define N BOOST_PP_ITERATION() macro 34 tuple(BOOST_PP_ENUM_BINARY_PARAMS( in tuple() 40 tuple(tuple<BOOST_PP_ENUM_PARAMS(N, U)> const& rhs) in tuple() function 45 tuple& operator=(tuple<BOOST_PP_ENUM_PARAMS(N, U)> const& rhs) in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 51 int8_t N; in consume() local 58 int16_t N; in consume() local 65 uint16_t N; in consume() local 72 int32_t N; in consume() local 79 uint32_t N; in consume() local 86 int64_t N; in consume() local 93 uint64_t N; in consume() local 116 APSInt N; in consume_numeric() local
|