Home
last modified time | relevance | path

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

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DUnaryOperationExpr.java76 TypeNode exprType = unaryOperationExpr.expr().type(); in build() local
112 private static boolean isValidLogicalNotType(TypeNode exprType) { in isValidLogicalNotType()
117 private static boolean isValidIncrementType(TypeNode exprType) { in isValidIncrementType()
DCastExpr.java47 TypeNode exprType = castExpr.expr().type(); in build() local
/external/skia/src/sksl/ir/
DSkSLConstructorArray.cpp52 const Type& exprType = expr.type(); in Convert() local
DSkSLSwizzle.cpp126 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
454 const Type& exprType = expr->type(); in Make() local
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
DImportWriterVisitorTest.java602 TypeNode exprType = TypeNode.withReference(ConcreteReference.withClazz(Expr.class)); in writeInstanceofExprImports_basic() local
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1143 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
1167 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
1216 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()