/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | bitfld-3.c | 45 struct UD struct 47 long y : 6 __attribute__((aligned (8)));
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | i386.md | 20653 ;; Keeping with tradition, "6" is in honor of #UD. hashtag
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteUndefForPHI.cpp | 157 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 296 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective() 356 for (auto &UD : Deferred->second) { in addMarker() local 367 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 773 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local 820 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11214 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() 11912 NamedDecl *UD = in ActOnUsingDeclaration() local 11957 auto *UD = in ActOnUsingEnumDeclaration() local 12482 UsingDecl *UD = in BuildUsingDeclaration() local 12626 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local 12677 UsingEnumDecl *UD = UsingEnumDecl::Create(Context, CurContext, UsingLoc, in BuildUsingEnumDeclaration() local 12717 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() 12791 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local 12794 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local 12798 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local [all …]
|
H A D | SemaLookup.cpp | 146 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() 161 for (auto *UD : DC->using_directives()) { in addUsingDirectives() local 183 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
|
H A D | SemaAccess.cpp | 1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 3422 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local 3452 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local
|
H A D | SemaOverload.cpp | 957 if(auto* UD = dyn_cast<UsingShadowDecl>(Op)) in shouldAddReversedEqEq() local 2154 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion() local
|
H A D | SemaDeclAttr.cpp | 1552 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType() local
|
H A D | SemaDecl.cpp | 558 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() local
|
H A D | TreeTransform.h | 12500 if (auto *UD = dyn_cast<UsingDecl>(D)) { in TransformOverloadExprDecls() local
|
H A D | SemaExpr.cpp | 10130 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 281 const MacroDirective *UD) override {} in MacroUndefined()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 815 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
|
H A D | Decl.cpp | 1834 if (auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local 1886 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
|
H A D | ASTContext.cpp | 10155 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5528 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() 5553 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl() 5578 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
|
H A D | TargetInfo.cpp | 204 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local
|
H A D | CGOpenMPRuntime.cpp | 3124 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TTK_Union); in createKmpTaskTRecordDecl() local
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | hexagon_types.h | 651 unsigned long long UD(void) { in UD() function 1878 unsigned long long UD(void) { in UD() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1746 uint32_t UD = Diff; in replaceInstrExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 836 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local
|