Home
last modified time | relevance | path

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

123456789

/external/antlr/antlr-3.4/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/valgrind/coregrind/m_demangle/
Dd-demangle.c216 dlang_call_convention (string *decl, const char *mangled) in dlang_call_convention()
256 dlang_type_modifiers (string *decl, const char *mangled) in dlang_type_modifiers()
294 dlang_attributes (string *decl, const char *mangled) in dlang_attributes()
359 dlang_function_type (string *decl, const char *mangled) in dlang_function_type()
408 dlang_function_args (string *decl, const char *mangled) in dlang_function_args()
470 dlang_type (string *decl, const char *mangled) in dlang_type()
718 dlang_identifier (string *decl, const char *mangled, in dlang_identifier()
882 dlang_parse_integer (string *decl, const char *mangled, char type) in dlang_parse_integer()
992 dlang_parse_real (string *decl, const char *mangled) in dlang_parse_real()
1086 dlang_parse_string (string *decl, const char *mangled) in dlang_parse_string()
[all …]
/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.java89 private final Tree.VarDecl decl; field in TypeBoundClass.FieldInfo
97 Tree.VarDecl decl, in FieldInfo()
128 public Tree.VarDecl decl() { in decl() method in TypeBoundClass.FieldInfo
152 private final MethDecl decl; field in TypeBoundClass.MethodInfo
164 MethDecl decl, in MethodInfo()
220 public MethDecl decl() { in decl() method in TypeBoundClass.MethodInfo
/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/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/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/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
1113 avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local
1159 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local
1197 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local
1230 avrule_decl_t *decl = stack_top->decl; in append_avrule() local
1250 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local
[all …]
/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/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/deqp/framework/opengl/
DgluVarType.cpp327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<()
347 namespace decl namespace
357 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
403 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()
424 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
/external/elfutils/libdw/
Ddwarf_decl_column.c39 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
/external/annotation-tools/scene-lib/src/annotations/el/
DADeclaration.java54 ADeclaration(ADeclaration decl) { in ADeclaration() method in ADeclaration
60 ADeclaration(Object description, ADeclaration decl) { in ADeclaration() method in ADeclaration
/external/v8/tools/clang/blink_gc_plugin/
DConfig.h161 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated()
166 static bool IsStackAnnotated(clang::Decl* decl) { in IsStackAnnotated()
170 static bool IsIgnoreAnnotated(clang::Decl* decl) { in IsIgnoreAnnotated()
174 static bool IsIgnoreCycleAnnotated(clang::Decl* decl) { in IsIgnoreCycleAnnotated()
/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
Dtgsi_transform.h101 struct tgsi_full_declaration decl; in tgsi_transform_temps_decl() local
121 struct tgsi_full_declaration decl; in tgsi_transform_const_decl() local
136 struct tgsi_full_declaration decl; in tgsi_transform_input_decl() local
157 struct tgsi_full_declaration decl; in tgsi_transform_output_decl() local
176 struct tgsi_full_declaration decl; in tgsi_transform_sampler_decl() local
191 struct tgsi_full_declaration decl; in tgsi_transform_sampler_view_decl() local
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp165 const clang::FunctionDecl& decl) { in PrintForDiagnostics()
173 const clang::CXXMethodDecl& decl, in MatchAllOverriddenMethods()
286 bool IsMethodOverrideOf(const clang::CXXMethodDecl& decl, in IsMethodOverrideOf()
337 bool IsBlacklistedFunction(const clang::FunctionDecl& decl) { in IsBlacklistedFunction()
342 bool IsBlacklistedMethod(const clang::CXXMethodDecl& decl) { in IsBlacklistedMethod()
451 auto* decl = declref->getDecl(); in CanBeEvaluatedAtCompileTime() local
469 bool IsProbablyConst(const clang::VarDecl& decl, in IsProbablyConst()
585 bool GetNameForDecl(const clang::FunctionDecl& decl, in GetNameForDecl()
632 bool GetNameForDecl(const clang::EnumConstantDecl& decl, in GetNameForDecl()
659 bool GetNameForDecl(const clang::FieldDecl& decl, in GetNameForDecl()
[all …]
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp66 bool IsGtestTestFixture(const CXXRecordDecl* decl) { in IsGtestTestFixture()
101 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { in GetLateParsedFunctionDecls()
189 bool FindBadConstructsConsumer::TraverseDecl(Decl* decl) { in TraverseDecl()
657 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in CountType() local
678 if (auto* decl = TT->getDecl()) { in CountType() local
746 if (TemplateDecl* decl = name.getAsTemplateDecl()) { in IsRefCounted() local
963 TranslationUnitDecl* decl) { in ParseFunctionTemplates()
/external/libvpx/libvpx/vpx_ports/
Dmem.h27 #define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected"))) argument
29 #define DECLARE_PROTECTED(decl) decl argument
/external/pdfium/xfa/fxfa/
Dcxfa_textparsecontext.h27 void SetDecls(std::vector<const CFX_CSSDeclaration*>&& decl) { in SetDecls()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c80 struct tgsi_full_declaration decl; in emit_temp() local
93 struct tgsi_full_declaration decl; in emit_output() local
146 struct tgsi_full_declaration *decl) in transform_decl()
/external/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp302 VarDeclaration& decl = (VarDeclaration&) *raw; in writeFunctionCall() local
442 VarDeclaration& decl = (VarDeclaration&) *raw; in writePrivateVars() local
465 VarDeclaration& decl = (VarDeclaration&) *raw; in writePrivateVarValues() local
531 VarDeclaration& decl = (VarDeclaration&) *raw; in writeEmitCode() local
604 VarDeclaration& decl = (VarDeclaration&) *raw; in writeSetData() local
757 VarDeclaration& decl = (VarDeclaration&) *raw; in generateCode() local

123456789