Home
last modified time | relevance | path

Searched refs:declName (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/Definitions/
H A DTypes.hs231 declName :: NiceDeclaration -> String
232 declName Axiom{} = "Postulates" function
233 declName NiceField{} = "Fields" function
234 declName NiceMutual{} = "Mutual blocks" function
235 declName NiceModule{} = "Modules" function
236 declName NiceModuleMacro{} = "Modules" function
239 declName NicePragma{} = "Pragmas" function
245 declName NiceRecSig{} = "Records" function
246 declName NiceDataSig{} = "Data types" function
250 declName NiceRecDef{} = "Records" function
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A Dautogen.py19 declName: str
25 self.declName = declName_p
163 … outputFile.write(" CreateNode(" + structDecl.declName + "Var" + "." + item + ", module, ")
173 outputFile.write(" switch("+ enumDecl.declName + "Var)\n")
176 outputFile.write(" case IGC::" + enumDecl.declName + "::" + item + ":\n" )
195 outputFile.write(" readNode(" + structDecl.declName + "Var" + "." + item + ", node , ")
202 outputFile.write(" "+ enumDecl.declName + "Var = (IGC::" + enumDecl.declName + ")(0);\n")
209 …outputFile.write(" "+ enumDecl.declName + "Var = IGC::" + enumDecl.declName + "::" + it…
213 …outputFile.write(" "+ enumDecl.declName + "Var = (IGC::" + enumDecl.declName + ")(0);\n…
219 outputFile.write(fmtFn(item.declName))
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/cli/flag/
H A Dciphersuites_flag_test.go85 for _, declName := range pkg.Scope().Names() {
86 if strings.HasPrefix(declName, "VersionTLS") {
87 discoveredVersions[declName] = true
89 if strings.HasPrefix(declName, "TLS_RSA_") || strings.HasPrefix(declName, "TLS_ECDHE_") {
90 discoveredCiphers[declName] = true
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/cli/flag/
H A Dciphersuites_flag_test.go85 for _, declName := range pkg.Scope().Names() {
86 if strings.HasPrefix(declName, "VersionTLS") {
87 discoveredVersions[declName] = true
89 if strings.HasPrefix(declName, "TLS_") && !strings.HasPrefix(declName, "TLS_FALLBACK_") {
90 discoveredCiphers[declName] = true
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/cli/flag/
H A Dciphersuites_flag_test.go85 for _, declName := range pkg.Scope().Names() {
86 if strings.HasPrefix(declName, "VersionTLS") {
87 discoveredVersions[declName] = true
89 if strings.HasPrefix(declName, "TLS_") && !strings.HasPrefix(declName, "TLS_FALLBACK_") {
90 discoveredCiphers[declName] = true
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/goobj2/
H A Dmkbuiltin.go73 declName := pkg + "." + decl.Name.Name
74 decls[declName] = true
75 fmt.Fprintf(w, "{%q, 1},\n", declName) // functions are ABIInternal (1)
89 declName := pkg + "." + name.Name
90 decls[declName] = true
91 fmt.Fprintf(w, "{%q, 0},\n", declName) // variables are ABI0
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/decl/
H A DDialogDeclBrowser.cpp132 idStr rootStr, declName; in AddDeclTypeToTree() local
148 declName.BackSlashesToSlashes(); in AddDeclTypeToTree()
149 declName.Strip(' '); in AddDeclTypeToTree()
237 declName.Clear(); in GetDeclName()
240 declName = itemName + "/" + declName; in GetDeclName()
243 declName.Strip( '/' ); in GetDeclName()
326 idStr typeName, declName; in EditSelected() local
818 idStr typeName, declName; in OnTreeSelChanged() local
876 idStr typeName, declName; in OnBnClickedNew() local
902 declName += "/"; in OnBnClickedNew()
[all …]
H A DDialogDeclNew.cpp232 CString typeName, declName, fileName; in OnBnClickedOk() local
245 nameEdit.GetWindowText( declName ); in OnBnClickedOk()
246 if ( declName.GetLength() == 0 ) { in OnBnClickedOk()
257 if ( declTree->FindItem( idStr( typeName + "/" + declName ) ) ) { in OnBnClickedOk()
268 newDecl = declManager->CreateNewDecl( type, declName, fileName ); in OnBnClickedOk()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/goobj/
H A Dmkbuiltin.go75 declName := pkg + "." + decl.Name.Name
76 decls[declName] = true
77 fmt.Fprintf(w, "{%q, 1},\n", declName) // functions are ABIInternal (1)
91 declName := pkg + "." + name.Name
92 decls[declName] = true
93 fmt.Fprintf(w, "{%q, 0},\n", declName) // variables are ABI0
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/AST/
H A DDeclarations.hs497 declName :: Declaration -> Maybe Name
498 declName (DataDeclaration _ _ n _ _) = Just (TyName n) function
501 declName (ExternDeclaration _ n _) = Just (IdentName n) function
502 declName (ExternDataDeclaration _ n _) = Just (TyName n) function
507 declName ImportDeclaration{} = Nothing function
508 declName BindingGroupDeclaration{} = Nothing function
509 declName DataBindingGroupDeclaration{} = Nothing function
510 declName BoundValueDeclaration{} = Nothing function
511 declName KindDeclaration{} = Nothing function
512 declName TypeDeclaration{} = Nothing function
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/netlib/interface/
H A Dfilter.pm163 my $declName = "LAPACK_IMPL(" . lc($name) . ")(";
171 $paddingWidth = (int(($paddingWidth + length($declName)) / 4) + 1)*4
172 - int(length($declName)/4)*4;
180 my $padding = " " x length($declName);
184 print $declName . join(",\n$padding", @param) . ")";
/dports/graphics/jogamp-jogl/gluegen/src/antlr/com/jogamp/gluegen/cgram/
H A DGnuCParser.g176 { String declName; }
180 declName = d:declarator[true]
219 declarator[boolean isFunctionDefinition] returns [String declName]
220 { declName = ""; }
225 | LPAREN declName = declarator[false] RPAREN
410 { String declName = ""; }
411 : declName = d:declarator[false]
458 { String declName; }
462 declName = d:declarator[false]
468 pushScope(declName);
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/
H A DGnuCParser.g175 { String declName; }
179 declName = d:declarator[true]
218 declarator[boolean isFunctionDefinition] returns [String declName]
219 { declName = ""; }
224 | LPAREN declName = declarator[false] RPAREN
396 { String declName = ""; }
397 : declName = d:declarator[false]
444 { String declName; }
448 declName = d:declarator[false]
454 pushScope(declName);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java984 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
995 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
1005 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1006 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1016 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1017 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1027 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1028 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1038 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1039 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java978 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
989 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
999 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1000 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1010 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1011 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1021 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1022 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1032 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1033 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java978 return(XSAttributeDecl)fGlobalAttrDecls.get(declName); in getGlobalAttributeDecl()
989 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName); in getGlobalAttributeGroupDecl()
999 public final XSElementDecl getGlobalElementDecl(String declName) { in getGlobalElementDecl() argument
1000 return(XSElementDecl)fGlobalElemDecls.get(declName); in getGlobalElementDecl()
1010 public final XSGroupDecl getGlobalGroupDecl(String declName) { in getGlobalGroupDecl() argument
1011 return(XSGroupDecl)fGlobalGroupDecls.get(declName); in getGlobalGroupDecl()
1021 public final XSNotationDecl getGlobalNotationDecl(String declName) { in getGlobalNotationDecl() argument
1022 return(XSNotationDecl)fGlobalNotationDecls.get(declName); in getGlobalNotationDecl()
1032 public final XSTypeDefinition getGlobalTypeDecl(String declName) { in getGlobalTypeDecl() argument
1033 return(XSTypeDefinition)fGlobalTypeDecls.get(declName); in getGlobalTypeDecl()
[all …]
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dcheck-coarray.cc71 const auto &declName{std::get<parser::Name>(decl.t)}; in CheckNamesAreDistinct() local
72 if (context_.HasError(declName)) { in CheckNamesAreDistinct()
75 if (auto *prev{getPreviousUse(declName)}) { in CheckNamesAreDistinct()
76 Say2(declName.source, // C1113 in CheckNamesAreDistinct()
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DHsDecl.hs3 module GHC.Util.HsDecl (declName,bindName)
16 declName :: LHsDecl GhcPs -> Maybe String
17 declName (L _ x) = occNameStr <$> case x of function

1234567