/third_party/libexif/contrib/c++/ |
H A D | exif_module.cxx | 301 converter::registry::insert(&convertible, &construct, in RationalConverter() 305 static void* convertible(PyObject* obj) in convertible() function 327 static_cast<Rational*>(data->convertible); in construct() 333 data->convertible = storage; in construct()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_converter.cpp | 479 MaybeStackVector<UnitIndexAndDimension> convertible; 482 mergeUnitsAndDimensions(convertible, sourceBaseUnit, 1); 485 mergeUnitsAndDimensions(convertible, targetBaseUnit, -1); 488 if (checkAllDimensionsAreZeros(convertible)) {
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_converter.cpp | 487 MaybeStackVector<UnitIndexAndDimension> convertible; 490 mergeUnitsAndDimensions(convertible, sourceBaseUnit, 1); 493 mergeUnitsAndDimensions(convertible, targetBaseUnit, -1); 496 if (checkAllDimensionsAreZeros(convertible)) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.cpp | 472 MaybeStackVector<UnitIndexAndDimension> convertible; 475 mergeUnitsAndDimensions(convertible, sourceBaseUnit, 1); 478 mergeUnitsAndDimensions(convertible, targetBaseUnit, -1); 481 if (checkAllDimensionsAreZeros(convertible)) {
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 356 // * a predicate function convertible(from, to) that says whether or not type 374 std::function<bool(const TType& from, const TType& to, TOperator op, int arg)> convertible, in selectFunction() 386 // * each parameter is true under convertible(A, B), where A is the calling in selectFunction() 424 // see if arguments are convertible in selectFunction() 431 if (! convertible(*call[param].type, *candidate[param].type, candidate.getBuiltInOp(), param)) { in selectFunction() 437 if (! convertible(*candidate[param].type, *call[param].type, candidate.getBuiltInOp(), param)) { in selectFunction() 371 selectFunction( const TVector<const TFunction*> candidateList, const TFunction& call, std::function<bool(const TType& from, const TType& to, TOperator op, int arg)> convertible, std::function<bool(const TType& from, const TType& to1, const TType& to2)> better, bool& tie) selectFunction() argument
|
H A D | ParseHelper.cpp | 1661 error(loc, "type does not match, or is not convertible to, the function's return type", "return", ""); in handleReturnValue() 7019 // We have a mismatch in type, see if it is implicitly convertible in findFunction120() 7108 const auto convertible = [this,builtIn](const TType& from, const TType& to, TOperator, int) -> bool { in findFunction400() local 7129 // Assumes 'convertible' already said true. in findFunction400() 7151 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction400() 7184 const auto convertible = [this,builtIn](const TType& from, const TType& to, TOperator, int) -> bool { in findFunctionExplicitTypes() local 7205 // Assumes 'convertible' already said true. in findFunctionExplicitTypes() 7241 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunctionExplicitTypes() 8065 error(loc, "non-matching or non-convertible constant type for const initializer", in executeInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 895 "Default type must be implicitly convertible to value type!"); in needsQuotes()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 2467 error(loc, "type does not match, or is not convertible to, the function's return type", "return", ""); in handleReturnValue() 7541 // convertible() and better() predicates defined below. 7578 const auto convertible = [&](const TType& from, const TType& to, TOperator op, int arg) -> bool { in findFunction() local 7643 // basic types have to be convertible in findFunction() 7648 // shapes have to be convertible in findFunction() 7662 // Assumes 'convertible' already said true. in findFunction() 7737 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction() 7744 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction() 7816 bestMatch = selectFunction(candidateList, convertedCall, convertible, better, tie); in findFunction() 8217 error(loc, "non-matching or non-convertible constan in executeInitializer() [all...] |