Searched refs:CheckParam (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 674 static constexpr bool CheckParam( 683 static constexpr bool CheckParam( 689 CheckParam<kArgumentNumber - 1, kShouldStaticAssert>(); 696 return kLengthMatches && CheckParam<kTupleLength - 1, false>(); 705 return kLengthMatches && CheckParam<kTupleLength - 1, true>();
|
/external/vboot_reference/utility/ |
D | crossystem.c | 163 int CheckParam(const Param* p, char* expect) { in CheckParam() function 296 retval = CheckParam(p, value); in main()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1565 auto CheckParam = [&](StringRef Name, unsigned ParamNo) { in verifyFunctionAttrs() local 1581 if (!CheckParam("element size", Args.first)) in verifyFunctionAttrs() 1584 if (Args.second && !CheckParam("number of elements", *Args.second)) in verifyFunctionAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 1825 auto CheckParam = [&](StringRef Name, unsigned ParamNo) { in verifyFunctionAttrs() local 1841 if (!CheckParam("element size", Args.first)) in verifyFunctionAttrs() 1844 if (Args.second && !CheckParam("number of elements", *Args.second)) in verifyFunctionAttrs()
|
/external/llvm-project/llvm/lib/IR/ |
D | Verifier.cpp | 1949 auto CheckParam = [&](StringRef Name, unsigned ParamNo) { in verifyFunctionAttrs() local 1965 if (!CheckParam("element size", Args.first)) in verifyFunctionAttrs() 1968 if (Args.second && !CheckParam("number of elements", *Args.second)) in verifyFunctionAttrs()
|