| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 154 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 298 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 D | ModuleMapFile.cpp | 615 UseDecl UD; in parseUseDecl() local 1199 [&](const UseDecl &UD) { in dumpDecls()
|
| H A D | ModuleMap.cpp | 1818 [&](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 D | GVNHoist.cpp | 723 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 D | ABIInfoImpl.cpp | 141 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local
|
| H A D | CGDebugInfo.cpp | 6148 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 D | CGOpenMPRuntime.cpp | 2913 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11771 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 D | SemaLookup.cpp | 147 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 D | SemaAccess.cpp | 1319 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4089 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local 4119 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local
|
| H A D | SemaOverload.cpp | 1076 if (auto *UD = dyn_cast<UsingShadowDecl>(Op)) in shouldAddReversedEqEq() local 2608 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion() local
|
| H A D | SemaDeclAttr.cpp | 1258 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType() local
|
| H A D | SemaDecl.cpp | 547 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() local
|
| H A D | SemaExpr.cpp | 9678 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints() local
|
| H A D | TreeTransform.h | 14722 if (auto *UD = dyn_cast<UsingDecl>(D)) { in TransformOverloadExprDecls() local
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_qp.c | 285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | hexagon_types.h | 655 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 D | JSONNodeDumper.cpp | 903 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
|
| H A D | Decl.cpp | 1883 if (const auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local 1949 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
|
| H A D | ASTContext.cpp | 11288 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1730 uint32_t UD = Diff; in replaceInstrExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 807 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local
|