Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp156 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp296 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective() argument
356 for (auto &UD in addMarker() local
367 addDirective(StringRef MarkerName,const UnattachedDirective & UD) addDirective() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp737 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) safeToHoistLdSt() local
789 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) checkSafety() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp144 const RecordDecl *UD = UT->getDecl(); useFirstFieldIfTransparentUnion() local
H A DCGDebugInfo.cpp5702 EmitUsingDirective(const UsingDirectiveDecl & UD) EmitUsingDirective() argument
5727 EmitUsingDecl(const UsingDecl & UD) EmitUsingDecl() argument
5752 EmitUsingEnumDecl(const UsingEnumDecl & UD) EmitUsingEnumDecl() argument
[all...]
H A DCGOpenMPRuntime.cpp2922 RecordDecl *UD = C.buildImplicitRecord("kmp_cmplrdata_t", TagTypeKind::Union); createKmpTaskTRecordDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11617 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
12351 NamedDecl *UD = ActOnUsingDeclaration() local
12396 auto *UD = ActOnUsingEnumDeclaration() local
12921 UsingDecl *UD = BuildUsingDeclaration() local
13065 UsingDecl *UD = BuildValid(); BuildUsingDeclaration() local
13116 UsingEnumDecl *UD = UsingEnumDecl::Create(Context, CurContext, UsingLoc, BuildUsingEnumDeclaration() local
13156 CheckInheritingConstructorUsingDecl(UsingDecl * UD) CheckInheritingConstructorUsingDecl() argument
13230 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { CheckUsingDeclRedeclaration() local
13233 } else if (UnresolvedUsingValueDecl *UD CheckUsingDeclRedeclaration() local
13237 } else if (UnresolvedUsingTypenameDecl *UD CheckUsingDeclRedeclaration() local
13272 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.cpp146 visit(UsingDirectiveDecl * UD,DeclContext * EffectiveDC) visit() argument
161 for (auto *UD : DC->using_directives()) { addUsingDirectives() local
183 addUsingDirective(UsingDirectiveDecl * UD,DeclContext * EffectiveDC) addUsingDirective() argument
[all...]
H A DSemaAccess.cpp1322 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { IsMicrosoftUsingDeclarationAccessBug() local
H A DSemaTemplateInstantiateDecl.cpp3494 NamedDecl *UD = SemaRef.BuildUsingDeclaration( instantiateUnresolvedUsingDecl() local
3524 for (auto *UD : D->expansions()) { VisitUsingPackDecl() local
H A DSemaOverload.cpp969 if (auto *UD = dyn_cast<UsingShadowDecl>(Op)) shouldAddReversedEqEq() local
2278 RecordDecl *UD = UT->getDecl(); IsTransparentUnionStandardConversion() local
H A DSemaDeclAttr.cpp1566 RecordDecl *UD = UT->getDecl(); isValidPointerAttrType() local
H A DSemaDecl.cpp577 } else if (auto *UD = dyn_cast<UnresolvedUsingIfExistsDecl>(IIDecl)) { getTypeName() local
H A DTreeTransform.h12736 if (auto *UD = dyn_cast<UsingDecl>(D)) { TransformOverloadExprDecls() local
H A DSemaExpr.cpp10510 RecordDecl *UD = UT->getDecl(); CheckTransparentUnionArgumentConstraints() local
/freebsd-src/sys/dev/mthca/
H A Dmthca_qp.c285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp869 VisitUsingDecl(const UsingDecl * UD) VisitUsingDecl() argument
H A DDecl.cpp1881 if (const auto *UD = dyn_cast<UsingDecl>(this)) { declarationReplaces() local
1947 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) getUnderlyingDeclImpl() local
H A DASTContext.cpp10265 RecordDecl *UD = UT->getDecl(); mergeTransparentUnionType() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1746 uint32_t UD = Diff; replaceInstrExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp836 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, ParseUsingDeclaration() local