/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | match.py | 53 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
|
D | analyze.py | 31 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/ |
D | match.py | 10 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 D | module_compiler.c | 26 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 D | header_exportable_declarations.cpp | 73 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() 222 …const 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 D | emitter.cc | 190 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 D | ast_processing.cpp | 56 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.py | 134 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 D | SkSLPipelineStageCodeGenerator.cpp | 196 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 D | NodeTest.java | 247 … 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 D | ComponentStore.cpp | 48 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/ |
D | Deprecated.h | 25 # 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 D | Deprecated.h | 25 # 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/ |
D | Deprecated.h | 25 # 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/ |
D | Deprecated.h | 25 # 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/ |
D | Deprecated.h | 25 # 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/ |
D | gen_jni_trampolines.py | 61 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 D | TypeBoundClass.java | 110 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 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()
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A 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 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 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
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_reg_intrinsics_to_ssa.c | 15 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 D | signatures.py | 77 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 D | gluVarType.cpp | 320 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 D | genutil.py | 382 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
|