| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugAbbrev.cpp | 51 for (const auto &Decl : Decls) in dump() local 59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local 74 for (const auto &Decl : Decls) in getCodeRange() local
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersInternalTest.cpp | 56 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 76 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt), in AST_POLYMORPHIC_MATCHER_P() 77 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P()
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugAbbrev.cpp | 48 for (const auto &Decl : Decls) in dump() local 56 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugAbbrev.cpp | 51 for (const auto &Decl : Decls) in dump() local 59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
|
| /external/rust/crates/pdl-compiler/src/ |
| D | ast.rs | 206 pub struct Decl { struct 211 pub key: DeclKey, argument 213 pub desc: DeclDesc, argument 222 pub declarations: Vec<Decl>, argument 394 impl Eq for Decl {} implementation 395 impl PartialEq for Decl { implementation 402 impl Decl { impl
|
| D | analyzer.rs | 246 pub fn get_parent(&self, decl: &Decl) -> Option<&'d Decl> { in get_parent() 259 decl: &'d Decl, in iter_parents_and_self() 272 decl: &'d Decl, in iter_parent_fields() 281 decl: &'d Decl, in iter_constraints() 287 pub fn get_type_declaration(&self, field: &Field) -> Option<&'d Decl> { in get_type_declaration() 332 fn annotate_decl(schema: &mut Schema, scope: &HashMap<String, DeclKey>, decl: &Decl) { in new() 389 decl: &Decl, in new() 531 decl: &'d Decl, in check_decl_identifiers() 961 decl: &Decl, in check_constraint() 1091 parent_decl: &Decl, in check_constraints_list() [all …]
|
| /external/clang/include/clang/Index/ |
| D | CodegenNameGenerator.h | 24 class Decl; variable
|
| D | USRGeneration.h | 17 class Decl; variable
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | IssueHash.h | 15 class Decl; variable
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ARCRuntimeEntryPoints.h | 124 Constant *getVoidRetI8XEntryPoint(Constant *&Decl, in getVoidRetI8XEntryPoint() 158 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl, in getI8XRetI8XXI8XEntryPoint()
|
| D | ObjCARCContract.cpp | 138 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local 184 Constant *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local 385 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
|
| /external/clang/unittests/AST/ |
| D | DeclTest.cpp | 21 TEST(Decl, CleansUpAPValues) { in TEST() argument
|
| /external/clang/include/clang/CodeGen/ |
| D | ModuleBuilder.h | 28 class Decl; variable
|
| /external/clang/include/clang/Sema/ |
| D | PrettyDeclStackTrace.h | 24 class Decl; variable
|
| /external/clang/include/clang/AST/ |
| D | ASTFwd.h | 20 class Decl; variable
|
| D | CommentSema.h | 26 class Decl; variable
|
| /external/googleapis/google/api/expr/v1beta1/ |
| D | decl.proto | 29 message Decl { message
|
| /external/bcc/src/cc/frontends/clang/ |
| D | b_frontend_action.h | 50 void set_ptreg(std::tuple<clang::Decl *, int> &pt) { ptregs_.insert(pt); } in set_ptreg() 109 void set_ptreg(std::tuple<clang::Decl *, int> &pt) { ptregs_.insert(pt); } in set_ptreg()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
| D | MCAsmParser.h | 49 void *Decl; member 53 void *Decl; member
|
| /external/rust/crates/pdl-compiler/src/backends/rust_no_allocation/ |
| D | mod.rs | 82 decl: &ast::Decl, in generate_decl()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local 183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local 388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
|
| /external/rust/crates/pdl-compiler/src/backends/rust/ |
| D | serializer.rs | 503 decl: Option<&ast::Decl>, in encode_array_field() 621 decl: &ast::Decl, in encode_with_parents() 653 decl: &ast::Decl, in encode() 671 decl: &ast::Decl, in encode_partial()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 148 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local 197 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local 425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
|
| D | ARCRuntimeEntryPoints.h | 134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { in getIntrinsicEntryPoint()
|
| /external/clang/lib/Index/ |
| D | IndexingContext.h | 20 class Decl; variable
|