Home
last modified time | relevance | path

Searched defs:exprType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructorArray.cpp52 const Type& exprType = expr.type(); in Convert() local
DSkSLSwizzle.cpp123 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
452 const Type& exprType = expr->type(); in Make() local
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp872 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
896 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
945 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java57 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in TypeChecker
DCodeGen.java105 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in CodeGen
/external/clang/lib/Sema/
DSemaExprObjC.cpp4197 QualType exprType) { in CheckObjCARCUnavailableWeakConversion()