Home
last modified time | relevance | path

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

12345678

/dports/devel/codeworker/CodeWorker4_5_3/
H A DBNFClause.cpp267 EXPRESSION_TYPE exprType = getParameterType(iIndex); in getSignature() local
349 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
372 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
394 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
425 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
457 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
553 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
610 EXPRESSION_TYPE exprType = getParameterType(iIndex); in compileCppFunction() local
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/hint-0.9.0.3/src/Hint/
H A DTypecheck.hs67 exprType = fmap Just . GHC.exprType GHC.TM_Inst function
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1CustomLevel.php20 protected $exprType = 'Google_Service_CloudAsset_Expr'; variable in Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1CustomLevel
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessContextManager/
H A DCustomLevel.php20 protected $exprType = 'Google_Service_AccessContextManager_Expr'; variable in Google_Service_AccessContextManager_CustomLevel
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DConstraintTypeFormula.java34 public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation) { in create()
40 …public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation, … in create()
47 …private ConstraintTypeFormula(TypeBinding exprType, TypeBinding right, int relation, boolean isSof… in ConstraintTypeFormula()
H A DConstraintExpressionFormula.java61 TypeBinding exprType = this.left.resolvedType; in reduce() local
96 TypeBinding exprType = this.left.resolvedType; in reduce() local
125 TypeBinding exprType = this.left.resolvedType; in reduce() local
200 TypeBinding exprType = expr.resolvedType; in reduce() local
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/engines/funcs/r/
H A Ddb_alter_character_set_collate.result41 SELECT * FROM INFORMATION_SCHEMA.SCHEMATA ORDER BY SCHEMA_NAME;
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DMidiEcho.h41 * the MidiEcho functionality by setting the filter's status to false. in exprType()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dtypes.go12 var exprType = reflect.TypeOf(&victimExpr).Elem() var
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DConstraintTypeFormula.java40 public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation) { in create()
46 …public static ConstraintTypeFormula create(TypeBinding exprType, TypeBinding right, int relation, … in create()
53 …private ConstraintTypeFormula(TypeBinding exprType, TypeBinding right, int relation, boolean isSof… in ConstraintTypeFormula()
H A DConstraintExpressionFormula.java84 TypeBinding exprType = this.left.resolvedType; in reduce() local
120 TypeBinding exprType = this.left.resolvedType; in reduce() local
207 TypeBinding exprType = expr.resolvedType; in reduce() local
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUtils.hs124 exprType (Var var) = idType var function
125 exprType (Lit lit) = literalType lit function
126 exprType (Coercion co) = coercionType co function
127 exprType (Let bind body) function
131 exprType (Case _ _ ty _) = ty function
132 exprType (Cast _ co) = pSnd (coercionKind co) function
133 exprType (Tick _ e) = exprType e function
134 exprType (Lam binder expr) = mkLamType binder (exprType expr) function
135 exprType e@(App _ _) function
139 exprType other = pprTrace "exprType" (pprCoreExpr other) alphaTy function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DUtils.hs126 exprType (Var var) = idType var function
127 exprType (Lit lit) = literalType lit function
128 exprType (Coercion co) = coercionType co function
129 exprType (Let bind body) function
133 exprType (Case _ _ ty _) = ty function
134 exprType (Cast _ co) = pSnd (coercionKind co) function
135 exprType (Tick _ e) = exprType e function
136 exprType (Lam binder expr) = mkLamType binder (exprType expr) function
137 exprType e@(App _ _) function
141 exprType other = pprPanic "exprType" (pprCoreExpr other) function
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DSecurityPolicyRuleMatcher.php22 protected $exprType = 'Google_Service_Compute_Expr'; variable in Google_Service_Compute_SecurityPolicyRuleMatcher
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreUtils.hs115 exprType (Var var) = idType var function
116 exprType (Lit lit) = literalType lit function
117 exprType (Coercion co) = coercionType co function
118 exprType (Let bind body) function
122 exprType (Case _ _ ty _) = ty function
123 exprType (Cast _ co) = pSnd (coercionKind co) function
124 exprType (Tick _ e) = exprType e function
125 exprType (Lam binder expr) = mkLamType binder (exprType expr) function
126 exprType e@(App _ _) function
130 exprType other = pprTrace "exprType" (pprCoreExpr other) alphaTy function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreUtils.hs115 exprType (Var var) = idType var function
116 exprType (Lit lit) = literalType lit function
117 exprType (Coercion co) = coercionType co function
118 exprType (Let bind body) function
122 exprType (Case _ _ ty _) = ty function
123 exprType (Cast _ co) = pSnd (coercionKind co) function
124 exprType (Tick _ e) = exprType e function
125 exprType (Lam binder expr) = mkLamType binder (exprType expr) function
126 exprType e@(App _ _) function
130 exprType other = pprTrace "exprType" (pprCoreExpr other) alphaTy function
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A Dcommon.h613 ExprType_t exprType() const OVERRIDE { return INT_EXPR; } in exprType() function
653 ExprType_t exprType() const OVERRIDE { return REAL_EXPR; } in exprType() function
674 ExprType_t exprType() const OVERRIDE { return STRING_EXPR; } in exprType() function
748 ExprType_t exprType() const OVERRIDE { return INT_ARR_EXPR; } in exprType() function
780 ExprType_t exprType() const OVERRIDE { return REAL_ARR_EXPR; } in exprType() function
H A Dtree.h140 ExprType_t exprType() const OVERRIDE { return INT_EXPR; } in exprType() function
148 ExprType_t exprType() const OVERRIDE { return REAL_EXPR; } in exprType() function
161 ExprType_t exprType() const OVERRIDE { return INT_ARR_EXPR; } in exprType() function
168 ExprType_t exprType() const OVERRIDE { return REAL_ARR_EXPR; } in exprType() function
175 ExprType_t exprType() const OVERRIDE { return STRING_EXPR; } in exprType() function
392 ExprType_t exprType() const OVERRIDE { return INT_ARR_EXPR; } in exprType() function
412 ExprType_t exprType() const OVERRIDE { return REAL_ARR_EXPR; } in exprType() function
618 ExprType_t exprType() const OVERRIDE { return dynVar->exprType(); } in exprType() function
833 ExprType_t exprType() const OVERRIDE { return expr->exprType(); } in exprType() function
947 ExprType_t exprType() const OVERRIDE { return expr->exprType(); } in exprType() function

12345678