Home
last modified time | relevance | path

Searched +defs:check +defs:declaration +defs:type (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/solidity/solidity_0.8.11/libsolidity/analysis/
H A DDeclarationTypeChecker.cpp153 Type const* type = typeName->annotation().type; in endVisit() local
171 Declaration const* declaration = _typeName.pathNode().annotation().referencedDeclaration; in endVisit() local
199 Declaration const* declaration = _path.annotation().referencedDeclaration; in endVisit() local
433 Type const* type = _variable.typeName().annotation().type; in endVisit() local
485 bool DeclarationTypeChecker::check(ASTNode const& _node) in check() function in DeclarationTypeChecker
H A DViewPureChecker.cpp129 bool ViewPureChecker::check() in check() function in ViewPureChecker
181 Declaration const* declaration = _identifier.annotation().referencedDeclaration; in endVisit() local
385 auto const& type = dynamic_cast<MagicType const&>(*_memberAccess.expression().annotation().type); in endVisit() local
402 auto const& type = dynamic_cast<ArrayType const&>(*_memberAccess.expression().annotation().type); in endVisit() local
H A DPostTypeChecker.cpp35 bool PostTypeChecker::check(ASTNode const& _astRoot) in check() function in PostTypeChecker
143 for (auto declaration: m_constVariables) in finalize() local
277 if (ModifierType const* type = dynamic_cast<decltype(type)>(_identifier.annotation().type)) in visit() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/khr_util/
H A Dregistry.py75 declaration=None variable in Command
76 type=None variable in Command
424 def check(v): return False function
426 def check(v): return True function
428 def check(v): return v <= version function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/language-glsl-0.3.0/Language/GLSL/
H A DParser.hs16 type P a = GenParser Char S a function
156 where check i | i `elem` reservedWords = fail $ function
434 declaration = choice function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java52 protected ClassDeclaration declaration; field in ClassDefinition
95 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java52 protected ClassDeclaration declaration; field in ClassDefinition
95 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java52 protected ClassDeclaration declaration; field in ClassDefinition
95 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java52 protected ClassDeclaration declaration; field in ClassDefinition
95 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDefinition.java52 protected ClassDeclaration declaration; field in ClassDefinition
95 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java51 protected ClassDeclaration declaration; field in ClassDefinition
94 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java51 protected ClassDeclaration declaration; field in ClassDefinition
94 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, in ClassDefinition()
634 Type type = method.getType(); in couldImplement() local
1163 public void check(Environment env) throws ClassNotFound { in check() method in ClassDefinition
1264 Type type = method.getType(); in collectOneClass() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dducontext.cpp113 auto declaration = idx.data(m_dynamicData->m_topContext); in rebuildDynamicData() local
229 bool DUContextDynamicData::removeDeclaration(Declaration* declaration) in removeDeclaration()
570 Declaration* check(Declaration* declaration) const in check() function
651 Declaration* declaration = *it; in findLocalDeclarationsInternal() local
1122 DUContext::ContextType DUContext::type() const in type() function in KDevelop::DUContext
1129 void DUContext::setType(ContextType type) in setType()
/dports/databases/pear-MDB/MDB-1.3.0/MDB/
H A Dmetabase_wrapper.php145 function MetabaseQueryField($database, $query, &$field, $type = 'text')
171 function MetabaseQueryColumn($database, $query, &$column, $type = 'text')
254 function MetabaseQuerySet($database, $prepared_query, $parameter, $type, $value, $is_null = 0, $fie…
266 function MetabaseQuerySetNull($database, $prepared_query, $parameter, $type)
993 function MetabaseAlterTable($database, $name, &$changes, $check = 0)
1406 function GetField(&$field, $field_name, $declaration, &$query)
1421 function GetFieldList($fields, $declaration, &$query_fields)
/dports/devel/ispc/ispc-1.16.1/src/
H A Dmodule.cpp370 void Module::AddTypeDef(const std::string &name, const Type *type, SourcePos pos) { in AddTypeDef()
376 void Module::AddGlobalVariable(const std::string &name, const Type *type, Expr *initExpr, bool isCo… in AddGlobalVariable()
620 static void lCheckExportedParameterTypes(const Type *type, const std::string &name, SourcePos pos) { in lCheckExportedParameterTypes()
658 static void lCheckTaskParameterTypes(const Type *type, const std::string &name, SourcePos pos) { in lCheckTaskParameterTypes()
687 const Type *type = ftype->GetParameterType(i); in lCheckForStructParameters() local
972 void Module::AddFunctionDefinition(const std::string &name, const FunctionType *type, Stmt *code) { in AddFunctionDefinition()
1487 std::string declaration = enumTypes[i]->GetCDeclaration(""); in lEmitEnumDecls() local
1569 static void lGetExportedTypes(const Type *type, std::vector<const StructType *> *exportedStructType… in lGetExportedTypes()
2722 static void lExtractOrCheckGlobals(llvm::Module *msrc, llvm::Module *mdst, bool check) { in lExtractOrCheckGlobals()
2730 llvm::Type *type = gv->getType()->getElementType(); in lExtractOrCheckGlobals() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenameTypeProcessor.java203 public RenameTypeProcessor(IType type) { in RenameTypeProcessor()
795 IType type= Checks.findTypeInPackage(fType.getPackageFragment(), getNewElementName()); in checkTypesInPackage() local
826 private static IType findEnclosedType(IType type, String newName) throws CoreException { in findEnclosedType()
834 private static IType findEnclosingType(IType type, String newName) { in findEnclosingType()
858 …RefactoringStatus check= Checks.checkIfConstructorName(method, method.getElementName(), getNewElem… in checkForMethodsWithConstructorNames() local
941 …private static IJavaElement convertFromImportDeclaration(IImportDeclaration declaration) throws Co… in convertFromImportDeclaration()
1456 …ProcessorsOfType(List<RefactoringProcessor> processors, Class<RenameLocalVariableProcessor> type) { in getProcessorsOfType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DReorgPolicyFactory.java179 IType type= (IType) element; in getActualJavaElementsToReorg() local
1618 private void handleType(IType type, IPackageFragment destination, IProgressMonitor pm) { in handleType()
1668 public void setDestinationCheck(boolean check) { in setDestinationCheck()
1897 public void setDestinationCheck(boolean check) { in setDestinationCheck()
2125 public void setDestinationCheck(boolean check) { in setDestinationCheck()
2357 public void setDestinationCheck(boolean check) { in setDestinationCheck()
2806 public void setDestinationCheck(boolean check) { in setDestinationCheck()
3696 IImportDeclaration declaration= (IImportDeclaration) importDeclaration; in copyImportsToDestination() local
3707 …private void copyImportToDestination(IImportDeclaration declaration, ASTRewrite targetRewrite, Com… in copyImportToDestination()
3860 …private void copyTypeToDestination(IType type, CompilationUnitRewrite targetRewriter, CompilationU… in copyTypeToDestination()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dparser.c3416 tree type; in cp_parser_postfix_expression() local
3484 tree type; in cp_parser_postfix_expression() local
3536 tree type; in cp_parser_postfix_expression() local
3578 tree type; in cp_parser_postfix_expression() local
3921 tree type; in cp_parser_postfix_expression() local
4427 tree type; in cp_parser_new_expression() local
4549 tree type; in cp_parser_new_declarator_opt() local
6947 tree type; in cp_parser_conversion_function_id() local
7844 tree check; in cp_parser_template_id() local
13092 tree declaration; in cp_parser_handler() local
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dparser.c3416 tree type; in cp_parser_postfix_expression() local
3484 tree type; in cp_parser_postfix_expression() local
3536 tree type; in cp_parser_postfix_expression() local
3578 tree type; in cp_parser_postfix_expression() local
3921 tree type; in cp_parser_postfix_expression() local
4427 tree type; in cp_parser_new_expression() local
4549 tree type; in cp_parser_new_declarator_opt() local
6947 tree type; in cp_parser_conversion_function_id() local
7844 tree check; in cp_parser_template_id() local
13092 tree declaration; in cp_parser_handler() local
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dri.cpp466 static inline int check(const char *fun,int scope) { in check() function
579 EXTERN(RtToken) RiDeclare (const char *name,const char *declaration) { in RiDeclare()
893 RiDisplayV (const char *name, RtToken type, RtToken mode, in RiDisplayV()
1219 RiHider (RtToken type, ...) { in RiHider()
1466 RiShadingInterpolation (RtToken type) { in RiShadingInterpolation()
1503 RiGeometricApproximation (RtToken type, RtFloat value) { in RiGeometricApproximation()
1510 RiGeometricRepresentation (RtToken type) { in RiGeometricRepresentation()
1778 RiPatch (RtToken type, ...) { in RiPatch()
1795 RiPatchMesh (RtToken type, RtInt nu, RtToken uwrap, in RiPatchMesh()
2009 RiGeometry (RtToken type, ...) { in RiGeometry()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.d668 Type type; // !=null means that semantic() has been run variable
1194 extern (D) final void checkOverridenDtor(Scope* sc, FuncDeclaration f, in checkOverridenDtor()
2047 extern (D) this(const ref Loc loc, real_t value, Type type) in this()
2055 static RealExp create(Loc loc, real_t value, Type type) in create()
2130 static ComplexExp create(Loc loc, complex_t value, Type type) in create()
2933 extern (D) this(const ref Loc loc, Type type, Expression e) in this()
3231 Expression getField(Type type, uint offset) in getField()
3281 int getFieldIndex(Type type, uint offset) in getFieldIndex()
3374 extern (D) this(const ref Loc loc, Type type) in this()
4061 Dsymbol declaration; variable
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dparser.c6361 tree type; in cp_parser_postfix_expression() local
6447 tree type; in cp_parser_postfix_expression() local
6496 tree type; in cp_parser_postfix_expression() local
6609 tree type; in cp_parser_postfix_expression() local
8046 tree type; in cp_parser_new_expression() local
9373 tree type; in cp_parser_builtin_offsetof() local
9689 tree type; in cp_parser_lambda_expression() local
13323 tree type; in cp_parser_conversion_function_id() local
16481 tree check = build_concept_check (decl, placeholder, args); in cp_parser_maybe_constrained_type_specifier() local
19259 tree type; in cp_parser_direct_declarator() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dparser.c6361 tree type; in cp_parser_postfix_expression() local
6447 tree type; in cp_parser_postfix_expression() local
6496 tree type; in cp_parser_postfix_expression() local
6609 tree type; in cp_parser_postfix_expression() local
8046 tree type; in cp_parser_new_expression() local
9373 tree type; in cp_parser_builtin_offsetof() local
9689 tree type; in cp_parser_lambda_expression() local
13323 tree type; in cp_parser_conversion_function_id() local
16481 tree check = build_concept_check (decl, placeholder, args); in cp_parser_maybe_constrained_type_specifier() local
19259 tree type; in cp_parser_direct_declarator() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dparser.c6825 tree type; in cp_parser_postfix_expression() local
6913 tree type; in cp_parser_postfix_expression() local
6976 tree type; in cp_parser_postfix_expression() local
7061 tree type; in cp_parser_postfix_expression() local
7086 tree type; in cp_parser_postfix_expression() local
8636 tree type; in cp_parser_new_expression() local
10084 tree type; in cp_parser_builtin_offsetof() local
10383 tree type; in cp_parser_lambda_expression() local
14779 tree type; in cp_parser_conversion_function_id() local
18126 tree check = build_concept_check (decl, placeholder, args); in cp_parser_maybe_constrained_type_specifier() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dparser.c6824 tree type; in cp_parser_postfix_expression() local
6912 tree type; in cp_parser_postfix_expression() local
6975 tree type; in cp_parser_postfix_expression() local
7060 tree type; in cp_parser_postfix_expression() local
7085 tree type; in cp_parser_postfix_expression() local
8635 tree type; in cp_parser_new_expression() local
10083 tree type; in cp_parser_builtin_offsetof() local
10382 tree type; in cp_parser_lambda_expression() local
14751 tree type; in cp_parser_conversion_function_id() local
18088 tree check = build_concept_check (decl, placeholder, args); in cp_parser_maybe_constrained_type_specifier() local
[all …]

12