Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/tools/llvm-c-test/
Dattributes.c28 int Idx, ParamCount; in llvm_test_function_attributes() local
29 for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F); in llvm_test_function_attributes()
30 Idx <= ParamCount; ++Idx) { in llvm_test_function_attributes()
62 int Idx, ParamCount; in llvm_test_callsite_attributes() local
64 ParamCount = LLVMCountParams(F); in llvm_test_callsite_attributes()
65 Idx <= ParamCount; ++Idx) { in llvm_test_callsite_attributes()
Decho.cpp92 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone() local
94 if (ParamCount > 0) { in Clone()
96 safe_malloc(ParamCount * sizeof(LLVMTypeRef))); in Clone()
98 for (unsigned i = 0; i < ParamCount; i++) in Clone()
103 Params, ParamCount, in Clone()
105 if (ParamCount > 0) in Clone()
/external/adhd/sound_card_init/amp/src/max98373d/
Ddsm_param.rs39 ParamCount = 0x0, enumerator
133 let param_count_pos = Self::value_pos(0, 0, DsmAPI::ParamCount); in try_from_tlv()
179 data[DSMParam::value_pos(PARAM_COUNT, 0, DsmAPI::ParamCount)] = PARAM_COUNT as u32; in test_dsmparam_try_from_tlv_ok()
180 data[DSMParam::value_pos(PARAM_COUNT, 1, DsmAPI::ParamCount)] = PARAM_COUNT as u32; in test_dsmparam_try_from_tlv_ok()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGTestChecker.cpp198 unsigned ParamCount = CtorDecl->getNumParams(); in checkPostCall() local
204 if (CtorDecl->isCopyConstructor() && ParamCount == 1) { in checkPostCall()
223 if (ParamCount == 1 && CtorDecl->getParamDecl(0)->getType() == BoolTy) { in checkPostCall()
228 if (ParamCount == 2){ in checkPostCall()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp36 uint32_t ParamCount, TypeIndex Return, in createProcedureRecord() argument
42 PR.ParameterCount = ParamCount; in createProcedureRecord()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadic.h92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() argument
94 Adapters.reserve(ParamCount); in formatv_object_base()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatVariadic.h91 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() argument
93 Adapters.reserve(ParamCount); in formatv_object_base()
/external/llvm/tools/llvm-c-test/
Decho.cpp90 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone() local
92 if (ParamCount > 0) { in Clone()
93 Params = (LLVMTypeRef*) malloc(ParamCount * sizeof(LLVMTypeRef)); in Clone()
95 for (unsigned i = 0; i < ParamCount; i++) in Clone()
100 Params, ParamCount, in Clone()
102 if (ParamCount > 0) in Clone()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp636 unsigned ParamCount = OperatorDecl->getNumParams(); in canOverloadedOperatorArgsBeModified() local
641 if (ParamCount == 1 && in canOverloadedOperatorArgsBeModified()
648 return checkSecondParam && ParamCount == 2 && in canOverloadedOperatorArgsBeModified()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1232 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2476 size_t ParamCount);
2485 LLVMTypeRef *ParamTypes, size_t ParamCount);
2505 size_t ParamCount,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1220 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2439 size_t ParamCount);
2448 LLVMTypeRef *ParamTypes, size_t ParamCount);
2468 size_t ParamCount,
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas557 if ParamCount >= 1 then
/external/llvm-project/llvm/lib/IR/
DCore.cpp655 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
657 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
2362 size_t ParamCount) { in LLVMGetIntrinsicDeclaration() argument
2363 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration()
2376 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() argument
2378 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType()
2384 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName() argument
2387 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp643 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
645 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
2326 size_t ParamCount) { in LLVMGetIntrinsicDeclaration() argument
2327 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration()
2340 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() argument
2342 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType()
2348 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName() argument
2351 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp877 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local
878 Sig.Params.reserve(ParamCount); in parseTypeSection()
879 while (ParamCount--) { in parseTypeSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp998 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local
999 Sig.Params.reserve(ParamCount); in parseTypeSection()
1000 while (ParamCount--) { in parseTypeSection()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp5928 unsigned ParamCount; in DiagnoseSwiftName() local
5931 ParamCount = Method->getSelector().getNumArgs(); in DiagnoseSwiftName()
5932 Params = Method->parameters().slice(0, ParamCount); in DiagnoseSwiftName()
5936 ParamCount = F->getNumParams(); in DiagnoseSwiftName()
5948 if (ParamCount == 0) { in DiagnoseSwiftName()
5953 ParamCount -= 1; in DiagnoseSwiftName()
5963 if (SwiftParamCount == ParamCount) { in DiagnoseSwiftName()
5965 } else if (SwiftParamCount > ParamCount) { in DiagnoseSwiftName()
5966 ParamCountValid = IsSingleParamInit && ParamCount == 0; in DiagnoseSwiftName()
5980 ParamCountValid = SwiftParamCount + MaybeOutParamCount >= ParamCount; in DiagnoseSwiftName()
[all …]
/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp405 TEST_F(StructuralEquivalenceFunctionTest, ParamCount) { in TEST_F() argument
/external/llvm/include/llvm-c/
DCore.h939 LLVMTypeRef *ParamTypes, unsigned ParamCount,
/external/llvm/lib/IR/
DCore.cpp480 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
482 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()