Searched defs:exprType (Results 1 – 6 of 6) sorted by relevance
| /external/skia/src/sksl/ir/ |
| D | SkSLConstructorArray.cpp | 52 const Type& exprType = expr.type(); in Convert() local
|
| D | SkSLSwizzle.cpp | 123 const Type& exprType = base.type(); in optimize_constructor_swizzle() local 452 const Type& exprType = expr->type(); in Make() local
|
| /external/skia/src/sksl/codegen/ |
| D | SkSLMetalCodeGenerator.cpp | 872 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/ |
| D | TypeChecker.java | 57 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in TypeChecker
|
| D | CodeGen.java | 105 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ... field in CodeGen
|
| /external/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 4197 QualType exprType) { in CheckObjCARCUnavailableWeakConversion()
|