Searched refs:CheckParam (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 663 static constexpr bool CheckParam( 672 static constexpr bool CheckParam( 678 CheckParam<kArgumentNumber - 1, kShouldStaticAssert>(); 685 return kLengthMatches && CheckParam<kTupleLength - 1, false>(); 694 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-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 1742 auto CheckParam = [&](StringRef Name, unsigned ParamNo) { in verifyFunctionAttrs() local 1758 if (!CheckParam("element size", Args.first)) in verifyFunctionAttrs() 1761 if (Args.second && !CheckParam("number of elements", *Args.second)) in verifyFunctionAttrs()
|