Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp154 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A 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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp615 UseDecl UD; in parseUseDecl() local
1199 [&](const UseDecl &UD) { in dumpDecls()
H A DModuleMap.cpp1818 [&](const modulemap::UseDecl &UD) { handleUseDecl(UD); }, in handleModuleDecl()
2062 void ModuleMapLoader::handleUseDecl(const modulemap::UseDecl &UD) { in handleUseDecl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp723 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local
775 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp141 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local
H A DCGDebugInfo.cpp6148 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
6173 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
6198 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
H A DCGOpenMPRuntime.cpp2913 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11771 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef()
12595 NamedDecl *UD = in ActOnUsingDeclaration() local
12640 auto *UD = in ActOnUsingEnumDeclaration() local
13128 UsingDecl *UD = in BuildUsingDeclaration() local
13276 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local
13327 UsingEnumDecl *UD = UsingEnumDecl::Create(Context, CurContext, UsingLoc, in BuildUsingEnumDeclaration() local
13366 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl()
13437 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local
13440 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local
13444 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local
[all …]
H A DSemaLookup.cpp147 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
162 for (auto *UD : DC->using_directives()) { in addUsingDirectives() local
184 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
H A DSemaAccess.cpp1319 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
H A DSemaTemplateInstantiateDecl.cpp4089 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local
4119 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local
H A DSemaOverload.cpp1076 if (auto *UD = dyn_cast<UsingShadowDecl>(Op)) in shouldAddReversedEqEq() local
2608 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion() local
H A DSemaDeclAttr.cpp1258 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType() local
H A DSemaDecl.cpp547 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() local
H A DSemaExpr.cpp9678 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints() local
H A DTreeTransform.h14722 if (auto *UD = dyn_cast<UsingDecl>(D)) { in TransformOverloadExprDecls() local
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h655 unsigned long long UD(void) { in UD() function
1882 unsigned long long UD(void) { in UD() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp903 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
H A DDecl.cpp1883 if (const auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local
1949 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
H A DASTContext.cpp11288 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1730 uint32_t UD = Diff; in replaceInstrExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp807 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local