Home
last modified time | relevance | path

Searched refs:Coerce (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CodeGenObjC/
Dx86_64-struct-return-gc.m2 struct Coerce { struct
6 struct Coerce coerce_func(void); argument
10 struct Coerce c;
/external/llvm-project/clang/test/CodeGenObjC/
Dx86_64-struct-return-gc.m2 struct Coerce { struct
6 struct Coerce coerce_func(void); argument
10 struct Coerce c;
/external/python/cpython2/Lib/test/
Dtest_compare.py8 class Coerce: class
16 if isinstance(other, Coerce):
32 set1 = [2, 2.0, 2L, 2+0j, Coerce(2), Cmp(2.0)]
/external/skia/src/sksl/dsl/priv/
DDSLWriter.h169 static DSLPossibleExpression Coerce(std::unique_ptr<Expression> left, const SkSL::Type& type);
DDSLWriter.cpp151 DSLPossibleExpression DSLWriter::Coerce(std::unique_ptr<Expression> left, const SkSL::Type& type) { in Coerce() function in SkSL::dsl::DSLWriter
/external/skia/src/sksl/dsl/
DDSLExpression.cpp248 return DSLWriter::Coerce(this->release(), type).release(); in coerceAndRelease()
/external/llvm-project/llvm/docs/
DMergeFunctions.rst328 1. Coerce pointer to integer. If left type is a pointer, try to coerce it to the
/external/llvm/docs/
DMergeFunctions.rst338 1. Coerce pointer to integer. If left type is a pointer, try to coerce it to the
/external/python/cpython2/Doc/c-api/
Dunicode.rst350 Coerce an encoded object *obj* to a Unicode object and return a reference with