Home
last modified time | relevance | path

Searched defs:NewD (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMIRFSDiscriminator.cpp116 unsigned NewD = Discriminator | DiscriminatorCurrPass; in runOnMachineFunction() local
/external/clang/lib/Sema/
DSemaCUDA.cpp444 void Sema::maybeAddCUDAHostDeviceAttrs(Scope *S, FunctionDecl *NewD, in maybeAddCUDAHostDeviceAttrs()
DSemaDeclAttr.cpp6019 NamedDecl *NewD = nullptr; in DeclClonePragmaWeak() local
6069 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); in DeclApplyPragmaWeak() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2883 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local
2899 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2881 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local
2897 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
/external/clang/include/clang/AST/
DExpr.h1019 void setDecl(ValueDecl *NewD) { D = NewD; } in setDecl()