Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-3.c45 struct UD struct
47 long y : 6 __attribute__((aligned (8)));
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.md20653 ;; Keeping with tradition, "6" is in honor of #UD. hashtag
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp157 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp296 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 DGVNHoist.cpp773 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 DSemaDeclCXX.cpp11214 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 DSemaLookup.cpp146 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 DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
H A DSemaTemplateInstantiateDecl.cpp3422 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local
3452 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local
H A DSemaOverload.cpp957 if(auto* UD = dyn_cast<UsingShadowDecl>(Op)) in shouldAddReversedEqEq() local
2154 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion() local
H A DSemaDeclAttr.cpp1552 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType() local
H A DSemaDecl.cpp558 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() local
H A DTreeTransform.h12500 if (auto *UD = dyn_cast<UsingDecl>(D)) { in TransformOverloadExprDecls() local
H A DSemaExpr.cpp10130 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp281 const MacroDirective *UD) override {} in MacroUndefined()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp815 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
H A DDecl.cpp1834 if (auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local
1886 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
H A DASTContext.cpp10155 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5528 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 DTargetInfo.cpp204 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local
H A DCGOpenMPRuntime.cpp3124 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TTK_Union); in createKmpTaskTRecordDecl() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhexagon_types.h651 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 DHexagonConstExtenders.cpp1746 uint32_t UD = Diff; in replaceInstrExpr() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp836 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local