/external/v8/src/torque/ |
D | implementation-visitor.h | 83 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()
|
D | declaration-visitor.h | 38 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()
|
D | declaration-visitor.cc | 37 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/ |
D | Attribute.java | 36 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/ |
D | NodeWithJavadocTest.java | 41 … 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
|
D | NodeWithModifiersTest.java | 44 … 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/ |
D | AnnotationMemberDeclarationTest.java | 37 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/ |
D | SourceBoundClass.java | 30 private final Tree.TyDecl decl; field in SourceBoundClass 37 Tree.TyDecl decl) { in SourceBoundClass() 45 public Tree.TyDecl decl() { in decl() method in SourceBoundClass
|
D | TypeBoundClass.java | 86 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
|
D | SourceTypeBoundClass.java | 54 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/ |
D | avrule_block.c | 55 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/ |
D | module_compiler.c | 32 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/ |
D | Compiler.h | 116 # 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/ |
D | parser.cc | 37 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/ |
D | CommentTest.java | 42 …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/ |
D | NodeTest.java | 246 …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/ |
D | FindBadConstructsConsumer.cpp | 35 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/ |
D | test-linker-roles.c | 72 avrule_decl_t *decl; in base_role_tests() local 103 avrule_decl_t *decl; in module_role_tests() local
|
/external/icu/tools/icu4c_srcgen/ |
D | genutil.py | 298 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/ |
D | Config.h | 153 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/ |
D | gluVarType.cpp | 328 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/ |
D | tgsi_emulate.c | 48 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/ |
D | RewriteToChromeStyle.cpp | 273 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/ |
D | dwarf_decl_column.c | 39 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemTemplateElement.java | 871 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
|