Searched defs:coerce (Results 1 – 4 of 4) sorted by relevance
255 def coerce(data, egdata): function
262 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce() method in Code
342 Value coerce(int position, Value value, TurbineConstantTypeKind kind) { in coerce() method in ConstEvaluator
831 auto coerce = [](TIntermTyped &to, TIntermTyped &from) -> TIntermTyped & { in ConvertBoolToUint() local