Home
last modified time | relevance | path

Searched defs:UD (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/Layout/
Dms-x86-member-pointers.cpp11 struct UD { char a; int U::*mp; }; argument
/external/llvm-project/clang/test/Layout/
Dms-x86-member-pointers.cpp11 struct UD { char a; int U::*mp; }; argument
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/external/llvm-project/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/external/llvm-project/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/external/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/external/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp298 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective()
358 for (auto &UD : Deferred->second) { in addMarker() local
369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp377 const MacroDirective *UD) override { in MacroUndefined()
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp215 if (auto *UD = llvm::dyn_cast<UsingDirectiveDecl>(&ND)) { in printName() local
DFindTarget.cpp372 } else if (const UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in add() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp781 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local
828 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp536 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local
608 MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn); in checkSafety() local
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2481 NamedDecl *UD = in VisitUnresolvedUsingTypenameDecl() local
2505 NamedDecl *UD = in VisitUnresolvedUsingValueDecl() local
4510 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) { in isInstantiationOf() local
4517 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) { in isInstantiationOf() local
DSemaDeclCXX.cpp7338 UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
7862 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS, in ActOnUsingDeclaration() local
8042 UsingDecl *UD, in BuildUsingShadowDecl()
8317 UsingDecl *UD = in BuildUsingDeclaration() local
8448 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local
8470 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl()
8522 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local
8525 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local
8529 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local
DSemaLookup.cpp143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
158 for (auto UD : DC->using_directives()) { in addUsingDirectives() local
180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp680 } else if (const auto *UD = Result.Nodes.getNodeAs<NamedDecl>("using_decl")) { in run() local
/external/clang/lib/AST/
DDecl.cpp1544 if (auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local
1560 if (auto *UD = dyn_cast<UsingDirectiveDecl>(this)) in declarationReplaces() local
1604 while (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp281 const MacroDirective *UD) override {} in MacroUndefined()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10851 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
11548 NamedDecl *UD = in ActOnUsingDeclaration() local
11746 UsingDecl *UD, in BuildUsingShadowDecl()
12035 UsingDecl *UD = in BuildUsingDeclaration() local
12178 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local
12213 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl()
12285 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local
12288 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local
12292 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local
DSemaLookup.cpp143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
158 for (auto UD : DC->using_directives()) { in addUsingDirectives() local
180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp749 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3630 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
3643 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1744 uint32_t UD = Diff; in replaceInstrExpr() local
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp752 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1727 uint32_t UD = Diff; in replaceInstrExpr() local

12