Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dcfg.h130 std::size_t ParameterCount() const { in ParameterCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h152 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord()
167 uint16_t ParameterCount; variable
179 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord()
201 uint16_t ParameterCount; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h145 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord()
178 uint16_t ParameterCount; variable
187 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord()
228 uint16_t ParameterCount; variable
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c49 …cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each f… member
/external/clang/lib/Format/
DFormatToken.h185 unsigned ParameterCount = 0; member
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h330 …cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each f… member
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp801 TEST(Matcher, ParameterCount) { in TEST() argument