Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/v8/src/torque/
Dimplementation-visitor.h83 void Visit(DefaultModuleDeclaration* decl) { in Visit()
86 void Visit(ExplicitModuleDeclaration* decl) { in Visit()
89 void Visit(TypeDeclaration* decl) {} in Visit()
90 void Visit(TypeAliasDeclaration* decl) {} in Visit()
91 void Visit(ExternConstDeclaration* decl) {} in Visit()
94 void Visit(GenericDeclaration* decl) {} in Visit()
101 void Visit(ExternalMacroDeclaration* decl, const Signature& signature, in Visit()
103 void Visit(ExternalBuiltinDeclaration* decl, const Signature& signature, in Visit()
105 void Visit(ExternalRuntimeDeclaration* decl, const Signature& signature, in Visit()
Ddeclaration-visitor.h38 void Visit(ModuleDeclaration* decl) { in Visit()
43 void Visit(DefaultModuleDeclaration* decl) { in Visit()
47 void Visit(ExplicitModuleDeclaration* decl) { in Visit()
69 void Visit(TypeAliasDeclaration* decl) { in Visit()
78 void Visit(ExternalBuiltinDeclaration* decl, const Signature& signature, in Visit()
113 void Visit(StructExpression* decl) {} in Visit()
Ddeclaration-visitor.cc37 void DeclarationVisitor::Visit(Declaration* decl) { in Visit()
50 void DeclarationVisitor::Visit(CallableNode* decl, const Signature& signature, in Visit()
64 BuiltinDeclaration* decl, bool external, const Signature& signature) { in BuiltinDeclarationCommon()
113 void DeclarationVisitor::Visit(ExternalRuntimeDeclaration* decl, in Visit()
141 void DeclarationVisitor::Visit(ExternalMacroDeclaration* decl, in Visit()
153 void DeclarationVisitor::Visit(TorqueBuiltinDeclaration* decl, in Visit()
167 void DeclarationVisitor::Visit(TorqueMacroDeclaration* decl, in Visit()
195 void DeclarationVisitor::Visit(ConstDeclaration* decl) { in Visit()
201 void DeclarationVisitor::Visit(StandardDeclaration* decl) { in Visit()
206 void DeclarationVisitor::Visit(GenericDeclaration* decl) { in Visit()
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttribute.java36 public String decl; field in Attribute
47 public Attribute(String decl) { in Attribute()
51 public Attribute(String name, String decl) { in Attribute()
64 protected void extractAttribute(String decl) { in extractAttribute()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
DNodeWithJavadocTest.java41 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in removeJavaDocNegativeCaseNoComment() local
48 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in removeJavaDocNegativeCaseCommentNotJavaDoc() local
57 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in removeJavaDocPositiveCase() local
DNodeWithModifiersTest.java44 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in addModifierWorks() local
53 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in addModifierTriggerNotification() local
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/body/
DAnnotationMemberDeclarationTest.java37 AnnotationMemberDeclaration decl = new AnnotationMemberDeclaration(); in whenSettingNameTheParentOfNameIsAssigned() local
46 AnnotationMemberDeclaration decl = new AnnotationMemberDeclaration(); in removeDefaultValueWhenNoDefaultValueIsPresent() local
57 AnnotationMemberDeclaration decl = new AnnotationMemberDeclaration(); in removeDefaultValueWhenDefaultValueIsPresent() local
/external/turbine/java/com/google/turbine/binder/bound/
DSourceBoundClass.java30 private final Tree.TyDecl decl; field in SourceBoundClass
37 Tree.TyDecl decl) { in SourceBoundClass()
45 public Tree.TyDecl decl() { in decl() method in SourceBoundClass
DTypeBoundClass.java86 private final Tree.VarDecl decl; field in TypeBoundClass.FieldInfo
94 Tree.VarDecl decl, in FieldInfo()
125 public Tree.VarDecl decl() { in decl() method in TypeBoundClass.FieldInfo
149 private final MethDecl decl; field in TypeBoundClass.MethodInfo
161 MethDecl decl, in MethodInfo()
217 public MethDecl decl() { in decl() method in TypeBoundClass.MethodInfo
DSourceTypeBoundClass.java54 private final Tree.TyDecl decl; field in SourceTypeBoundClass
74 Tree.TyDecl decl) { in SourceTypeBoundClass()
201 public Tree.TyDecl decl() { in decl() method in SourceTypeBoundClass
/external/selinux/libsepol/src/
Davrule_block.c55 avrule_decl_t *decl; in avrule_decl_create() local
114 avrule_decl_t *decl; in avrule_block_destroy() local
138 cond_list_t *get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, in get_decl_cond_list()
159 avrule_decl_t *decl; in is_id_enabled() local
/external/selinux/checkpolicy/
Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member
157 avrule_decl_t *decl = stack_top->decl; in create_symbol() local
200 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local
719 avrule_decl_t *decl = stack_top->decl; in require_symbol() local
737 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local
1114 avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local
1160 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local
1198 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local
1231 avrule_decl_t *decl = stack_top->decl; in append_avrule() local
1251 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCompiler.h116 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
119 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
122 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
125 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
/external/bcc/src/cc/frontends/b/
Dparser.cc37 VariableDeclStmtNode *Parser::variable_add(vector<int> *types, VariableDeclStmtNode *decl) { in variable_add()
48 VariableDeclStmtNode *Parser::variable_add(vector<int> *types, VariableDeclStmtNode *decl, ExprNode… in variable_add()
61 StructVariableDeclStmtNode *Parser::variable_add(StructVariableDeclStmtNode *decl, ExprNodeList *ar… in variable_add()
128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists()
194 …auto decl = new FuncDeclStmtNode(IdentExprNode::Ptr(id), move(*formals), BlockStmtNode::Ptr(body)); in func_add() local
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/comments/
DCommentTest.java42 …ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class),… in removeOrphanComment() local
52 …ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class),… in removeAssociatedComment() local
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
DNodeTest.java246 …ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class),… in removeOrphanCommentPositiveCase() local
271 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in hasJavaDocCommentPositiveCaseWithSetJavaDocComment() local
279 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in hasJavaDocCommentPositiveCaseWithSetComment() local
287 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in hasJavaDocCommentNegativeCaseNoComment() local
294 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in hasJavaDocCommentNegativeCaseLineComment() local
302 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(EnumSet.noneOf(Modifier.class), in hasJavaDocCommentNegativeCaseBlockComment() local
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp35 bool IsGtestTestFixture(const CXXRecordDecl* decl) { in IsGtestTestFixture()
54 bool IsGmockObject(const CXXRecordDecl* decl) { in IsGmockObject()
82 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { in GetLateParsedFunctionDecls()
226 bool FindBadConstructsConsumer::TraverseDecl(Decl* decl) { in TraverseDecl()
233 bool FindBadConstructsConsumer::VisitEnumDecl(clang::EnumDecl* decl) { in VisitEnumDecl()
295 void FindBadConstructsConsumer::CheckEnumMaxValue(EnumDecl* decl) { in CheckEnumMaxValue()
695 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in CountType() local
716 if (auto* decl = TT->getDecl()) { in CountType() local
783 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in IsRefCounted() local
1002 TranslationUnitDecl* decl) { in ParseFunctionTemplates()
/external/selinux/libsepol/tests/
Dtest-linker-roles.c72 avrule_decl_t *decl; in base_role_tests() local
103 avrule_decl_t *decl; in module_role_tests() local
/external/icu/tools/icu4c_srcgen/
Dgenutil.py298 def should_process_decl(self, decl, file_name): argument
316 def is_function_visible(self, decl): argument
363 def __call__(self, decl): argument
377 def __call__(self, decl): argument
387 def __call__(self, decl): argument
/external/v8/tools/clang/blink_gc_plugin/
DConfig.h153 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated()
158 static bool IsStackAnnotated(clang::Decl* decl) { in IsStackAnnotated()
162 static bool IsIgnoreAnnotated(clang::Decl* decl) { in IsIgnoreAnnotated()
166 static bool IsIgnoreCycleAnnotated(clang::Decl* decl) { in IsIgnoreCycleAnnotated()
/external/deqp/framework/opengl/
DgluVarType.cpp328 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<()
348 namespace decl namespace
358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
404 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()
425 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c48 struct tgsi_full_declaration *decl) in transform_decl()
65 struct tgsi_full_declaration decl; in passthrough_edgeflag() local
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp273 const clang::FunctionDecl& decl) { in PrintForDiagnostics()
281 const clang::CXXMethodDecl& decl, in MatchAllOverriddenMethods()
394 bool IsMethodOverrideOf(const clang::CXXMethodDecl& decl, in IsMethodOverrideOf()
445 bool IsBlacklistedFunction(const clang::FunctionDecl& decl) { in IsBlacklistedFunction()
453 bool IsBlacklistedMethod(const clang::CXXMethodDecl& decl) { in IsBlacklistedMethod()
619 auto* decl = declref->getDecl(); in CanBeEvaluatedAtCompileTime() local
637 bool IsProbablyConst(const clang::VarDecl& decl, in IsProbablyConst()
798 bool GetNameForDecl(const clang::FunctionDecl& decl, in GetNameForDecl()
845 bool GetNameForDecl(const clang::EnumConstantDecl& decl, in GetNameForDecl()
872 bool GetNameForDecl(const clang::FieldDecl& decl, in GetNameForDecl()
[all …]
/external/elfutils/libdw/
Ddwarf_decl_column.c39 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false); in setPrefixes() local
927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i); in getNamespaceForPrefix() local
1048 XMLNSDecl decl = (XMLNSDecl) m_declaredPrefixes.get(i); in resolvePrefixTables() local
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i); in resolvePrefixTables() local
1136 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in addOrReplaceDecls() local
1189 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in executeNSDecls() local
1238 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in unexecuteNSDecls() local

12345678910