Home
last modified time | relevance | path

Searched defs:Narrowing (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.h41 static CoercionCost Narrowing(int cost) { return { 0, cost, false }; } in Narrowing() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp405 bool Narrowing = false; in getNarrowingKind() local