Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLConstructorArray.cpp35 const Type& exprType = expr.type(); in Convert() local
DSkSLSwizzle.cpp114 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
437 const Type& exprType = expr->type(); in Make() local
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp781 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
805 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
854 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/skia/src/sksl/
DSkSLDSLParser.cpp1319 #define OPERATOR_RIGHT(op, exprType) \ argument
/external/clang/lib/Sema/
DSemaExprObjC.cpp4197 QualType exprType) { in CheckObjCARCUnavailableWeakConversion()