Home
last modified time | relevance | path

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

12345678910>>...26

/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/
Dmatch.py53 def is_public(decl): argument
107 def is_public_api(decl): argument
118 def is_public_declaration(decl): argument
129 def is_public_definition(decl): argument
140 def is_public_impl(decl): argument
147 def is_module_global_decl(decl): argument
185 def is_module_global(decl): argument
193 def is_static_module_global(decl): argument
197 def is_static_local(decl): argument
Danalyze.py31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument
100 def resolve_decl(decl, typespecs, knowntypespecs, types): argument
149 def find_typedecl(decl, typespec, typespecs): argument
239 def _dump_unresolved(decl, types, analyze_decl): argument
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/
Dmatch.py10 def match_storage(decl, expected): argument
61 def is_forward_decl(decl): argument
76 def can_have_symbol(decl): argument
80 def has_external_symbol(decl): argument
92 def has_internal_symbol(decl): argument
98 def is_external_reference(decl): argument
110 def is_local_var(decl): argument
116 def is_global_var(decl): argument
/aosp_15_r20/external/selinux/checkpolicy/
H A Dmodule_compiler.c26 avrule_decl_t *decl; /* if in an avrule block, which member
152 avrule_decl_t *decl = stack_top->decl; in create_symbol() local
195 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local
718 avrule_decl_t *decl = stack_top->decl; in require_symbol() local
736 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local
1121 const avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local
1167 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local
1205 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local
1238 avrule_decl_t *decl = stack_top->decl; in append_avrule() local
1258 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/
H A Dheader_exportable_declarations.cpp73 for (auto decl : std::views::split(*list, ' ')) { in header_exportable_declarations() local
82 for (auto decl : std::views::split(*list, ' ')) in header_exportable_declarations() local
155 static std::string get_qualified_name(const clang::NamedDecl& decl) { in get_qualified_name()
187 static bool is_viable_declaration(const clang::NamedDecl* decl) { in is_viable_declaration()
222const clang::NamedDecl& decl, std::string_view name, header_exportable_declarations::FileType file… in is_valid_declaration_context()
255 …if (const auto* decl = result.Nodes.getNodeAs<clang::NamedDecl>("header_exportable_declarations");… in check() local
290 …} else if (const auto* decl = result.Nodes.getNodeAs<clang::NamedDecl>("cheader_exportable_declara… in check() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Demitter.cc190 std::vector<std::string> GetNamespacePath(const clang::TypeDecl* decl) { in GetNamespacePath()
234 std::string PrintDecl(const clang::Decl* decl) { in PrintDecl()
245 std::string GetSpelling(const clang::Decl* decl) { in GetSpelling()
277 std::string GetParamName(const clang::ParmVarDecl* decl, int index) { in GetParamName()
285 const clang::FunctionDecl* decl) { in PrintFunctionPrototypeComment()
316 absl::StatusOr<std::string> EmitFunction(const clang::FunctionDecl* decl) { in EmitFunction()
517 absl::Status Emitter::AddFunction(clang::FunctionDecl* decl) { in AddFunction()
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dast_processing.cpp56 bool HeaderASTVisitor::VisitRecordDecl(const clang::RecordDecl *decl) { in VisitRecordDecl()
75 bool HeaderASTVisitor::VisitEnumDecl(const clang::EnumDecl *decl) { in VisitEnumDecl()
105 bool HeaderASTVisitor::ShouldSkipFunctionDecl(const clang::FunctionDecl *decl) { in ShouldSkipFunctionDecl()
143 bool HeaderASTVisitor::VisitFunctionDecl(const clang::FunctionDecl *decl) { in VisitFunctionDecl()
163 bool HeaderASTVisitor::VisitVarDecl(const clang::VarDecl *decl) { in VisitVarDecl()
175 bool HeaderASTVisitor::TraverseDecl(clang::Decl *decl) { in TraverseDecl()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
D_analyzer.py134 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument
158 def _check_unsupported(decl, typedeps, types, knowntypes): argument
172 def _check_members(decl, typedeps, types, knowntypes): argument
196 def _check_typedep(decl, typedecl, types, knowntypes): argument
225 def _check_vartype(decl, typedecl, types, knowntypes): argument
237 def _check_typespec(decl, typedecl, types, knowntypes): argument
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp196 const VarDeclaration& decl = global.varDeclaration(); in writeChildCall() local
370 std::string PipelineStageCodeGenerator::functionName(const FunctionDeclaration& decl, in functionName()
414 const FunctionDeclaration& decl = f.declaration(); in writeFunction() local
440 std::string PipelineStageCodeGenerator::functionDeclaration(const FunctionDeclaration& decl) { in functionDeclaration()
464 void PipelineStageCodeGenerator::writeFunctionDeclaration(const FunctionDeclaration& decl) { in writeFunctionDeclaration()
473 void PipelineStageCodeGenerator::forEachSpecialization(const FunctionDeclaration& decl, in forEachSpecialization()
501 const VarDeclaration& decl = g.varDeclaration(); in writeGlobalVarDeclaration() local
754 std::string decl = this->typeName(baseType) + " " + std::string(name); in typedVariable() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DNodeTest.java247 … ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), false, "A"); in removeOrphanCommentPositiveCase() local
272 ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), in hasJavaDocCommentPositiveCaseWithSetJavaDocComment() local
280 ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), in hasJavaDocCommentPositiveCaseWithSetComment() local
288 ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), in hasJavaDocCommentNegativeCaseNoComment() local
295 ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), in hasJavaDocCommentNegativeCaseLineComment() local
303 ClassOrInterfaceDeclaration decl = new ClassOrInterfaceDeclaration(new NodeList<>(), in hasJavaDocCommentNegativeCaseBlockComment() local
/aosp_15_r20/external/v4l2_codec2/components/
H A DComponentStore.cpp48 const auto& decl = mDeclarations.find(name); in createComponent() local
65 const auto& decl = mDeclarations.find(name); in createInterface() local
82 for (const auto& decl : mDeclarations) { in listComponents() local
132 const auto& decl = mDeclarations.find(name); in getFactory() local
158 const Declaration& decl = iter->second; in getTraits() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/
DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/aosp_15_r20/frameworks/libs/binary_translation/jni/
Dgen_jni_trampolines.py61 def _set_callee(decl): argument
81 def _print_jni_call(out, args, decl): argument
86 def _print_jni_result(out, res, decl): argument
91 def _gen_trampoline(out, decl): argument
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DTypeBoundClass.java110 private final Tree.@Nullable VarDecl decl; field in TypeBoundClass.FieldInfo
118 Tree.@Nullable VarDecl decl, in FieldInfo()
149 public Tree.@Nullable VarDecl decl() { in decl() method in TypeBoundClass.FieldInfo
173 private final @Nullable MethDecl decl; field in TypeBoundClass.MethodInfo
185 @Nullable MethDecl decl, in MethodInfo()
249 public @Nullable MethDecl decl() { in decl() method in TypeBoundClass.MethodInfo
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A 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()
/aosp_15_r20/external/selinux/libsepol/src/
H A 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 const avrule_decl_t *decl; in is_id_enabled() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A 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
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_reg_intrinsics_to_ssa.c15 should_lower_reg(nir_intrinsic_instr *decl) in should_lower_reg()
37 setup_reg(nir_intrinsic_instr *decl, struct regs_to_ssa_state *state) in setup_reg()
71 nir_intrinsic_instr *decl = nir_instr_as_intrinsic(reg->parent_instr); in rewrite_load() local
91 nir_intrinsic_instr *decl = nir_instr_as_intrinsic(reg->parent_instr); in rewrite_store() local
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dsignatures.py77 def decl( member in CppSignature
210 def decl(self, name: str | None = None) -> str: member in DispatcherSignature
261 def decl(self, name: str | None = None) -> str: member in NativeSignature
297 def decl(self) -> str: member in ViewInverseSignature
333 def decl(self) -> str: member in FunctionalizationLambda
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.cpp320 std::ostream &operator<<(std::ostream &str, const VariableDeclaration &decl) in operator <<()
340 namespace decl namespace
350 std::ostream &operator<<(std::ostream &str, const DeclareVariable &decl) in operator <<()
396 std::ostream &operator<<(std::ostream &str, const DeclareStructTypePtr &decl) in operator <<()
418 std::ostream &operator<<(std::ostream &str, const DeclareStructType &decl) in operator <<()
/aosp_15_r20/external/icu/tools/icu4c_srcgen/
H A Dgenutil.py382 def should_process_decl(self, decl, file_name): argument
401 def is_function_visible(decl): argument
450 def __call__(self, decl): argument
464 def __call__(self, decl): argument
474 def __call__(self, decl): argument

12345678910>>...26