Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp157 return DT->dominates(DominateBB, UD); in INITIALIZE_PASS_DEPENDENCY() argument
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp725 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local
777 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp147 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local
H A DCGDebugInfo.cpp5885 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
5910 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
5935 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
H A DCGOpenMPRuntime.cpp2937 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); in createKmpTaskTRecordDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11530 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument
12267 NamedDecl *UD = in ActOnUsingDeclaration() local
12313 auto *UD = in ActOnUsingEnumDeclaration() local
12797 UsingDecl *UD = BuildUsingDeclaration() local
12944 UsingDecl *UD = BuildValid(); BuildUsingDeclaration() local
12995 UsingEnumDecl *UD = UsingEnumDecl::Create(Context, CurContext, UsingLoc, BuildUsingEnumDeclaration() local
13034 CheckInheritingConstructorUsingDecl(UsingDecl * UD) CheckInheritingConstructorUsingDecl() argument
13105 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { CheckUsingDeclRedeclaration() local
13108 } else if (UnresolvedUsingValueDecl *UD CheckUsingDeclRedeclaration() local
13112 } else if (UnresolvedUsingTypenameDecl *UD CheckUsingDeclRedeclaration() local
13140 CheckUsingDeclQualifier(SourceLocation UsingLoc,bool HasTypename,const CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,SourceLocation NameLoc,const LookupResult * R,const UsingDecl * UD) CheckUsingDeclQualifier() argument
[all...]
H A DSemaLookup.cpp148 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit()
163 for (auto *UD : DC->using_directives()) { in addUsingDirectives() local
185 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
H A DSemaAccess.cpp1320 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
H A DSemaTemplateInstantiateDecl.cpp3544 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local
3574 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local
H A DSemaOverload.cpp1047 if (auto *UD = dyn_cast<UsingShadowDecl>(Op)) in shouldAddReversedEqEq() local
2431 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion() local
H A DSemaDeclAttr.cpp1230 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType() local
H A DSemaDecl.cpp529 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { in getTypeName() local
H A DTreeTransform.h13602 if (auto *UD = dyn_cast<UsingDecl>(D)) { in TransformOverloadExprDecls() local
H A DSemaExpr.cpp9514 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints() 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.h651 unsigned long long UD(void) { in UD() function
1878 unsigned long long UD(void) { in UD() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp901 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
H A DDecl.cpp1866 if (const auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local
1932 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
H A DASTContext.cpp10715 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1749 uint32_t UD = Diff; in replaceInstrExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp891 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local